Searched refs:GET (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/nmake/
H A DSCCS.mk7 GET = get macro
23 return $(GET) $(GETFLAGS) $(I)
H A Dmkservice.mk9 .GET : .FUNCTION
/ast/src/lib/libast/sfio/
H A Dsfstrtof.h125 #define GET(p) (*get)(p,0) macro
137 #define GET(p) (((p)<(z))?(*p++):(back=0)) macro
142 #define GET(p) (*p++) macro
231 do c = GET(s); while (isspace(c));
239 c = GET(s);
249 c = GET(s);
260 c = GET(s);
278 c = GET(s);
280 c = GET(s);
284 c = GET(
[all...]
/ast/src/lib/libpp/
H A Dppfsm.h221 #define GET(p,c,tp,xp) \ macro
H A Dpplex.c1198 GET(c, c, tp, xp);
1260 GET(c, c, tp, xp);
2106 GET(c, n, tp, xp);
2109 GET(c, n, tp, xp);
2141 GET(c, n, tp, xp);
2182 GET(c, n, tp, xp);
2186 GET(c, n, tp, xp);
2191 GET(c, n, tp, xp);
2275 GET(c, n, tp, xp);
2295 GET(
[all...]
/ast/src/cmd/coshell/
H A Dmisc.c228 sp = search(GET, se, NiL, NiL);
282 tsp = search(GET, se, NiL, NiL);
606 sp = search(GET, v, NiL, NiL);
H A Dservice.h139 #define GET (1<<1) /* get existing shell */ macro
H A Dschedule.c73 * op is a combination of {DEF,GET,JOB,NEW,SET}
337 if (!(op & NEW) && (op & (DEF|GET))) return(0);
458 if (!sp->update && !(op & GET) || (a->set & (SETBIAS|SETCPU|SETIDLE|SETIGNORE|SETRATING|SETSCALE)) && sp->update <= cs.time + UPDATE) update(sp);
H A Dmain.c363 if (!sp && (sp = search(GET, s, NiL, NiL)))
527 else if (strneq(s, CO_OPT_HOME, sizeof(CO_OPT_HOME) - 1) && s[sizeof(CO_OPT_HOME) - 1] == '=' && (sp = search(GET, s + sizeof(CO_OPT_HOME), NiL, NiL)))

Completed in 33 milliseconds