Searched refs:DEFINE (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/eqn/
H A Dlookup.c66 "define", DEFINE,
71 "ndefine", DEFINE,
75 "tdefine", DEFINE,
H A Dlex.c146 } else if (tp->defn == (char *)DEFINE ||
233 if (type != DEFINE) {
H A De.y40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
/illumos-gate/usr/src/lib/libpp/common/
H A Dppmisc.c67 * op is DEFINE or UNDEF
80 case DEFINE:
94 if (op == DEFINE) return;
114 if (op == DEFINE)
H A Dppop.c790 ppassert(DEFINE, s, 0);
826 dirname(DEFINE),
852 sfprintf(sp, "#%s #%s\n", dirname(DEFINE), pp.firstop->value);
856 sfprintf(sp, "#%s %s\n", dirname(DEFINE), pp.firstop->value);
860 sfprintf(sp, "#%s %-.*s %s\n", dirname(DEFINE), s - pp.firstop->value, pp.firstop->value, s + 1);
862 sfprintf(sp, "#%s %s 1\n", dirname(DEFINE), pp.firstop->value);
925 , dirname(DEFINE)
942 , dirname(DEFINE)
952 , dirname(DEFINE)
959 sfprintf(sp, "#%s %s%s%s #(%s)\n" , dirname(DEFINE),
[all...]
H A Dppproto.c101 #undef DEFINE macro
102 #define DEFINE (1L<<2) macro
876 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|JUNK|MATCH|SHARP|TYPEDEF);
881 if ((flags & (DEFINE|SHARP)) == (DEFINE|SHARP))
915 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF);
1290 flags |= DEFINE|MATCH;
1304 flags |= DEFINE|MATCH;
H A Dppcontrol.c53 * op is DEFINE or UNDEF
66 case DEFINE:
80 if (op == DEFINE) return;
100 if (op == DEFINE)
640 case DEFINE:
642 if ((c = pplex()) == '#' && directive == DEFINE)
1244 ppprintf("#%s %s", dirname(DEFINE), sym->name);
/illumos-gate/usr/src/lib/libpp/i386/
H A Dpptab.h16 "define", DEFINE,
H A Dppdef.h14 #define DEFINE 1 macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dpptab.h16 "define", DEFINE,
H A Dppdef.h14 #define DEFINE 1 macro
/illumos-gate/usr/src/tools/cscope-fast/
H A Dconstants.h88 #define DEFINE '#' macro
H A Dfind.c160 case DEFINE: /* could be a macro */
264 case DEFINE: /* could be a macro */
305 case DEFINE: /* could be a macro */
404 case DEFINE: /* could be a macro */
426 case DEFINE: /* could be a macro */
448 case DEFINE: /* #define inside a function */
515 case DEFINE: /* could be a macro */
595 case DEFINE: /* could be a macro */
H A Dcrossref.c353 case DEFINE:
H A Dscanner.l359 token = DEFINE;
732 token = DEFINE;

Completed in 81 milliseconds