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

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

Completed in 281 milliseconds