Home
last modified time | relevance | path

Searched refs:condpair_left (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/doc/
H A Dbc_notes275 #define condpair_left d.di
/dports/lang/gawk/gawk-5.1.1/
H A Dprofile.c846 pprint(pc->nexti, ip1->condpair_left, NO_PPRINT_FLAGS); in pprint()
847 pprint(ip1->condpair_left->nexti, ip1->condpair_right, NO_PPRINT_FLAGS); in pprint()
H A Dawk.h934 #define condpair_left d.di macro
H A Dawkgram.y404 ($1->nexti + 1)->condpair_left = $1->lasti;
H A Dawkgram.c2203 (yyvsp[-2]->nexti + 1)->condpair_left = yyvsp[-2]->lasti; in yyparse()