Lines Matching defs:tkeof
167 tkunusedtoken, tkeof, tkerr, tknl,
1018 TT.scs->tok = tkeof;
1069 TT.prevtok = tkeof;
1248 gencd(tkeof); // to ensure zcode offsets are non-zero
1281 0, 0, 0, 0, // tkunusedtoken, tkeof, tkerr, tknl,
1350 while (!ISTOK(tkeof) && !ISTOK(tk))
1352 if (ISTOK(tkeof)) unexpected_eof();
1360 do scan(); while (!ISTOK(tkeof) && !strchr(tklist, CURTOK()));
1361 if (ISTOK(tkeof)) unexpected_eof();
1462 gen2cd(opfldref, tkeof);
1637 gen2cd(tkfield, tkeof);
1786 modifier = tkeof;
2197 case tkeof:
2351 if (ISTOK(tkeof)) unexpected_eof();
2363 while (!is_nl_semi() && !ISTOK(tkrbrace) && !ISTOK(tkeof)) scan();
2364 if (ISTOK(tkeof)) unexpected_eof();
2425 gencd(tkeof);
2471 while (! ISTOK(tkeof)) {
3420 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)
3427 int is_stream = source != tkeof;
4087 // if tkgetline 0 tkeof: (nothing stacked; plain getline)
4088 // if tkgetline 1 tkeof: (lvalue)
4094 // if tkgetline 0 tkeof: $0 NF NR FNR
4095 // if tkgetline 1 tkeof: var NR FNR
4109 // 0 tkeof: (nothing; plain getline) from current data file
4110 // 1 tkeof: (lvalue) from current data file
4117 // source is tkeof (no pipe/file), tklt (file), or tkpipe (pipe)