HomeSort by relevance Sort by last modified time
    Searched refs:linkum (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 181 { 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)); }
parse.c 217 Node *linkum(Node *a, Node *b) function
proto.h 91 extern Node *linkum(Node *, Node *);

Completed in 40 milliseconds