Searched refs:Node_K_if (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y688 $$ = node($3, Node_K_if,
693 { $$ = node($3, Node_K_if,
1038 {"if", Node_K_if, LEX_IF, 0, 0},
H A Dprofile.c224 case Node_K_if:
H A Dawk.h358 Node_K_if, /* lnode is conditonal, rnode is if_branches */ enumerator in enum:nodevals
H A Dawkgram.c2179 yyval.nodeval = node(yyvsp[-3].nodeval, Node_K_if,
2186 { yyval.nodeval = node(yyvsp[-6].nodeval, Node_K_if,
2877 {"if", Node_K_if, LEX_IF, 0, 0},
H A Deval.c196 "Node_K_if",
397 case Node_K_if:

Completed in 58 milliseconds