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

12

/freebsd-11-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-11-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-11-stable/usr.bin/xlint/lint1/
H A Dop.h94 ASSIGN, enumerator in enum:__anon13873
H A Dtree.c161 { ASSIGN, { 1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,
593 op != ASSIGN && op != RETURN) {
653 case ASSIGN:
1095 case ASSIGN:
1222 * Checks type compatibility for ASSIGN, INIT, FARG and RETURN
2048 if (op == ASSIGN) {
2082 if (op == ASSIGN && tp->t_isfield) {
2085 } else if (op == ASSIGN) {
2109 if (op == ASSIGN && tp->t_isfield) {
2147 } else if (op == ASSIGN) {
[all...]
H A Dinit.c499 * without braces is done by ASSIGN
506 tn = build(ASSIGN, ln, tn);
H A Dscan.l107 "=" return (operator(T_ASSIGN, ASSIGN));
H A Dcgram.y1573 $$ = build(ASSIGN, $1, $3);
/freebsd-11-stable/lib/libc/regex/
H A Dregexec.c104 #define ASSIGN(d, s) ((d) = (s)) macro
133 #undef ASSIGN macro
156 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates) macro
H A Dengine.c784 ASSIGN(fresh, st);
852 ASSIGN(tmp, st);
854 ASSIGN(st, fresh);
856 ASSIGN(st, empty);
/freebsd-11-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-11-stable/contrib/one-true-awk/
H A Dmaketab.c82 { ASSIGN, "assign", " = " },
H A Dlex.c253 yylval.i = ASSIGN; RET(ASGNOP);
H A Dawkgram.y58 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_task.c121 extern int SYS$QIOW(), SYS$ASSIGN();
223 status = SYS$ASSIGN(&sysnet, &chan, 0, 0, 0);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.y187 %nonassoc ASSIGN
471 exp : exp ASSIGN exp
775 { {':', '='}, ASSIGN },
H A Dada-lex.l222 ":=" { return ASSIGN; }
H A Dm2-exp.c89 ASSIGN = 291, enumerator in enum:yytokentype
137 #define ASSIGN 291 macro
517 "ASSIGN", "'<'", "'>'", "'='", "'#'", "IN", "NOTEQUAL", "GEQ", "LEQ",
2268 { {':', '='}, ASSIGN },
H A Dp-exp.y213 %right ASSIGN
435 exp : exp ASSIGN exp
1045 {":=", ASSIGN, BINOP_END},
H A Dada-exp.y187 %nonassoc ASSIGN
299 exp : exp ASSIGN exp /* Extension for convenience */
H A Dada-exp.c70 ASSIGN = 272, enumerator in enum:yytokentype
118 #define ASSIGN 272 macro
531 "DOT_ALL", "LAST", "REGNAME", "INTERNAL_VARIABLE", "ASSIGN", "ELSE",
H A Dp-exp.c73 ASSIGN = 275, enumerator in enum:yytokentype
109 #define ASSIGN 275 macro
488 "FALSEKEYWORD", "','", "ABOVE_COMMA", "ASSIGN", "NOT", "OR", "XOR",
2370 {":=", ASSIGN, BINOP_END},
/freebsd-11-stable/usr.sbin/sysrc/
H A Dsysrc733 *) mode=ASSIGN
843 *) # ASSIGN

Completed in 306 milliseconds

12