Searched refs:linkum (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/one-true-awk/
H A Dawkgram.y181 { beginloc = linkum(beginloc, $3); $$ = 0; }
183 { endloc = linkum(endloc, $3); $$ = 0; }
190 | pa_stats opt_pst pa_stat { $$ = linkum($1, $3); }
195 | patlist comma pattern { $$ = linkum($1, $3); }
253 pattern comma pattern { $$ = linkum($1, $3); }
254 | plist comma pattern { $$ = linkum($1, $3); }
259 | pplist comma ppattern { $$ = linkum($1, $3); }
344 | stmtlist stmt { $$ = linkum($1, $2); }
431 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
H A Dproto.h88 extern Node *linkum(Node *, Node *);
H A Dparse.c217 Node *linkum(Node *a, Node *b) function

Completed in 59 milliseconds