Home
last modified time | relevance | path

Searched refs:s_old_style_function (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/xlint/lint2/
H A Dlint2.h116 bool s_old_style_function:1; member
135 #define s_old_style_function s_s.s_old_style_function macro
H A Demit2.c139 if (sym->s_old_style_function) in outdef()
H A Dread.c413 if (sym->s_old_style_function) in parse_function_attribute()
415 sym->s_old_style_function = true; in parse_function_attribute()
H A Dchk.c465 promote = def != NULL && def->s_old_style_function; in chkau()
1131 osdef = def->s_old_style_function; in check_argument_declarations()