Lines Matching defs:tkfield
173 tkrbrace, tkfield, tkincr, tkdecr, tkpow, tknot, tkmul, tkdiv, tkmod,
1286 190, 180, 180, 170, 160, // tkfield, tkincr, tkdecr, tkpow, tknot,
1597 // Dollar $ tkfield can be followed by "any" expresson, but
1612 // tkvar, tknumber, tkstring, tkregex, tkfunc, tkbuiltin, tkfield, tkminus,
1628 expect(tkfield);
1629 // tkvar, tknumber, tkstring, tkregex, tkfunc, tkbuiltin, tkfield, tkminus,
1632 if (ISTOK(tkfield)) field_op();
1635 // tkfield op has "dummy" 2nd word so that convert_push_to_reference(void)
1636 // can find either tkfield or tkvar at same place (ZCODE[TT.zcode_last-1]).
1637 gen2cd(tkfield, tkeof);
1642 tkbuiltin, tkfield, tkminus, tkplus, tknot, tkincr, tkdecr, tklparen,
1662 else if (ZCODE[TT.zcode_last - 1] == tkfield) ZCODE[TT.zcode_last - 1] = opfldref;
1668 if (ISTOK(tkfield)) {
1691 // tkvar, tknumber, tkstring, tkregex, tkfunc, tkbuiltin, tkfield, tkminus,
1710 case tkfield:
1787 if (ISTOK(tkfield) || ISTOK(tkvar)) {
1831 if (ISTOK(tkfield) || ISTOK(tkvar)) {
1878 tkfield, tknot, tkincr, tkdecr, tklparen, tkgetline, 0};
2872 // Called by tkfield op // TODO inline it?
3982 case tkfield:
3983 // tkfield op has "dummy" 2nd word so that convert_push_to_reference(void)
3984 // can find either tkfield or tkvar at same place (ZCODE[TT.zcode_last-1]).