OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
93
extern Node *
linkum
(Node *, Node *);
Completed in 1342 milliseconds