Home
last modified time | relevance | path

Searched refs:ambiguous (Results 1 – 25 of 224) sorted by relevance

123456789

/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dargmatch.c42 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
59 ambiguous = 1;
62 if (ambiguous)
/openbsd-src/usr.bin/telnet/
H A Dgenget.c63 static char *ambiguous; /* special return value for command routines */ variable
83 return(&ambiguous); in genget()
95 return((char **)s == &ambiguous); in Ambiguous()
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dtoke3 we seem to have lost a few ambiguous warnings!!
118 Use of "%s" without parentheses is ambiguous [check_uni]
468 use warnings 'ambiguous' ;
470 no warnings 'ambiguous' ;
476 use warnings 'ambiguous' ;
482 use warnings 'ambiguous' ;
494 use warnings 'ambiguous' ;
513 no warnings 'ambiguous' ;
519 use warnings 'ambiguous' ;
526 no warnings 'ambiguous' ;
[all...]
/openbsd-src/gnu/lib/libreadline/support/
H A Dwcwidth.c160 static const struct interval ambiguous[] = { in wcwidth_cjk() local
217 if (bisearch(ucs, ambiguous, in wcwidth_cjk()
218 sizeof(ambiguous) / sizeof(struct interval) - 1)) in wcwidth_cjk()
/openbsd-src/lib/libcurses/
H A Dwcwidth.h247 static const struct interval ambiguous[] = { in mk_wcwidth_cjk() local
303 if (bisearch(ucs, ambiguous, in mk_wcwidth_cjk()
304 sizeof(ambiguous) / sizeof(struct interval) - 1)) in mk_wcwidth_cjk()
/openbsd-src/usr.bin/patch/
H A Dbackupfile.c182 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ in argmatch() local
197 ambiguous = 1; in argmatch()
200 if (ambiguous) in argmatch()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsearch.c88 bool ambiguous; /* Found multiply ambiguous */ member
130 data->ambiguous = true; in dfs_lookup_base()
225 data.ambiguous = data.via_virtual = false; in lookup_base()
233 bk = data.ambiguous ? bk_ambig : bk_not_base; in lookup_base()
956 tree ambiguous; member
1121 if (!lfi->ambiguous && lfi->rval) in lookup_field_r()
1126 lfi->ambiguous = tree_cons (NULL_TREE, lfi->rval, NULL_TREE); in lookup_field_r()
1127 TREE_TYPE (lfi->ambiguous) = error_mark_node; in lookup_field_r()
1131 lfi->ambiguous = tree_cons (NULL_TREE, nval, lfi->ambiguous); in lookup_field_r()
1132 TREE_TYPE (lfi->ambiguous) = error_mark_node; in lookup_field_r()
[all …]
/openbsd-src/usr.bin/tmux/
H A Dcmd-set-option.c95 int window, idx, already, error, ambiguous; in cmd_set_option_exec() local
111 name = options_match(argument, &idx, &ambiguous); in cmd_set_option_exec()
115 if (ambiguous) in cmd_set_option_exec()
H A Dcmd-show-options.c84 int window, idx, ambiguous, parent, scope; in cmd_show_options_exec() local
103 name = options_match(argument, &idx, &ambiguous); in cmd_show_options_exec()
107 if (ambiguous) in cmd_show_options_exec()
H A Dcmd.c452 int ambiguous; in cmd_find() local
455 ambiguous = 0; in cmd_find()
459 ambiguous = 0; in cmd_find()
467 ambiguous = 1; in cmd_find()
473 if (ambiguous) in cmd_find()
474 goto ambiguous; in cmd_find()
481 ambiguous: in cmd_find()
493 xasprintf(cause, "ambiguous command: %s, could be: %s", name, s); in cmd_find()
H A Doptions.c654 options_match(const char *s, int *idx, int *ambiguous) in options_match()
665 *ambiguous = 0; in options_match()
680 *ambiguous = 1; in options_match_get()
689 *ambiguous = 0; in options_match_get()
697 int *ambiguous) in options_get_string()
702 name = options_match(s, idx, ambiguous); in options_get_string()
705 *ambiguous = 0; in options_get_string()
636 options_match(const char * s,int * idx,int * ambiguous) options_match() argument
679 options_match_get(struct options * oo,const char * s,int * idx,int only,int * ambiguous) options_match_get() argument
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/t/
H A D01_Module-Load.t24 [q|LoadIt|, 1, 'ambiguous module' ],
25 [q|ToBeLoaded|, 0, 'ambiguous file' ],
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c1188 tree ambiguous; member
1360 lfi->ambiguous = NULL_TREE;
1382 if (!lfi->ambiguous && lfi->rval)
1387 lfi->ambiguous = tree_cons (NULL_TREE, lfi->rval, NULL_TREE);
1388 TREE_TYPE (lfi->ambiguous) = error_mark_node;
1392 lfi->ambiguous = tree_cons (NULL_TREE, nval, lfi->ambiguous);
1393 TREE_TYPE (lfi->ambiguous) = error_mark_node;
1519 if (!protect && lfi.ambiguous)
1524 if (lfi.ambiguous)
1525 return lfi.ambiguous;
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A DMakefile.in4 EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp294 bool ambiguous = false; in FindInterveningFrames() member
307 if (!ambiguous) in FindInterveningFrames()
317 ambiguous = true; in FindInterveningFrames()
326 ambiguous = true; in FindInterveningFrames()
341 if (ambiguous) in FindInterveningFrames()
/openbsd-src/regress/bin/csh/
H A Dfilec.sh44 touch $tmp/ambiguous.{1,2} $tmp/complete $tmp/ignore.{c,o} $tmp/only.o
/openbsd-src/gnu/usr.bin/perl/t/comp/
H A Dparser_run.t84 Warning: Use of "-C-" without parentheses is ambiguous at - line 1.
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dguess.t92 my $ambiguous = "\x{5c0f}\x{98fc}\x{5f3e}";
101 my $test = encode("UTF-16$bl" => $ambiguous);
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/
H A Dunicode.tml10 # escape characters, and special ambiguous cases like ': '. These ones
191 # - is a sequence element marker. In many contexts it is not ambiguous when
192 # unquoted, but in others it is ambiguous. libyaml always quotes it so going
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dopen.t111 like( $@, qr/too ambiguous/, 'should die with ambiguous locale encoding' );
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.td160 // Some encodings are ambiguous except by comparing field values.
377 // This class is ambiguous with other branches:
392 // This class is ambiguous with other branches:
407 // This class is ambiguous with other branches:
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dexotic_names.t12 # a heuristic with ambiguous eval and looking for octets in the stash
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dscript_run.t60 # ambiguous until a non-ambiguous digit is found.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td158 "reference to marker '%0' is ambiguous">;
160 "ambiguous marker '%0' is defined here">;
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc233 // This is unfortunately ambiguous between old GNU extension
275 // This is ambiguous, so check the smaller size of char * (if it is

123456789