OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isarg
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
parse.c
242
if (
isarg
(v->nval) != -1) {
256
int
isarg
(const char *s) /* is s in argument list for current function? */
function
lex.c
311
if (c == '(' || c == '[' || (infunc &&
isarg
(buf) >= 0)) {
486
if (c != '(' && infunc && (n=
isarg
(w)) >= 0) {
proto.h
95
extern int
isarg
(const char *);
Completed in 246 milliseconds