Searched refs:SPLICE (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libpp/ |
H A D | pptrace.c | 123 splice = (lex & SPLICE); 128 if (pplexmap[i].val < 0) sfsprintf(buf, sizeof(buf), "%s|0x%04x%s", pplexmap[i].nam, lex, splice ? "|SPLICE" : ""); 129 else sfsprintf(buf, sizeof(buf), "%s+%d", pplexmap[i-1].nam, lex - pplexmap[i-1].val, splice ? "|SPLICE" : ""); 134 sfsprintf(buf, sizeof(buf), "%s|SPLICE", pplexmap[i].nam);
|
H A D | ppfsm.h | 36 #define SPLICE (1<<BITTERM) macro
|
H A D | ppfsm.c | 64 * TERM arg SPLICE next 688 rp[c] &= ~SPLICE; 748 rp[c] &= ~SPLICE;
|
H A D | pplex.c | 260 hit[(state & SPLICE) ? (elementsof(hit) - 1) : (TERM(state) - TERMINAL)]++; 554 sfprintf(sfstderr, "%7d: SPLICE\n", hit[elementsof(hit) - 1]); 1969 if (state & SPLICE) 2069 if ((state &= ~SPLICE) >= TERMINAL) goto fsm_terminal; 2234 state &= ~SPLICE; 2319 if ((state &= ~SPLICE) >= TERMINAL)
|
H A D | ppproto.c | 738 if (state & SPLICE) 747 if (state & SPLICE) 1095 if (state & SPLICE) 1116 state &= ~SPLICE;
|
Completed in 22 milliseconds