OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countargs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/arch/hppa/
local2.c
39
int
countargs
(NODE *p, int *);
585
countargs
(NODE *p, int *n)
function
590
countargs
(p->n_left, n);
591
countargs
(p->n_right, n);
618
n = 1 +
countargs
(p->n_right, &n);
local2.c
39
int
countargs
(NODE *p, int *);
585
countargs
(NODE *p, int *n)
function
590
countargs
(p->n_left, n);
591
countargs
(p->n_right, n);
618
n = 1 +
countargs
(p->n_right, &n);
Completed in 36 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026