Searched refs:IOSKIP (Results 1 – 3 of 3) sorted by relevance
951 iop->flag |= IOSKIP; in yylex()1159 if (iop->flag & IOSKIP) { in readhere()
241 shf_puts(flag & IOSKIP ? "<<-" : "<<", shf); in pioact()
1219 #define IOSKIP BIT(5) /* <<-, skip ^\t* */ macro