Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A DMakefile.in81 rm -f shadow/term.h shadow/tty.c shadow/comm.h shadow/osdef.h
98 rm -f tty.c term.h comm.h osdef.h kmapdef.c core
119 rm -f tty.c term.h comm.h osdef.h kmapdef.c
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A DMakefile.in81 rm -f shadow/term.h shadow/tty.c shadow/comm.h shadow/osdef.h
98 rm -f tty.c term.h comm.h osdef.h kmapdef.c core
119 rm -f tty.c term.h comm.h osdef.h kmapdef.c
/netbsd/usr.bin/xlint/lint1/
H A Demit1.c242 outfdef(const sym_t *fsym, const pos_t *posp, bool rval, bool osdef, in outfdef() argument
296 if (osdef) in outfdef()
315 if (osdef) { in outfdef()
/netbsd/usr.bin/xlint/lint2/
H A Dread.c588 parse_tspec(const char **pp, char c, bool *osdef) in parse_tspec() argument
632 *osdef = c == 'f'; in parse_tspec()
655 bool osdef = false; in inptype() local
684 tp->t_tspec = parse_tspec(&cp, c, &osdef); in inptype()
697 if (!osdef) in inptype()
H A Dchk.c1114 bool osdef, eq, dowarn; in check_argument_declarations() local
1119 osdef = false; in check_argument_declarations()
1121 osdef = def->s_old_style_function; in check_argument_declarations()
1146 true, osdef, false, &dowarn); in check_argument_declarations()