Home | Sort by: relevance | last modified time | path |
/src/bin/ksh/ | |
tree.h | 92 #define IOCAT 0x5 /* >> */ |
tree.c | 228 : (type == IOCAT || type == IOWRITE) ? 1 245 case IOCAT: |
lex.c | 644 (c == '>' ? IOCAT : IOHERE) : IORDWR; |
exec.c | 1143 case IOCAT: |