Home
last modified time | relevance | path

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

/system/core/sh/
Dtoken.h9 #define TRP 8 macro
Dmktokens49 TRP 1 ")"
Dparser.c439 if (lasttoken != TRP) { in command()
440 synexpect(TRP); in command()
466 if (readtoken() != TRP) in command()
467 synexpect(TRP); in command()
489 case TRP: in command()
571 if (readtoken() != TRP) in simplecmd()
572 synexpect(TRP); in simplecmd()
854 RETURN(TRP); in xxreadtoken()
1476 if (readtoken() != TRP) in readtoken1()
1477 synexpect(TRP); in readtoken1()