Searched refs:RUN (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dgram.h50 RUN = 260, enumerator in enum:yytokentype
81 #define RUN 260 macro
H A Dgram.y25 %token <num> RUN
49 | RUN
H A Dgram.c114 RUN = 260, enumerator in enum:yytokentype
145 #define RUN 260 macro
510 "$end", "error", "$undefined", "STRING", "NUMBER", "RUN", "FUNCTION",
H A Dlex.c996 { return (RUN); }
/xsrc/external/mit/xedit/dist/lisp/
H A Dprivate.h75 #define RUN lisp__data.runlist macro
H A Dlisp.c4986 LispSetVar(RUN[2], LispGetVar(RUN[1]));
4987 LispSetVar(RUN[1], LispGetVar(RUN[0]));
4988 LispSetVar(RUN[0], cod);
5354 RUN[i] = ATOM(results);
5355 LispSetVar(RUN[i], NIL);
5356 LispExportSymbol(RUN[i]);
5367 RUN[0] = RUN[
[all...]

Completed in 14 milliseconds