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

  /external/mksh/src/
lex.c 934 iop->ioflag = IOBASH;
936 iop->ioflag = 0;
941 iop->ioflag |= c == c2 ?
943 if (iop->ioflag == IOHERE) {
945 iop->ioflag |= IOSKIP;
948 iop->ioflag |= IOHERESTR;
951 iop->ioflag |= IONDELIM;
954 iop->ioflag |= IODUP | (c == '<' ? IORDUP : 0);
956 iop->ioflag |= c == '>' ? IOWRITE : IOREAD;
958 iop->ioflag |= IOCLOB
    [all...]
syn.c 192 if (iop->ioflag & IONDELIM)
194 ishere = (iop->ioflag & IOTYPE) == IOHERE;
201 iop->ioflag |= IOEVAL;
209 if (iop->ioflag & IOBASH) {
223 iop->ioflag &= ~IOBASH;
225 nextiop->ioflag = IODUP;
999 (yylval.iop->ioflag == IOREAD ||
1000 yylval.iop->ioflag == IOWRITE)) {
1002 save = wdcopy(yylval.iop->ioflag == IOREAD ?
tree.c 72 (t->ioact[0]->ioflag & IOTYPE) == IOHERE) {
224 if ((iop->ioflag & (IOTYPE | IOHERESTR)) == IOHERE &&
229 iop->ioflag & IONDELIM ? "<<" :
249 unsigned short flag = iop->ioflag;
913 unsigned short type = iop->ioflag & IOTYPE;
915 #define DB(x) if (iop->ioflag & x) shf_puts("|" #x, shf);
943 if (iop->ioflag & IONAMEXP) {
exec.c 95 (t->ioact[0]->ioflag & IOTYPE) == IOHERE &&
1319 int iotype = iop->ioflag & IOTYPE;
1331 iotmp.ioflag |= IONAMEXP;
1354 if (Flag(FNOCLOBBER) && !(iop->ioflag & IOCLOB) &&
    [all...]
eval.c 1356 if ((io->ioflag & IOTYPE) != IOREAD)
    [all...]
sh.h 1353 unsigned short ioflag; \/* action (below) *\/ member in struct:ioword
    [all...]

Completed in 175 milliseconds