| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | argmatch.c | 42 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local 59 ambiguous = 1; 62 if (ambiguous)
|
| /openbsd-src/usr.bin/telnet/ |
| H A D | genget.c | 63 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 D | toke | 3 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 D | wcwidth.c | 160 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 D | wcwidth.h | 247 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 D | backupfile.c | 182 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 D | search.c | 88 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 D | cmd-set-option.c | 95 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 D | cmd-show-options.c | 84 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 D | cmd.c | 452 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 D | options.c | 654 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 D | 01_Module-Load.t | 24 [q|LoadIt|, 1, 'ambiguous module' ], 25 [q|ToBeLoaded|, 0, 'ambiguous file' ],
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | search.c | 1188 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 D | Makefile.in | 4 EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 294 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 D | filec.sh | 44 touch $tmp/ambiguous.{1,2} $tmp/complete $tmp/ignore.{c,o} $tmp/only.o
|
| /openbsd-src/gnu/usr.bin/perl/t/comp/ |
| H A D | parser_run.t | 84 Warning: Use of "-C-" without parentheses is ambiguous at - line 1.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | guess.t | 92 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 D | unicode.tml | 10 # 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 D | open.t | 111 like( $@, qr/too ambiguous/, 'should die with ambiguous locale encoding' );
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips32r6InstrFormats.td | 160 // 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 D | exotic_names.t | 12 # a heuristic with ambiguous eval and looking for octets in the stash
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | script_run.t | 60 # ambiguous until a non-ambiguous digit is found.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 158 "reference to marker '%0' is ambiguous">; 160 "ambiguous marker '%0' is defined here">;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 233 // This is unfortunately ambiguous between old GNU extension 275 // This is ambiguous, so check the smaller size of char * (if it is
|