Searched refs:ambiguous (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/libs/libtelnet/
H A Dgenget.c76 static char *ambiguous; /* special return value for command routines */ variable
94 return(&ambiguous);
106 return(s == &ambiguous);
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_commands.cpp238 find_debugger_command(const char *name, bool partialMatch, bool& ambiguous) argument
242 ambiguous = false;
260 ambiguous = true;
453 bool ambiguous; local
454 debugger_command *cmd = find_debugger_command(name, false, ambiguous);
455 if (cmd != NULL && ambiguous == false)
482 bool ambiguous; local
484 ambiguous);
499 bool ambiguous; local
501 ambiguous);
522 bool ambiguous; local
[all...]
H A Ddebug_commands.h48 bool& ambiguous);
H A Ddebug_builtin_commands.cpp45 bool ambiguous; local
48 specified = find_debugger_command(argv[1], false, ambiguous);
H A Ddebug_parser.cpp786 bool ambiguous; local
788 ambiguous);
791 if (ambiguous) {
H A Ddebug.cpp337 bool ambiguous; local
338 debugger_command* command = find_debugger_command(buffer, true, ambiguous);
345 if (ambiguous)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dargmatch.c75 or -2 if it is ambiguous (is a prefix of more than one element).
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */
114 ambiguous = true;
119 if (ambiguous)
135 : _("ambiguous argument %s for %s"));
89 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dargmatch.c75 or -2 if it is ambiguous (is a prefix of more than one element).
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */
114 ambiguous = true;
119 if (ambiguous)
135 : _("ambiguous argument %s for %s"));
89 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/haiku-fatelf/src/bin/patch/
H A Dargmatch.c81 or -2 if it is ambiguous (is a prefix of more than one element).
98 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */
124 ambiguous = 1;
129 if (ambiguous)
161 : _("ambiguous argument %s for `%s'"));
97 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dwcwidth.c161 static const struct interval ambiguous[] = { local
218 if (bisearch(ucs, ambiguous,
219 sizeof(ambiguous) / sizeof(struct interval) - 1))
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dunicode.c243 static const struct interval ambiguous[] = {
299 if (bisearch(ucs, ambiguous,
300 sizeof(ambiguous) / sizeof(struct interval) - 1))
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c3932 * Make sure there are no ambiguous mapping
3944 BOOL ambiguous;
3946 ambiguous = FALSE;
3951 ambiguous = TRUE;
3954 ambiguous = TRUE;
3960 ambiguous = TRUE;
3963 ambiguous = TRUE;
3965 return (ambiguous);

Completed in 124 milliseconds