Home
last modified time | relevance | path

Searched refs:Op_K_if (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/doc/
H A Dbc_notes129 Op_K_if,
267 /* Op_K_if */
/dports/lang/gawk/gawk-5.1.1/
H A Dprofile.c1038 case Op_K_if: in pprint()
1087 if (pc->nexti->nexti->opcode == Op_K_if in pprint()
H A Dinterpret.h1515 case Op_K_if: in r_interpret()
H A Dawk.h732 Op_K_if, enumerator
H A Ddebug.c3811 case Op_K_if: in print_instruction()
H A Dawkgram.y2303 {"if", Op_K_if, LEX_IF, 0, 0, 0},
H A Dawkgram.c4811 {"if", Op_K_if, LEX_IF, 0, 0, 0},
H A DChangeLog.13835 make the right checks and format the code properly. In Op_K_if
H A DChangeLog.0676 * awkgram.y (mk_condition): Don't include Op_K_if, Op_K_else and