Searched refs:comma (Results 76 - 100 of 150) sorted by relevance

123456

/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dabaqus.vim23 " Remove comma from valid filename characters since it is used to
H A DAppendMatchGroup.vim73 echoerr "Must supply a comma separated list of at least 2 entries."
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dregistry.vim80 " line of hex values that ends in a comma.
/macosx-10.10.1/network_cmds-457/ping6.tproj/
H A Dping6.c1873 int comma = 0; local
1880 comma++;
1884 comma++;
1896 if (comma)
1908 comma++;
1911 if (comma)
1914 comma++;
1918 if (comma)
1921 comma++;
1927 if (comma)
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dbibtex.el122 last-comma Add or delete comma on end of last field in entry,
123 according to value of `bibtex-comma-after-last-field'.
140 (const last-comma)
820 (defcustom bibtex-comma-after-last-field nil
821 "If non-nil, a comma is put at end of last field in the entry template."
1276 If `bibtex-autoadd-commas' is non-nil add missing comma at end of preceding
1281 ;; Maybe add a missing comma.
1777 (defun bibtex-enclosing-field (&optional comma noerr)
1779 For `bibtex-mode''s internal algorithms, a field begins at the comma
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Ddelphi.el209 (defconst delphi-previous-terminators `(semicolon comma)
663 ((delphi-char-token-at p ?, 'comma))
1038 (eq 'comma (delphi-token-kind at-token))
1051 ((or (delphi-is token-kind '(word comma in newline))
1137 (if (eq 'comma from-kind)
1360 (eq 'comma token-kind)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c300 char *comma = "";
321 if (section->flags & x) { printf ("%s%s", comma, y); comma = ", "; }
369 printf ("%s%s", comma, ls);
375 comma = ", ";
2315 char *comma = "";
2322 #define PF(x, y) if (abfd->flags & x) {printf("%s%s", comma, y); comma=", ";}
297 char *comma = ""; local
2308 char *comma = ""; local
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l129 comma \,
247 <S_CFG>{comma} { YYD; return(COMMA); }
283 <S_SAINFS>{comma} { YYD; return(COMMA); }
293 <S_RMTS>{comma} { YYD; /* XXX ignored, but to be handled. */ ; }
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dhebrew_utf-8.vim39 ' , " , - comma
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2_compat.c289 char const *comma = "";
303 printf("%s%s", comma, list[i].s);
304 comma = ",";
308 printf("%s!%s", comma, list[i].s);
309 comma = ",";
743 char const *comma = " "; local
749 printf("%s%s", comma, p->s);
750 comma = ",";
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DREADME9 The "comma-separated value" (csv) directory is a suite of three programs:
293 lines of comma-separated fields.
295 Blank lines are ignored. All non-blank lines must be comma-separated
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm32c-dis.c215 char* comma = "";
225 comma = ",";
237 (*info->fprintf_func) (info->stream, "%s%s", comma,
239 comma = ",";
214 char* comma = ""; local
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-help.c1076 /* Inserts a comma if this isn't the first item on the line, and then makes
1081 comma (unsigned col, struct pentry_state *pest)
1152 comma (uparams.short_opt_col, &pest);
1171 comma (uparams.doc_opt_col, &pest);
1191 comma (uparams.long_opt_col, &pest);
1065 comma (unsigned col, struct pentry_state *pest) function
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DExecutable.cpp646 CommaPrinter comma("/");
648 out.print(comma, *function->codeBlockForCall());
650 out.print(comma, *function->codeBlockForConstruct());
H A DStructure.cpp1084 CommaPrinter comma; local
1090 out.print(comma, iter->key, ":", static_cast<int>(iter->offset));
1104 out.print(comma, structure->m_nameInPrevious.get(), ":", static_cast<int>(structure->m_offset));
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Ddigestmd5.c3738 char *comma; local
3754 comma = strchr(value, ',');
3756 if (comma != NULL) {
3757 *comma++ = '\0';
3765 value = comma;
3784 value = comma;
3789 char *comma; local
3805 comma = strchr(value, ',');
3807 if (comma != NULL) {
3808 *comma
[all...]
H A Dsrp.c1032 char *comma; local
1041 comma = strchr(in,',');
1042 if (comma == NULL) comma = in + strlen(in);
1044 len = comma - in;
1055 if (*comma) {
1056 *nextptr = comma+1;
/macosx-10.10.1/network_cmds-457/ipfw.tproj/
H A Dipfw2.c726 char const *comma = ""; local
740 printf("%s%s", comma, list[i].s);
741 comma = ",";
745 printf("%s!%s", comma, list[i].s);
746 comma = ",";
770 char comma = '{'; local
790 printf("%c%d", comma, i+x);
795 comma = ',';
1337 char const *comma = " "; local
1343 printf("%s%s", comma,
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsyncrepl.c3596 char *comma; local
3608 for ( i = 0, ptr = be->be_nsuffix[0], comma = ptr.bv_val; comma != NULL; comma = ber_bvchr( &ptr, ',' ) ) {
3609 comma++;
3610 ptr.bv_len -= comma - ptr.bv_val;
3611 ptr.bv_val = comma;
3623 comma = ber_bvrchr( &ptr, ',' );
3624 if ( comma != NULL ) {
3625 ptr.bv_len = comma
[all...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubycontainer.swg571 bool comma = false;
573 for ( ; i != e; ++i, comma = true )
575 if (comma) str = rb_str_cat2( str, "," );
/macosx-10.10.1/vim-55/runtime/indent/
H A DGenericIndent.vim145 echoerr "Must supply a comma separated list of at least 2 entries."
184 echoerr "Must supply a comma separated list of at least 2 entries."
H A Dawk.vim97 " Need continuation due to comma, backslash, etc
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGNode.h1782 CommaPrinter comma; local
1784 out.print(comma, keys[i], "=>", inContext(nodeMap.get(keys[i]), context));
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dsetup_gnv_curl_build.com37 $! Allow arguments to be grouped together with comma or separated by spaces
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Drb.test276 the comma can, honestly, be used in most cases: [ but not in, inline collections ]
279 } -result [dict create {the colon followed by space is an indicator} {but is a string:right here} {same for the pound sign} {here we have it#in a string} {the comma can, honestly, be used in most cases} {{but not in} {inline collections}}]

Completed in 262 milliseconds

123456