Searched refs:ASSIGN (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-assign.exp21 make: Unfinished modifier for ASSIGN ('}' missing)
H A Dvarmod-assign.mk78 @echo ${ASSIGN::x} # 'x' is an unknown assignment operator
84 @echo ${ASSIGN::=value # missing closing brace
/freebsd-13-stable/contrib/nvi/regex/
H A Dregexec.c67 #define ASSIGN(d, s) ((d) = (s)) macro
93 #undef ASSIGN macro
114 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
H A Dengine.c696 ASSIGN(fresh, st);
744 ASSIGN(tmp, st);
745 ASSIGN(st, fresh);
829 ASSIGN(tmp, st);
830 ASSIGN(st, empty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c64 #define ASSIGN(d, s) ((d) = (s)) macro
90 #undef ASSIGN macro
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-13-stable/lib/libc/regex/
H A Dregexec.c106 #define ASSIGN(d, s) ((d) = (s)) macro
135 #undef ASSIGN macro
158 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
H A Dengine.c869 ASSIGN(fresh, st);
960 ASSIGN(tmp, st);
962 ASSIGN(st, fresh);
964 ASSIGN(st, empty);
/freebsd-13-stable/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-13-stable/contrib/one-true-awk/
H A Dmaketab.c83 { ASSIGN, "assign", " = " },
H A Dlex.c261 yylval.i = ASSIGN; RET(ASGNOP);
H A Dawkgram.y58 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
H A Drun.c1136 if (n == ASSIGN) { /* ordinary assignment */
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_ioctl.c1270 #define ASSIGN(x) exported_q->x = q->x macro
1283 ASSIGN(scheduler);
1284 ASSIGN(tbrsize);
1290 ASSIGN(parent_qid);
1292 ASSIGN(priority);
1293 ASSIGN(local_flags);
1295 ASSIGN(qlimit);
1296 ASSIGN(flags);
1322 ASSIGN(qid);
1331 ASSIGN(schedule
1354 #undef ASSIGN macro
1379 #define ASSIGN macro
1461 #undef ASSIGN macro
[all...]
/freebsd-13-stable/usr.sbin/sysrc/
H A Dsysrc733 *) mode=ASSIGN
843 *) # ASSIGN

Completed in 342 milliseconds