Lines Matching refs:readtoken
104 STATIC int readtoken(void);
174 tok = readtoken(); in list()
225 if ((t = readtoken()) == TAND) { in andor()
254 if (readtoken() == TNOT) { in pipeline()
260 if (readtoken() == TPIPE) { in pipeline()
273 } while (readtoken() == TPIPE); in pipeline()
305 switch (readtoken()) { in command()
313 if (readtoken() != TTHEN) in command()
317 while (readtoken() == TELIF) { in command()
322 if (readtoken() != TTHEN) in command()
340 if ((got=readtoken()) != TDO) { in command()
349 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext)) in command()
356 if (readtoken() == TIN) { in command()
358 while (readtoken() == TWORD) { in command()
385 if (readtoken() != TDO) in command()
394 if (readtoken() != TWORD) in command()
402 if (readtoken() != TIN) in command()
407 t = readtoken(); in command()
410 readtoken(); in command()
419 if (readtoken() != TPIPE) in command()
422 readtoken(); in command()
432 if ((t = readtoken()) != TESAC) { in command()
459 if (readtoken() != t) in command()
466 while (readtoken() == TREDIR) { in command()
508 switch (readtoken()) { in simplecmd()
537 if (readtoken() != TRP) in simplecmd()
613 if (readtoken() != TWORD) in parsefname()
673 t = readtoken(); in peektoken()
679 readtoken(void) in readtoken() function
902 return readtoken(); in readtoken1()
1396 if (readtoken() != TRP) in readtoken1()