Searched refs:typeok (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dexterns1.h193 extern int typeok(op_t, int, tnode_t *, tnode_t *);
H A Dinit.c408 if (!typeok(INIT, 0, ln, tn))
H A Dtree.c601 if (!typeok(op, 0, ln, rn))
747 * If the types are ok, typeok() returns 1, otherwise 0.
750 typeok(op_t op, int arg, tnode_t *ln, tnode_t *rn) function
1013 lerror("typeok() 2");
1173 /* (void *)0 already handled in typeok() */
3188 if (typeok(FARG, n, ln, tn)) {

Completed in 66 milliseconds