Lines Matching defs:tklt
176 tklt, tkle, tkne, tkeq, tkgt, tkge, tkmatchop, tknotmatch, tkand, tkor,
1289 110, 110, 110, 110, 110, 110, // tklt, tkle, tkne, tkeq, tkgt, tkge,
1791 if (havetok(tklt)) {
1794 modifier = tklt;
3420 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)
3636 case tklt: // FALLTHROUGH intentional here
3649 case tklt: cmp = STKP[-1].num < STKP[0].num; break;
3659 case tklt: cmp = cmp < 0; break;
4089 // if tkgetline 1 tklt: (filename_string)
4090 // if tkgetline 2 tklt: (lvalue) (filename_string)
4096 // if tkgetline 1 tklt: $0 NF
4097 // if tkgetline 2 tklt: var
4103 if (source == tklt || source == tkpipe) {
4104 zfp = setup_file(source == tklt, "r");
4111 // 0 tklt: (nothing) from named file in 'stream'
4112 // 1 tklt: (lvalue) from named file in 'stream'
4117 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)