Searched refs:DEFINE (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/cmd/eqn/ |
H A D | lookup.c | 64 "define", DEFINE, 69 "ndefine", DEFINE, 73 "tdefine", DEFINE,
|
H A D | lex.c | 144 } else if (tp->defn == (char *)DEFINE || in yylex() 231 if (type != DEFINE) { in define()
|
H A D | e.y | 40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | find.c | 158 case DEFINE: /* could be a macro */ in findsymbol() 262 case DEFINE: /* could be a macro */ in finddef() 303 case DEFINE: /* could be a macro */ in finddef() 402 case DEFINE: /* could be a macro */ in findcalledby() 424 case DEFINE: /* could be a macro */ in findcalledby() 446 case DEFINE: /* #define inside a function */ in findcalledbysub() 513 case DEFINE: /* could be a macro */ in findcalling() 593 case DEFINE: /* could be a macro */ in findassignments()
|
H A D | constants.h | 86 #define DEFINE '#' macro
|
H A D | scanner.l | 357 token = DEFINE; 730 token = DEFINE;
|
H A D | crossref.c | 351 case DEFINE: in putposting()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppmisc.c | 80 case DEFINE: in ppassert() 94 if (op == DEFINE) return; in ppassert() 114 if (op == DEFINE) in ppassert()
|
H A D | ppop.c | 826 ppassert(DEFINE, s, 0); in ppop() 862 dirname(DEFINE), in ppop() 888 sfprintf(sp, "#%s #%s\n", dirname(DEFINE), pp.firstop->value); in ppop() 892 sfprintf(sp, "#%s %s\n", dirname(DEFINE), pp.firstop->value); in ppop() 896 … sfprintf(sp, "#%s %-.*s %s\n", dirname(DEFINE), s - pp.firstop->value, pp.firstop->value, s + 1); in ppop() 898 sfprintf(sp, "#%s %s 1\n", dirname(DEFINE), pp.firstop->value); in ppop() 961 , dirname(DEFINE) in ppop() 978 , dirname(DEFINE) in ppop() 988 , dirname(DEFINE) in ppop() 995 sfprintf(sp, "#%s %s%s%s #(%s)\n" , dirname(DEFINE), t, s, t, s); in ppop() [all …]
|
H A D | ppproto.c | 107 #undef DEFINE 108 #define DEFINE (1L<<2) macro 906 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|JUNK|MATCH|SHARP|TYPEDEF); in lex() 911 if ((flags & (DEFINE|SHARP)) == (DEFINE|SHARP)) in lex() 945 flags &= ~(DEFINE|DIRECTIVE|IDID|INDIRECT|MATCH|OTHER|SHARP|SKIP|TOKENS|TYPEDEF); in lex() 1320 flags |= DEFINE|MATCH; in lex() 1334 flags |= DEFINE|MATCH; in lex()
|
H A D | ppcontrol.c | 66 case DEFINE: in assert() 80 if (op == DEFINE) return; in assert() 100 if (op == DEFINE) in assert() 640 case DEFINE: in ppcontrol() 642 if ((c = pplex()) == '#' && directive == DEFINE) in ppcontrol() 1244 ppprintf("#%s %s", dirname(DEFINE), sym->name); in ppcontrol()
|
H A D | HISTORY | 40 02/28/89 fix variable n usage conflict for DEFINE: in ppcontrol
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | getlnbuf.in | 386 DEFINE 437 DEFINE 450 DEFINE
|
H A D | getlnbuf.ok | 386 DEFINE 437 DEFINE 450 DEFINE
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 424 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
|