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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dgenget.c72 static char *ambiguous; /* special return value for command routines */ variable
93 return(&ambiguous);
105 return((char **)s == &ambiguous);
/macosx-10.10.1/libtelnet-13/
H A Dgenget.c78 static char *ambiguous; /* special return value for command routines */ variable
96 return(&ambiguous);
108 return(s == &ambiguous);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargmatch.c76 or -2 if it is ambiguous (is a prefix of more than one element).
91 bool ambiguous = false; /* If true, multiple nonexact match(es). */
115 ambiguous = true;
120 if (ambiguous)
136 : _("ambiguous argument %s for %s"));
90 bool ambiguous = false; /* If true, multiple nonexact match(es). */ local
/macosx-10.10.1/gpatch-3/patch/
H A Dargmatch.c84 or -2 if it is ambiguous (is a prefix of more than one element).
101 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */
127 ambiguous = 1;
132 if (ambiguous)
164 : _("ambiguous argument %s for %s"));
100 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
/macosx-10.10.1/patch_cmds-17/patch/
H A Dbackupfile.c161 * does not match any element or -2 if it is ambiguous (is a prefix of more
170 int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ local
185 ambiguous = 1;
188 if (ambiguous)
206 fprintf(stderr, "ambiguous");
/macosx-10.10.1/tcsh-65/tcsh/cygwin/
H A Dcsh.cshrc51 set autolist=ambiguous
/macosx-10.10.1/file-46/file/src/
H A Dgetopt_long.c105 static const char ambig[] = "ambiguous option -- %.*s";
379 int i, ambiguous, match; local
383 ambiguous = 0;
418 ambiguous = 0;
424 ambiguous = 1;
426 if (ambiguous) {
427 /* ambiguous abbreviation */
/macosx-10.10.1/vim-55/runtime/tools/
H A Dunicode.vim190 " Build the double width or ambiguous width table in a new buffer.
289 " Build the ambiguous width table.
290 call BuildWidthTable('A', 'ambiguous')
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dcompat.c873 static const struct interval ambiguous[] = {
929 if (bisearch(ucs, ambiguous,
930 sizeof(ambiguous) / sizeof(struct interval) - 1))
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb135 is ambiguous, all valid options will be listed.
955 ambiguous = klass.empty?
957 if ambiguous then
971 klass = ancestor if ambiguous
/macosx-10.10.1/ruby-106/ruby/lib/
H A Doptparse.rb272 throw :ambiguous, key
724 raise AmbiguousArgument, catch(:ambiguous) {return complete(key)}
1546 raise AmbiguousOption, catch(:ambiguous) {
1821 const_set(:Reason, 'ambiguous option'.freeze)
1856 const_set(:Reason, 'ambiguous argument'.freeze)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreadline.vim71 \ show-all-if-ambiguous visible-stats
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-langs.el1753 ;; declaration. They might be ambiguous with types or type
1773 ;; aren't ambiguous with types or type prefixes.
2135 ;; unambiguous construct, otherwise it's an ambiguous match that
2143 (ambiguous (intersection decl-kwds
2146 (if ambiguous
2149 (c-make-keywords-re t ambiguous))
2282 ;; matches then it is an ambiguous primary expression; it could also
2283 ;; be a match of e.g. an infix operator. (The case with ambiguous
2311 (ambiguous-prefix-ops (intersection nonkeyword-prefix-ops
2325 ;; Match all ambiguous operator
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm353 # Non-numerical time zone returned, which can be ambiguous :(
849 ambiguous: For example, 'EST' can mean -0500, +1000, or +1100.
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.52/lib/DateTime/Format/
H A DStrptime.pm348 $self->local_croak("The timezone '$timezone' is ambiguous.")
1399 The timezone name. (For example EST -- which is ambiguous) [See note
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Strptime-1.54/lib/DateTime/Format/
H A DStrptime.pm348 $self->local_croak("The timezone '$timezone' is ambiguous.")
1399 The timezone name. (For example EST -- which is ambiguous) [See note
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm160 # 'ambiguous' The option could match several long options
234 # (undef, 'ambiguous'), if multiple options matched
252 return (undef, 'ambiguous')
481 option name. If an abbreviation is ambiguous, an error message will
637 recognized (Currently, the only possible value is 'ambiguous', for a
/macosx-10.10.1/vim-55/src/
H A Dmbyte.c1248 static struct interval ambiguous[] = local
1438 * stuff. It should return 1 for ambiguous width chars!
1458 if (c >= 0x80 && *p_ambw == 'd' && intable(ambiguous, sizeof(ambiguous), c))
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm1259 ambiguous. Any other arguments can just be passed directly in the
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim1225 call append("$", "ambiwidth\twidth of ambiguous width characters")

Completed in 143 milliseconds