HomeSort by: relevance | last modified time | path
    Searched refs:osdef (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/xlint/lint1/
emit1.c 232 outfdef(const sym_t *fsym, const pos_t *posp, bool rval, bool osdef,
280 if (osdef)
297 if (osdef) {
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
Makefile.in 81 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
107 # rm -f osdef.h doc/Makefile
119 rm -f tty.c term.h comm.h osdef.h kmapdef.c
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
Makefile.in 81 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
107 # rm -f osdef.h doc/Makefile
119 rm -f tty.c term.h comm.h osdef.h kmapdef.c
  /src/usr.bin/xlint/lint2/
read.c 414 inperr("osdef");
587 parse_tspec(const char **pp, char c, bool *osdef)
629 *osdef = c == 'f';
652 bool osdef = false; local
681 tp->t_tspec = parse_tspec(&cp, c, &osdef);
694 if (!osdef)
chk.c 1127 bool osdef, eq, dowarn; local
1132 osdef = false;
1134 osdef = def->s_old_style_function;
1159 true, osdef, false, &dowarn);

Completed in 78 milliseconds