Lines Matching defs:tkpipe
178 tkaddasgn, tksubasgn, tkasgn, tkappend, tkpipe,
1295 0, 120, // tkappend, tkpipe,
1301 // FIXME: should tkappend be here too? is tkpipe needed?
1303 if (TT.cgl.in_print_stmt && ! TT.cgl.paren_level && (tok == tkgt || tok == tkpipe))
1336 if (tksemi <= tk && tk <= tkpipe) {
1650 static char printexprendsy[] = {tkgt, tkappend, tkpipe, tknl, tksemi, tkrbrace, 0};
1828 case tkpipe:
1836 gencd(tkpipe);
1943 static char outmodes[] = {tkgt, tkappend, tkpipe, 0};
3420 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)
3781 case tkpipe: outfp = setup_file(0, "w"); break; // pipe
4091 // if tkgetline 1 tkpipe: (pipe_command_string)
4092 // if tkgetline 2 tkpipe: (pipe_command_string) (lvalue)
4098 // if tkgetline 1 tkpipe: $0 NF
4099 // if tkgetline 2 tkpipe: var
4101 if (nargs == 2 && source == tkpipe) swap();
4103 if (source == tklt || source == tkpipe) {
4113 // 0 tkpipe: (nothing) from piped command in 'stream'
4114 // 1 tkpipe: (lvalue) from piped command in 'stream'
4117 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)