Home
last modified time | relevance | path

Searched refs:LIT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */ enumerator
H A Dinflate.c1075 state->mode = LIT; in inflate()
1193 case LIT: in inflate()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.h68 #define INTMACRO(p) ((p)>=fsm[NID]&&(p)<=fsm[LIT])
97 #define LIT (PROTO+20) macro
H A Dppfsm.c101 { 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/ast/src/cmd/INIT/
H A Dratz.c1605 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 Dzlib.c4103 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 Dzlib.c5272 LIT, /* o: got literal, waiting for output space */ enumerator
5383 c->mode = LIT;
5471 case LIT: /* o: got literal, waiting for output space */