Home
last modified time | relevance | path

Searched refs:IOSKIP (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/bin/ksh/
H A Dtree.h91 #define IOSKIP BIT(5) /* <<-, skip ^\t* */ macro
H A Dlex.c747 iop->flag |= IOSKIP; in yylex()
890 skiptabs = iop->flag & IOSKIP; in readhere()
H A Dtree.c210 if (flag&IOSKIP) in pioact()