Home
last modified time | relevance | path

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

/third_party/mksh/
Dtree.c272 if (flag & IOSKIP) in pioact()
967 DB(IOSKIP) in dumpioact()
Dlex.c937 iop->ioflag |= IOSKIP; in yylex()
1146 if (iop->ioflag & IOSKIP) { in readhere()
Dsh.h2027 #define IOSKIP BIT(5) /* <<-, skip ^\t* */ macro