Home
last modified time | relevance | path

Searched refs:noerr (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dobjc-lang.h66 int noerr);
H A Dobjc-lang.c84 lookup_struct_typedef (char *name, struct block *block, int noerr) in lookup_struct_typedef() argument
93 if (noerr) in lookup_struct_typedef()
100 if (noerr) in lookup_struct_typedef()
H A Dgdbtypes.c1043 lookup_typename (char *name, struct block *block, int noerr) in lookup_typename() argument
1058 else if (!tmp && noerr) in lookup_typename()
1207 lookup_struct_elt_type (struct type *type, char *name, int noerr) in lookup_struct_elt_type() argument
1259 t = lookup_struct_elt_type (TYPE_BASECLASS (type, i), name, noerr); in lookup_struct_elt_type()
1266 if (noerr) in lookup_struct_elt_type()
H A Dada-lang.c5574 int noerr, int *dispp) in ada_lookup_struct_elt_type() argument
5595 if (noerr) in ada_lookup_struct_elt_type()
5663 if (!noerr) in ada_lookup_struct_elt_type()
H A DChangeLog-19913515 Take additional argument noerr.
/openbsd-src/gnu/usr.bin/cvs/src/
H A DChangeLog-961724 * rcscmds.c (RCS_checkin): Remove noerr parameter. Change all
2240 * rcscmds.c (RCS_checkout): Remove noerr parameter. Change all
2342 * commit.c (remove_file): Pass noerr as 0 to RCS_checkout.
H A DChangeLog-97818 arg to mean `quiet' and not `noerr', permitting admin_fileproc to
827 `noerr' arg to mean `quiet', permitting admin_fileproc to run
H A DChangeLog-93951069 * rcscmds.c (RCS_deltag, RCS_lock): add definition of noerr