Searched refs:linkum (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/awk/ |
H A D | awkgram.y | 183 { beginloc = linkum(beginloc, $3); $$ = 0; } 185 { endloc = linkum(endloc, $3); $$ = 0; } 192 | pa_stats opt_pst pa_stat { $$ = linkum($1, $3); } 197 | patlist comma pattern { $$ = linkum($1, $3); } 257 pattern comma pattern { $$ = linkum($1, $3); } 258 | plist comma pattern { $$ = linkum($1, $3); } 263 | pplist comma ppattern { $$ = linkum($1, $3); } 348 | stmtlist stmt { $$ = linkum($1, $2); } 461 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
|
H A D | proto.h | 88 extern Node *linkum(Node *, Node *);
|
H A D | parse.c | 241 Node *linkum(Node *a, Node *b) in linkum() function
|