Searched refs:has_next (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/flex/dist/src/
H A Dscanopt.c666 int errcode = 0, has_next;
758 has_next = s->index + 1 < s->argc
780 if (!optarg && !has_next)
662 int errcode = 0, has_next; local
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresrc.c3009 write_rc_datablock (FILE *e, rc_uint_type length, const bfd_byte *data, int has_next,
3042 if (has_next)
3075 if (has_next)
3111 if (has_next || (i + 4) < length)
3134 if (has_next || i + 2 < length)
3158 if (has_next)
3012 write_rc_datablock(FILE *e, rc_uint_type length, const bfd_byte *data, int has_next, int hasblock, int show_comment) argument
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresrc.c3013 write_rc_datablock (FILE *e, rc_uint_type length, const bfd_byte *data, int has_next,
3046 if (has_next)
3079 if (has_next)
3115 if (has_next || (i + 4) < length)
3138 if (has_next || i + 2 < length)
3162 if (has_next)
3010 write_rc_datablock(FILE *e, rc_uint_type length, const bfd_byte *data, int has_next, int hasblock, int show_comment) argument
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresrc.c3015 write_rc_datablock (FILE *e, rc_uint_type length, const bfd_byte *data, int has_next,
3048 if (has_next)
3081 if (has_next)
3117 if (has_next || (i + 4) < length)
3140 if (has_next || i + 2 < length)
3164 if (has_next)
3012 write_rc_datablock(FILE *e, rc_uint_type length, const bfd_byte *data, int has_next, int hasblock, int show_comment) argument
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c382 builtin_has_include (cpp_reader *pfile, cpp_hashnode *op, bool has_next) argument
421 has_next ? IT_INCLUDE_NEXT : IT_INCLUDE))
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc391 builtin_has_include (cpp_reader *pfile, cpp_hashnode *op, bool has_next) argument
430 has_next ? IT_INCLUDE_NEXT : IT_INCLUDE))
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc773 has_next (conversion_kind code) function
788 gcc_assert (from == NULL || has_next (code));
886 || !has_next (conv->kind))
899 && has_next (conv->kind))
11300 || !has_next (ics2->kind))

Completed in 474 milliseconds