Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregexec.c95 #define ASSIGN(d, s) ((d) = (s)) macro
125 #undef ASSIGN
149 #define ASSIGN(d, s) (void) memcpy(d, s, m->g->nstates) macro
H A Dengine.c810 ASSIGN(fresh, st); in walk()
879 ASSIGN(tmp, st); in walk()
881 ASSIGN(st, fresh); in walk()
883 ASSIGN(st, empty); in walk()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c210 (*ep->fun)(&ptr,&node,ASSIGN,num+1); in arith_exec()
214 (*ep->fun)(&ptr,&node,ASSIGN,num-1); in arith_exec()
219 num = (*ep->fun)(&ptr,&node,ASSIGN,num); in arith_exec()
224 num = (*ep->fun)(&ptr,&node,ASSIGN,num); in arith_exec()
296 num = (*ep->fun)(&ptr,&node,ASSIGN,num); in arith_exec()
307 num = (*ep->fun)(&ptr,&node,ASSIGN,r); in arith_exec()
H A Darith.c228 case ASSIGN: in arith()
H A Dnvdisc.c163 #define ASSIGN 1 macro
249 int type = (flags&NV_APPEND)?APPEND:ASSIGN; in assign()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h119 #define ASSIGN 4 macro
H A Ddisplay.c46 #define displayfcn() (field <= ASSIGN)
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y149 %right ASSIGN
527 : MAPTYPE ASSIGN map_type_names COLON DECIMAL
535 | MAPTYPE ASSIGN map_type_names
555 : RESULTLEN ASSIGN DECIMAL
699 | ITM_OUT ASSIGN expr SC
2161 | name ASSIGN expr
H A Ditm_comp.l123 "=" {return (ASSIGN);}
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c72 { ASSIGN, "assign", " = "},
H A Dawk.g.y38 %token ASSIGN ADDEQ SUBEQ MULTEQ DIVEQ MODEQ
H A Dawk.lx.l102 <A>"=" { yylval = ASSIGN; RETURN(ASGNOP); }
H A Drun.c674 if (n == ASSIGN) { /* ordinary assignment */ in assign()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h200 #define ASSIGN 1 macro
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c112 { ASSIGN, "assign", " = " },
H A Dlex.c272 yylval.i = ASSIGN; in yylex()
H A Dawk.g.y91 %token <i> ASSIGN ASGNOP ADDEQ SUBEQ MULTEQ DIVEQ MODEQ POWEQ
H A Drun.c1253 if (n == ASSIGN) { /* ordinary assignment */ in assign()