| /src/lib/libtelnet/ |
| genget.c | 72 static char *ambiguous; /* special return value for command routines */ variable 92 return(&ambiguous); 99 * Function call version of Ambiguous() 102 Ambiguous(void *s) 104 return(s == &ambiguous);
|
| /src/external/gpl3/gdb/dist/readline/readline/support/ |
| wcwidth.c | 23 * terminal shall use. For characters in the East Asian Ambiguous (A) 228 * Ambiguous (A) category as defined in Unicode Technical Report #11 236 /* sorted list of non-overlapping intervals of East Asian Ambiguous 238 static const struct interval ambiguous[] = { local 294 if (bisearch(ucs, ambiguous, 295 sizeof(ambiguous) / sizeof(struct interval) - 1))
|
| /src/external/gpl3/gdb.old/dist/readline/readline/support/ |
| wcwidth.c | 23 * terminal shall use. For characters in the East Asian Ambiguous (A) 228 * Ambiguous (A) category as defined in Unicode Technical Report #11 236 /* sorted list of non-overlapping intervals of East Asian Ambiguous 238 static const struct interval ambiguous[] = { local 294 if (bisearch(ucs, ambiguous, 295 sizeof(ambiguous) / sizeof(struct interval) - 1))
|
| /src/external/bsd/tmux/dist/ |
| cmd-set-option.c | 95 int window, idx, already, error, ambiguous; local 111 name = options_match(argument, &idx, &ambiguous); 115 if (ambiguous) 116 cmdq_error(item, "ambiguous option: %s", argument);
|
| cmd-show-options.c | 83 int window, idx, ambiguous, parent, scope; local 102 name = options_match(argument, &idx, &ambiguous); 106 if (ambiguous) 107 cmdq_error(item, "ambiguous option: %s", argument);
|
| cmd.c | 459 int ambiguous; local 462 ambiguous = 0; 466 ambiguous = 0; 474 ambiguous = 1; 480 if (ambiguous) 481 goto ambiguous; 488 ambiguous: 500 xasprintf(cause, "ambiguous command: %s, could be: %s", name, s);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| argmatch.c | 77 or -2 if it is ambiguous (is a prefix of more than one element). 92 bool ambiguous = false; /* If true, multiple nonexact match(es). */ 116 ambiguous = true; 121 if (ambiguous) 137 : _("ambiguous argument %s for %s")); 91 bool ambiguous = false; \/* If true, multiple nonexact match(es). *\/ local
|
| /src/usr.bin/patch/ |
| backupfile.c | 180 * does not match any element or -2 if it is ambiguous (is a prefix of more 189 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local 204 ambiguous = 1; 207 if (ambiguous) 225 fprintf(stderr, "ambiguous");
|
| /src/lib/libc/stdlib/ |
| getopt_long.c | 102 static const char ambig[] = "ambiguous option -- %.*s"; 360 int i, ambiguous, match; local 364 ambiguous = 0; 399 ambiguous = 0; 405 ambiguous = 1; 407 if (ambiguous) { 408 /* ambiguous abbreviation */
|
| /src/external/bsd/file/dist/src/ |
| getopt_long.c | 111 static const char ambig[] = "ambiguous option -- %.*s"; 385 int i, ambiguous, match; local 389 ambiguous = 0; 424 ambiguous = 0; 430 ambiguous = 1; 432 if (ambiguous) { 433 /* ambiguous abbreviation */
|
| /src/external/bsd/elftosb/dist/common/ |
| options.cpp | 669 // const char * Options::match_longopt(opt, len, ambiguous) 674 // int & ambiguous -- set by this routine before returning. 684 // - *ambiguous is set to '1' if "opt" matches >1 long-option 692 // ambiguous is FALSE 697 // set ambiguous = TRUE and return NULL 706 Options::match_longopt(const char * opt, int len, int & ambiguous) const { 710 ambiguous = 0; 722 ++ambiguous; 864 int len = 0, ambiguous = 0; local 878 OptionSpec optspec = match_longopt(nextchar, len, ambiguous); [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| xgettext.c | 2522 bool ambiguous = false; local 2538 ambiguous = true; 2562 ambiguous = true; 2581 ambiguous = true; 2593 ambiguous = true; 2612 ambiguous = true; 2620 if (ambiguous) 2626 _("ambiguous argument specification for keyword '%.*s'"),
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| search.cc | 63 bool ambiguous; /* Found multiply ambiguous */ 103 /* This is immediately ambiguous. */ 105 data->ambiguous = true; 195 If the base is inaccessible, or ambiguous, then error_mark_node is 248 data.ambiguous = data.via_virtual = false; 256 bk = data.ambiguous ? bk_ambig : bk_not_base; 279 error ("%qT is an ambiguous base of %qT", base, t); 940 /* If non-NULL, the lookup was ambiguous, and this is a list of the 942 tree ambiguous; 62 bool ambiguous; \/* Found multiply ambiguous *\/ member in struct:lookup_base_data_s 941 tree ambiguous; member in struct:lookup_field_info [all...] |
| name-lookup.cc | 440 tree value; /* A (possibly ambiguous) set of things found. */ 515 static tree ambiguous (tree thing, tree current); 680 /* THING and CURRENT are ambiguous, concatenate them. */ 683 name_lookup::ambiguous (tree thing, tree current) function in class:name_lookup 741 value = ambiguous (new_val, value); 754 type = ambiguous (new_type, type); 5373 /* We could have been passed a tree list if this is an ambiguous 5720 /* We can (independently) have ambiguous implicit typedefs. */ 5723 error ("reference to %qD is ambiguous", lookup.name); 5851 /* If it's a TREE_LIST, the result of the lookup was ambiguous. * [all...] |
| semantics.cc | 4191 /* Ambiguous reference to base members. */ 4192 error ("request for member %qD is ambiguous in " 5963 auto_vec<tree> ambiguous; 5967 ambiguousp = &ambiguous; 5986 if (ambiguousp != &ambiguous) 5988 if (!ambiguous.is_empty ()) 5993 error_at (loc, "user defined reduction lookup is ambiguous"); 5994 FOR_EACH_VEC_ELT (ambiguous, idx, udr) 5962 auto_vec<tree> ambiguous; local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| search.cc | 65 bool ambiguous; /* Found multiply ambiguous */ 121 /* This is immediately ambiguous. */ 123 data->ambiguous = true; 213 If the base is inaccessible, or ambiguous, then error_mark_node is 267 data.ambiguous = data.via_virtual = false; 276 bk = data.ambiguous ? bk_ambig : bk_not_base; 299 error ("%qT is an ambiguous base of %qT", base, t); 980 /* If non-NULL, the lookup was ambiguous, and this is a list of the 982 tree ambiguous; 64 bool ambiguous; \/* Found multiply ambiguous *\/ member in struct:lookup_base_data_s 981 tree ambiguous; member in struct:lookup_field_info [all...] |
| name-lookup.cc | 444 tree value; /* A (possibly ambiguous) set of things found. */ 519 static tree ambiguous (tree thing, tree current); 685 /* THING and CURRENT are ambiguous, concatenate them. */ 688 name_lookup::ambiguous (tree thing, tree current) function in class:name_lookup 746 value = ambiguous (new_val, value); 759 type = ambiguous (new_type, type); 1816 ambiguous decls should be returned. */ 1936 ambiguous lookups) instead. 2862 binding->value = name_lookup::ambiguous (decl, binding->value); 3073 to_val = name_lookup::ambiguous (decl, old) [all...] |
| semantics.cc | 4591 /* Ambiguous reference to base members. */ 4592 error ("request for member %qD is ambiguous in " 6386 auto_vec<tree> ambiguous; 6390 ambiguousp = &ambiguous; 6409 if (ambiguousp != &ambiguous) 6411 if (!ambiguous.is_empty ()) 6416 error_at (loc, "user defined reduction lookup is ambiguous"); 6417 FOR_EACH_VEC_ELT (ambiguous, idx, udr) 6385 auto_vec<tree> ambiguous; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| valops.c | 869 error (_("Ambiguous dynamic_cast")); 1853 ambiguous results. See search_struct_field for description of 1879 base class search yields ambiguous results, this throws an 1882 of throwing an error if the field search yields ambiguous 1919 is used for error reporting when the lookup is ambiguous. */ 1936 /* The result is not ambiguous if all the classes that are 1939 error (_("base class '%s' is ambiguous in type '%s'"), 1947 /* The field is not ambiguous if it occupies the same 1954 ambiguous). This can happen when fields in two different base 1959 bool ambiguous = false, insert = true 1957 bool ambiguous = false, insert = true; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| valops.c | 870 error (_("Ambiguous dynamic_cast")); 1854 ambiguous results. See search_struct_field for description of 1880 base class search yields ambiguous results, this throws an 1883 of throwing an error if the field search yields ambiguous 1920 is used for error reporting when the lookup is ambiguous. */ 1937 /* The result is not ambiguous if all the classes that are 1940 error (_("base class '%s' is ambiguous in type '%s'"), 1948 /* The field is not ambiguous if it occupies the same 1955 ambiguous). This can happen when fields in two different base 1960 bool ambiguous = false, insert = true 1958 bool ambiguous = false, insert = true; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| module.cc | 58 <Ambiguous flag> 3987 interfaces. Checking for duplicate and ambiguous interfaces has to 4856 is ambiguous. */ 4863 && !st->ambiguous 4868 st->ambiguous = 1; 4888 to retain symbols ambiguous that were already so. */ 4899 st->ambiguous = 0; 5100 gfc_error ("Ambiguous !$OMP DECLARE REDUCTION from " 5343 int ambiguous = 0, j, nuse, symbol = 0; local 5470 mio_integer (&ambiguous); [all...] |
| gfortran.h | 2009 int ambiguous; member in struct:gfc_symtree
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| module.cc | 58 <Ambiguous flag> 4006 interfaces. Checking for duplicate and ambiguous interfaces has to 4875 is ambiguous. */ 4882 && !st->ambiguous 4887 st->ambiguous = 1; 4907 to retain symbols ambiguous that were already so. */ 4918 st->ambiguous = 0; 5119 gfc_error ("Ambiguous !$OMP DECLARE REDUCTION from " 5362 int ambiguous = 0, j, nuse, symbol = 0; local 5489 mio_integer (&ambiguous); [all...] |
| gfortran.h | 2088 int ambiguous; member in struct:gfc_symtree
|