| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
| H A D | regengine.inc | 699 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 D | regexec.c | 67 #define ASSIGN(d, s) ((d) = (s)) macro 93 #undef ASSIGN 114 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
| H A D | engine.c | 696 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 D | pf_ioctl.c | 1192 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 D | regexec.c | 106 #define ASSIGN(d, s) ((d) = (s)) macro 135 #undef ASSIGN 158 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
|
| H A D | engine.c | 827 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 D | testlang_conf.l | 141 ASSIGN [aA][sS][sS][iI][gG][nN] 229 {ASSIGN} { 230 return ASSIGN;
|
| H A D | testlang_parse.y | 185 %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 D | maketab.c | 82 { ASSIGN, "assign", " = " },
|
| H A D | lex.c | 259 yylval.i = ASSIGN; RET(ASGNOP); in yylex()
|
| H A D | awkgram.y | 58 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
|
| H A D | run.c | 1093 if (n == ASSIGN) { /* ordinary assignment */ in assign()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | m2-exp.y | 187 %nonassoc ASSIGN 470 exp : exp ASSIGN exp 774 { {':', '='}, ASSIGN },
|
| H A D | p-exp.y | 213 %right ASSIGN 434 exp : exp ASSIGN exp 1044 {":=", ASSIGN, BINOP_END},
|
| H A D | ada-exp.y | 187 %nonassoc ASSIGN 298 exp : exp ASSIGN exp /* Extension for convenience */
|
| H A D | m2-exp.c | 89 ASSIGN = 291, enumerator 137 #define ASSIGN 291 macro 2264 { {':', '='}, ASSIGN },
|
| H A D | p-exp.c | 73 ASSIGN = 275, enumerator 109 #define ASSIGN 275 macro 2366 {":=", ASSIGN, BINOP_END},
|
| H A D | ada-exp.c | 70 ASSIGN = 272, enumerator 118 #define ASSIGN 272 macro
|
| /freebsd-12.1/usr.sbin/sysrc/ |
| H A D | sysrc | 733 *) mode=ASSIGN
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | msdos | 529 #IFMEMDSK.cOM ASSIGN.cOM COMP.cOM
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-2006 | 1440 * config/bfin-parse.y (asm_1): Remove "expr ASSIGN expr".
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1994 | 4548 * class.c (finish_struct): TYPE_HAS_COMPLEX_{INIT,ASSIGN}_REF and
|