HomeSort by: relevance | last modified time | path
    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