Searched refs:SPLICE (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpp/
H A Dpptrace.c123 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 Dppfsm.h36 #define SPLICE (1<<BITTERM) macro
H A Dppfsm.c64 * TERM arg SPLICE next
688 rp[c] &= ~SPLICE;
748 rp[c] &= ~SPLICE;
H A Dpplex.c260 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 Dppproto.c738 if (state & SPLICE)
747 if (state & SPLICE)
1095 if (state & SPLICE)
1116 state &= ~SPLICE;

Completed in 22 milliseconds