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

/ast/src/lib/libpp/
H A Dppfsm.c44 * groups of states. The OP entries trigger the state copies. States
80 #define OP (-1) macro
275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
319 { OP, {HIT0+1,HIT0+2,HITN}, COPY },
547 { OP, { 0 }, END, }
619 if (fp->state == OP)
/ast/src/lib/libtksh/tcl/
H A Dregexp.c147 #define OP(p) (*(p)) macro
284 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */
288 if (OP(scan) == EXACTLY)
290 else if (OP(scan) == BOL)
305 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) {
710 if (OP(scan) == BACK)
727 if (p == NULL || p == &regdummy || OP(p) != BRANCH)
888 switch (OP(scan)) {
953 no = OP(scan) - OPEN;
982 no = OP(sca
[all...]
/ast/src/cmd/sortlib/sync/
H A Dss.c94 static char OP[] = "("; variable
306 return OP;
308 xel(ss, OP);
375 if (s == OP && (flags & LEX_GROUP))
378 (flags & LEX_GROUP) && s != OP &&
566 if (s == OP)
782 else if (s == OP || s == CP)
831 if ((n = s == OP) && !(s = lex(ss)))
937 else if (s == OP)
1361 else if (s != OP)
[all...]
/ast/src/cmd/html/
H A Dtroff2html.c144 #define OP(x) ((x)&077) macro
4817 error(2, "tag stack underflow trying to match <%s>", tag_name[OP(index)]);
4821 sfprintf(sfstderr, "\t<%s%s%s>\n", (*sp & OP_END) ? "/" : "", tag_name[OP(*sp)], (*sp & OP_LABEL) ? " label=1" : "");
4827 if (n == OP_pre && OP(index) != OP_pre)
4833 if (tag_name[OP(n)])
4836 sfprintf(op, "</%s>", tag_name[OP(n)]);
5562 if (!(v = (unsigned char*)tag_name[OP(m)]))
5564 sfprintf(state.tmp, "(%d)", OP(m));
/ast/src/cmd/nmake/
H A DMakerules.mk2664 local A B I P INS APP NB NP OB OP
2719 OP := $(.PACKAGE.) macro
2741 else if ! "$(OP:N=$(P))"
2745 .PACKAGE. := $(INS) $(OP) $(APP)

Completed in 36 milliseconds