Home
last modified time | relevance | path

Searched refs:SYMPIPE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h103 #define SYMPIPE 010000 /* trailing '|' */ macro
116 #define IOCLOBSYM (SYMPIPE|'>')
117 #define PIPESYM2 (SYMPIPE|'&')
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c588 c |= SYMPIPE; in sh_lex()
603 c |= SYMPIPE; in sh_lex()
2117 case SYMPIPE: in fmttoken()