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

  /external/mksh/src/
syn.c 185 bool ishere; local
197 ishere = (iop->ioflag & IOTYPE) == IOHERE;
200 } else if (ishere && tpeek(HEREDELIM) == '\n') {
205 musthave(LWORD, ishere ? HEREDELIM : 0);
206 if (ishere) {

Completed in 289 milliseconds