Searched defs:SET (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libvgraph/
H A Dkpvdebug.h41 #define SET(n,v) ((n) = (v)) macro
57 #define SET(n,v) macro
/ast/src/lib/libast/sfio/
H A Dsfstrtof.h129 #define SET(p,t,b) macro
140 #define SET(p,t,b) (t=p,b=back) macro
145 #define SET(p,t,b) (t=p) macro
232 SET(s, t, b);
353 SET(s, t, b);
361 SET(s, t, b);
421 SET(s, t, b);
426 SET(s, t, b);
/ast/src/cmd/INIT/
H A Dregress.sh169 [+SET \b[\bno\b]]\aname\a[=\avalue\a]]?Set the command line
1146 function SET # [no]name[=value] function
1347 i) SET - pipe-input=$OPTARG
1349 k) SET - keep=$OPTARG
1351 l) SET - local
1353 o) SET - pipe-output=$OPTARG
1355 p) SET - pipe-io=$OPTARG
1357 q) SET - quiet=$OPTARG
1359 r) SET - regular=$OPTARG
1366 x) SET
[all...]
/ast/src/cmd/re/
H A Ded.c96 #define SET(p,n) (ed.line=(ed.base=(p))+(n)) macro
705 SET(s, 0);
1416 SET(s, ed.re.re_sub->re_len);
/ast/src/cmd/coshell/
H A Dservice.h88 #define match(p,a,o) ((!((a)->set&SETNAME)||strmatch((p)->name,(a)->name))&&((((a)->set|o)&(SETMISC|DEF|NEW|SET))==SETMISC?miscmatch(p,(a)->misc):((a)->set&SETNAME)?1:streq((p)->type,state.home->type)))
143 #define SET (1<<5) /* set attributes */ macro

Completed in 21 milliseconds