Searched refs:Op_K_getline_redir (Results 1 – 8 of 8) sorted by relevance
/dports/lang/gawk/gawk-5.1.1/ |
H A D | interpret.h | 844 || pc->assign_ctxt == Op_K_getline_redir) in r_interpret() 884 || pc->assign_ctxt == Op_K_getline_redir) in r_interpret() 1259 case Op_K_getline_redir: in r_interpret()
|
H A D | profile.c | 756 case Op_K_getline_redir: in pprint() 1489 case Op_K_getline_redir: in prec_level() 1589 case Op_K_getline_redir: /* sometimes */ in is_binary()
|
H A D | awk.h | 669 Op_K_getline_redir, enumerator
|
H A D | awkgram.y | 1414 && $3->lasti->opcode == Op_K_getline_redir 2301 {"getline", Op_K_getline_redir, LEX_GETLINE, NOT_OLD, 0, 0},
|
H A D | awkgram.c | 3391 && yyvsp[0]->lasti->opcode == Op_K_getline_redir in yyparse() 4809 {"getline", Op_K_getline_redir, LEX_GETLINE, NOT_OLD, 0, 0},
|
H A D | debug.c | 3909 case Op_K_getline_redir: in print_instruction()
|
H A D | ChangeLog.1 | 5585 * interpret.h (Op_K_getline_redir): Remove check and fatal error. 8835 include Op_K_getline_redir in the test for skipping the routine.
|
H A D | ChangeLog.0 | 721 `getline var < file' in cases Op_K_getline_redir and Op_K_getline.
|