• Home
  • Raw
  • Download

Lines Matching refs:readtoken

113 STATIC int readtoken(void);
139 t = readtoken(); in parsecmd()
161 tok = readtoken(); in list()
188 tok = readtoken(); in list()
227 if ((t = readtoken()) == TAND) { in andor()
255 while (readtoken() == TNOT) in pipeline()
259 if (readtoken() == TPIPE) { in pipeline()
271 } while (readtoken() == TPIPE); in pipeline()
302 while (readtoken() == TREDIR) { in command()
309 while (readtoken() == TNOT) { in command()
315 switch (readtoken()) { in command()
320 if (readtoken() != TTHEN) in command()
324 while (readtoken() == TELIF) { in command()
329 if (readtoken() != TTHEN) in command()
339 if (readtoken() != TFI) in command()
349 if ((got=readtoken()) != TDO) { in command()
354 if (readtoken() != TDONE) in command()
360 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext)) in command()
365 if (readtoken() == TWORD && ! quoteflag && equal(wordtext, "in")) { in command()
367 while (readtoken() == TWORD) { in command()
396 if ((t = readtoken()) == TDO) in command()
403 if (readtoken() != t) in command()
410 if (readtoken() != TWORD) in command()
417 while (readtoken() == TNL); in command()
422 checkkwd = 2, readtoken(); in command()
432 if (checkkwd = 2, readtoken() != TPIPE) in command()
435 readtoken(); in command()
445 if ((t = readtoken()) != TESAC) { in command()
452 readtoken(); in command()
466 if (readtoken() != TRP) in command()
472 if (readtoken() != TEND) in command()
499 while (readtoken() == TREDIR) { in command()
550 while (readtoken() == TNOT) { in simplecmd()
557 if (readtoken() == TWORD) { in simplecmd()
571 if (readtoken() != TRP) in simplecmd()
642 if (readtoken() != TWORD) in parsefname()
708 t = readtoken(); in peektoken()
714 readtoken(void) in readtoken() function
957 return readtoken(); in readtoken1()
1476 if (readtoken() != TRP) in readtoken1()