Home
last modified time | relevance | path

Searched refs:TREDIR (Results 1 – 3 of 3) sorted by relevance

/system/core/sh/
Dtoken.h12 #define TREDIR 11 macro
Dmktokens52 TREDIR 0 redirection
Dparser.c302 while (readtoken() == TREDIR) { in command()
499 while (readtoken() == TREDIR) { in command()
564 } else if (lasttoken == TREDIR) { in simplecmd()
1142 return lasttoken = TREDIR; in readtoken1()