Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint2/
Dlint2.h151 bool f_rdisc:1; /* return value discarded (casted to void) */ member
Dchk.c1096 used |= call->f_rused || call->f_rdisc; in check_return_values()
1097 ignored |= !call->f_rused && !call->f_rdisc; in check_return_values()
Dread.c370 fcall->f_rdisc = rdisc; in funccall()