Searched refs:funccall (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dexterns1.h201 extern tnode_t *funccall(tnode_t *, tnode_t *);
H A Dcgram.y1554 $$ = funccall($1, NULL);
1557 $$ = funccall($1, $3);
H A Dtree.c3038 * All necessary conversions and type checks are done in funccall(), because
3064 funccall(tnode_t *func, tnode_t *args) function
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dread.c93 static void funccall(pos_t *, const char *);
192 funccall(&pos, cp);
266 funccall(pos_t *posp, const char *cp) function

Completed in 133 milliseconds