Home
last modified time | relevance | path

Searched refs:TPIPE (Results 1 – 5 of 5) sorted by relevance

/trueos/bin/sh/
HDmktokens49 TPIPE 0 "|"
HDparser.c342 if (readtoken() == TPIPE) { in pipeline()
360 } while (readtoken() == TPIPE); in pipeline()
503 if (readtoken() != TPIPE) in command()
547 case TPIPE: in command()
910 RETURN(TPIPE); in xxreadtoken()
/trueos/release/picobsd/tinyware/msh/
HDsh.h70 #define TPIPE 3 /* a | b */ macro
HDsh2.c110 t = block(TPIPE, t, p, NOWORDS);
HDsh3.c106 case TPIPE: