HomeSort by: relevance | last modified time | path
    Searched defs:ellipsis (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_refresh.c 810 int ellipsis; local
834 for (ellipsis = 0, cols = sp->cols / 2; --p > sp->frp->name;) {
840 ellipsis = 3;
850 if (ellipsis) {
851 while (ellipsis--)
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.h 95 int ellipsis; member in struct:member
gen_template.c 622 if (m->ellipsis)
753 int ellipsis = 0; local
769 if (m->ellipsis) {
770 ellipsis = 1;
803 if (ellipsis) {
887 /* if its a sequence or set type, check if there is a ellipsis */
891 if (m->ellipsis)
  /src/external/mpl/bind/dist/bin/named/
main.c 136 static char ellipsis[5] = { 0 }; variable
403 strlcpy(ellipsis, " ...", sizeof(ellipsis));
1169 ellipsis);
  /src/external/gpl3/gdb/dist/readline/readline/
complete.c 199 /* Length in characters of a common prefix replaced with an ellipsis (`...')
202 display prefix replaced with an ellipsis. */
826 /* Don't print only the ellipsis if the common prefix is one of the
828 printing the ellipsis, which takes precedence over coloring the
841 char ellipsis; local
843 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
845 putc (ellipsis, rl_outstream);
  /src/external/gpl3/gdb.old/dist/gdb/
completer.c 3108 /* Don't print only the ellipsis if the common prefix is one of the
3115 char ellipsis;
3117 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
3119 displayer->putch (displayer, ellipsis);
3113 char ellipsis; local
  /src/external/gpl3/gdb.old/dist/readline/readline/
complete.c 199 /* Length in characters of a common prefix replaced with an ellipsis (`...')
202 display prefix replaced with an ellipsis. */
826 /* Don't print only the ellipsis if the common prefix is one of the
828 printing the ellipsis, which takes precedence over coloring the
841 char ellipsis; local
843 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
845 putc (ellipsis, rl_outstream);
  /src/external/gpl3/gdb/dist/gdb/
completer.c 3108 /* Don't print only the ellipsis if the common prefix is one of the
3115 char ellipsis;
3117 ellipsis = (to_print[prefix_bytes] == '.') ? '_' : '.';
3119 displayer->putch (displayer, ellipsis);
3113 char ellipsis; local
  /src/external/bsd/ntp/dist/ntpd/
ntp_control.c 1891 static const char * ellipsis = "[...]"; local
1900 strcpy(fmtbuf + sizeof(fmtbuf) - strlen(ellipsis) - 1,
1901 ellipsis);
refclock_parse.c 1642 static const char ellipsis[] = "..."; local
1649 endb = buffer + blen - sizeof(ellipsis);
1692 memcpy(endb, ellipsis, sizeof(ellipsis));
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 2140 tree optparms, bool ellipsis)
2144 optparms, ellipsis);
2147 optparms, ellipsis);
4326 bool ellipsis = false; local
4342 /* ... but allow the runtime to differentiate between ellipsis and the
4344 ellipsis = true;
4433 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis);
4971 tree add_args, bool ellipsis)
4993 METHOD_ADD_ARGS_ELLIPSIS_P (method_decl) = ellipsis;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 2142 tree optparms, bool ellipsis)
2146 optparms, ellipsis);
2149 optparms, ellipsis);
4328 bool ellipsis = false; local
4344 /* ... but allow the runtime to differentiate between ellipsis and the
4346 ellipsis = true;
4435 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis);
4973 tree add_args, bool ellipsis)
4995 METHOD_ADD_ARGS_ELLIPSIS_P (method_decl) = ellipsis;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 11464 bool ellipsis = false;
11525 ellipsis = true;
11551 return objc_build_method_signature (is_class_method, type, sel, parms, ellipsis);
11461 bool ellipsis = false; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 13539 bool ellipsis = false;
13600 ellipsis = true;
13626 return objc_build_method_signature (is_class_method, type, sel, parms, ellipsis);
13536 bool ellipsis = false; local

Completed in 175 milliseconds