Searched refs:LIT (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/zmod/ |
H A D | inflate.h | 46 LIT, /* o: waiting for output space to write literal */ enumerator
|
H A D | inflate.c | 999 state->mode = LIT; 1096 case LIT:
|
/titanic_44/usr/src/lib/libpp/common/ |
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, },
|
/titanic_44/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 31 "LIT", LIT,
|
/titanic_44/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 31 "LIT", LIT,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 4093 LIT, /* o: got literal, waiting for output space */ enumerator 4195 c->mode = LIT; 4280 case LIT: /* o: got literal, waiting for output space */
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 5274 LIT, /* o: got literal, waiting for output space */ enumerator 5385 c->mode = LIT; 5473 case LIT: /* o: got literal, waiting for output space */
|