HomeSort by relevance Sort by last modified time
    Searched refs:ioflag (Results 1 - 6 of 6) sorted by null

  /external/mksh/src/
tree.c 70 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
235 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE &&
259 unsigned short flag = iop->ioflag;
298 if (iop->delim && !(iop->ioflag & IONDELIM))
945 unsigned short type = iop->ioflag & IOTYPE;
947 #define DB(x) if (iop->ioflag & x) shf_puts("|" #x, shf);
969 if (iop->delim && !(iop->ioflag & IONDELIM)) {
975 if (iop->ioflag & IONAMEXP) {
syn.c 197 ishere = (iop->ioflag & IOTYPE) == IOHERE;
198 if (iop->ioflag & IOHERESTR) {
203 iop->ioflag |= IOEVAL | IONDELIM;
208 if (*ident != 0 && !(iop->ioflag & IOHERESTR)) {
210 iop->ioflag |= IOEVAL;
218 if (iop->ioflag & IOBASH) {
227 iop->ioflag &= ~IOBASH;
229 nextiop->ioflag = IODUP;
1009 (yylval.iop->ioflag == IOREAD ||
1010 yylval.iop->ioflag == IOWRITE))
    [all...]
lex.c 905 iop->ioflag = IOBASH;
907 iop->ioflag = 0;
913 iop->ioflag |= c == c2 ?
915 if (iop->ioflag == IOHERE) {
917 iop->ioflag |= IOSKIP;
919 iop->ioflag |= IOHERESTR;
924 iop->ioflag |= IODUP | ((unsigned int)c == ORD('<') ? IORDUP : 0);
926 iop->ioflag |= (unsigned int)c == ORD('>') ? IOWRITE : IOREAD;
928 iop->ioflag |= IOCLOB;
985 if ((*p)->ioflag & IOHERESTR
    [all...]
exec.c 99 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
    [all...]
eval.c     [all...]
sh.h 1937 unsigned short ioflag; \/* action (below) *\/ member in struct:ioword
    [all...]

Completed in 77 milliseconds