Home
last modified time | relevance | path

Searched refs:osdef (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.bin/xlint/lint1/
Demit1.c237 outfdef(const sym_t *fsym, const pos_t *posp, bool rval, bool osdef, in outfdef() argument
285 if (osdef) in outfdef()
302 if (osdef) { in outfdef()
/netbsd/src/usr.bin/xlint/lint2/
Dread.c587 parse_tspec(const char **pp, char c, bool *osdef) in parse_tspec() argument
631 *osdef = c == 'f'; in parse_tspec()
654 bool osdef = false; in inptype() local
683 tp->t_tspec = parse_tspec(&cp, c, &osdef); in inptype()
696 if (!osdef) in inptype()
Dchk.c1122 bool osdef, eq, dowarn; in check_argument_declarations() local
1127 osdef = false; in check_argument_declarations()
1129 osdef = def->s_old_style_function; in check_argument_declarations()
1154 true, osdef, false, &dowarn); in check_argument_declarations()