Home
last modified time | relevance | path

Searched refs:ASSIGN (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A Dregexec.c64 #define ASSIGN(d, s) ((d) = (s)) macro
90 #undef ASSIGN
111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
H A Dregengine.inc699 ASSIGN(fresh, st);
747 ASSIGN(tmp, st);
748 ASSIGN(st, fresh);
832 ASSIGN(tmp, st);
833 ASSIGN(st, empty);
/freebsd-12.1/contrib/nvi/regex/
H A Dregexec.c67 #define ASSIGN(d, s) ((d) = (s)) macro
93 #undef ASSIGN
114 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
H A Dengine.c696 ASSIGN(fresh, st); in fast()
744 ASSIGN(tmp, st); in fast()
745 ASSIGN(st, fresh); in fast()
829 ASSIGN(tmp, st); in slow()
830 ASSIGN(st, empty); in slow()
/freebsd-12.1/sys/netpfil/pf/
H A Dpf_ioctl.c1192 ASSIGN(qlimit); in pf_export_kaltq()
1193 ASSIGN(flags); in pf_export_kaltq()
1219 ASSIGN(qid); in pf_export_kaltq()
1240 ASSIGN(flags); in pf_export_kaltq()
1243 ASSIGN(qid); in pf_export_kaltq()
1251 #undef ASSIGN in pf_export_kaltq()
1299 ASSIGN(flags); in pf_import_kaltq()
1326 ASSIGN(qid); in pf_import_kaltq()
1347 ASSIGN(flags); in pf_import_kaltq()
1350 ASSIGN(qid); in pf_import_kaltq()
[all …]
/freebsd-12.1/lib/libc/regex/
H A Dregexec.c106 #define ASSIGN(d, s) ((d) = (s)) macro
135 #undef ASSIGN
158 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
H A Dengine.c827 ASSIGN(fresh, st); in walk()
895 ASSIGN(tmp, st); in walk()
897 ASSIGN(st, fresh); in walk()
899 ASSIGN(st, empty); in walk()
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l141 ASSIGN [aA][sS][sS][iI][gG][nN]
229 {ASSIGN} {
230 return ASSIGN;
H A Dtestlang_parse.y185 %token <string> ASSIGN
208 assign : ASSIGN VARNAME numeric {set_var(ret_number, $2, $3);} eol
209 | ASSIGN VARNAME LHB expr RHB {set_var(ret_number, $2, $<string>4);} eol
210 | ASSIGN VARNAME STRING {set_var(ret_string, $2, $3);} eol
211 | ASSIGN VARNAME BYTE {set_var(ret_byte, $2, $3);} eol
/freebsd-12.1/contrib/one-true-awk/
H A Dmaketab.c82 { ASSIGN, "assign", " = " },
H A Dlex.c259 yylval.i = ASSIGN; RET(ASGNOP); in yylex()
H A Dawkgram.y58 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
H A Drun.c1093 if (n == ASSIGN) { /* ordinary assignment */ in assign()
/freebsd-12.1/contrib/gdb/gdb/
H A Dm2-exp.y187 %nonassoc ASSIGN
470 exp : exp ASSIGN exp
774 { {':', '='}, ASSIGN },
H A Dp-exp.y213 %right ASSIGN
434 exp : exp ASSIGN exp
1044 {":=", ASSIGN, BINOP_END},
H A Dada-exp.y187 %nonassoc ASSIGN
298 exp : exp ASSIGN exp /* Extension for convenience */
H A Dm2-exp.c89 ASSIGN = 291, enumerator
137 #define ASSIGN 291 macro
2264 { {':', '='}, ASSIGN },
H A Dp-exp.c73 ASSIGN = 275, enumerator
109 #define ASSIGN 275 macro
2366 {":=", ASSIGN, BINOP_END},
H A Dada-exp.c70 ASSIGN = 272, enumerator
118 #define ASSIGN 272 macro
/freebsd-12.1/usr.sbin/sysrc/
H A Dsysrc733 *) mode=ASSIGN
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dmsdos529 #IFMEMDSK.cOM ASSIGN.cOM COMP.cOM
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-20061440 * config/bfin-parse.y (asm_1): Remove "expr ASSIGN expr".
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19944548 * class.c (finish_struct): TYPE_HAS_COMPLEX_{INIT,ASSIGN}_REF and