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

  /external/mksh/src/
syn.c 194 ishere = (iop->ioflag & IOTYPE) == IOHERE;
195 if (iop->ioflag & IOHERESTR) {
200 iop->ioflag |= IOEVAL | IONDELIM;
205 if (*ident != 0 && !(iop->ioflag & IOHERESTR)) {
207 iop->ioflag |= IOEVAL;
215 if (iop->ioflag & IOBASH) {
233 iop->ioflag &= ~IOBASH;
235 nextiop->ioflag = IODUP;
1030 (yylval.iop->ioflag == IOREAD ||
1031 yylval.iop->ioflag == IOWRITE))
    [all...]
lex.c 931 iop->ioflag = IOBASH;
933 iop->ioflag = 0;
938 iop->ioflag |= c == c2 ?
940 if (iop->ioflag == IOHERE) {
942 iop->ioflag |= IOSKIP;
944 iop->ioflag |= IOHERESTR;
949 iop->ioflag |= IODUP | (c == '<' ? IORDUP : 0);
951 iop->ioflag |= c == '>' ? IOWRITE : IOREAD;
953 iop->ioflag |= IOCLOB;
1108 if (!((*p)->ioflag & IOHERESTR)
    [all...]
tree.c 72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) {
224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE &&
248 unsigned short flag = iop->ioflag;
287 if (iop->delim && !(iop->ioflag & IONDELIM))
911 unsigned short type = iop->ioflag & IOTYPE;
913 #define DB(x) if (iop->ioflag & x) shf_puts("|" #x, shf);
935 if (iop->delim && !(iop->ioflag & IONDELIM)) {
941 if (iop->ioflag & IONAMEXP) {
exec.c 94 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
    [all...]
eval.c 1326 if ((io->ioflag & IOTYPE) != IOREAD)
    [all...]
sh.h 1407 unsigned short ioflag; \/* action (below) *\/ member in struct:ioword
    [all...]

Completed in 229 milliseconds