HomeSort by relevance Sort by last modified time
    Searched full:nextiop (Results 1 - 1 of 1) sorted by null

  /external/mksh/src/
syn.c 181 static struct ioword *nextiop; local
184 if (nextiop != NULL) {
185 iop = nextiop;
186 nextiop = NULL;
213 nextiop = alloc(sizeof(*iop), ATEMP);
214 nextiop->name = cp = alloc(5, ATEMP);
225 nextiop->unit = 2;
226 nextiop->flag = IODUP;
227 nextiop->delim = NULL;
228 nextiop->heredoc = NULL
    [all...]

Completed in 61 milliseconds