Searched refs:LIT (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.h | 68 #define INTMACRO(p) ((p)>=fsm[NID]&&(p)<=fsm[LIT]) 97 #define LIT (PROTO+20) macro
|
H A D | ppfsm.c | 101 { PROTO, { 'L' }, LIT, }, 231 { LIT, { C_XXX }, S_MACRO, }, 232 { LIT, { C_LET, C_DEC }, NID, }, 233 { LIT, { '"', '\'' }, QUAL(LIT1), }, 336 { TOKEN, { 'L' }, LIT, },
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
H A D | inflate.c | 1075 state->mode = LIT; in inflate() 1193 case LIT: in inflate()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1605 LIT, /* o: waiting for output space to write literal */ enumerator 3197 state->mode = LIT; 3290 case LIT:
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 4103 LIT, /* o: got literal, waiting for output space */ enumerator 4206 c->mode = LIT; 4293 case LIT: /* o: got literal, waiting for output space */
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 5272 LIT, /* o: got literal, waiting for output space */ enumerator 5383 c->mode = LIT; 5471 case LIT: /* o: got literal, waiting for output space */
|