Searched defs:ambiguous (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dargmatch.c79 or -2 if it is ambiguous (is a prefix of more than one element).
94 bool ambiguous = false; /* If true, multiple nonexact match(es). */
118 ambiguous = true;
123 if (ambiguous)
139 : _("ambiguous argument %s for %s"));
93 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/external/bluetooth/glib/glib/
H A Dguniprop.c497 static const struct Interval ambiguous[] = { local
543 if (bsearch (GUINT_TO_POINTER (c), ambiguous, G_N_ELEMENTS (ambiguous), sizeof ambiguous[0],

Completed in 38 milliseconds