Searched refs:commas (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dmake-docfile.c509 print underscores as hyphens, and print commas and newlines
555 register int commas;
654 commas = 5;
656 commas = 2;
658 commas = 1;
660 commas = 2;
662 while (commas)
666 commas--;
668 if (defunflag && (commas == 1 || commas
551 register int commas; local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbraces.c428 register int i, c, quoted, level, commas, pass_next; local
437 commas = 1;
439 commas = (satisfy == '}') ? 0 : 1;
501 if (c == satisfy && level == 0 && quoted == 0 && commas > 0)
523 commas++;
526 commas++;
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/Apache/
H A DSOAP.pm84 All parameters should be quoted and can be separated with commas or spaces
85 for lists ("a, b, c") and with 'wide arrows' and commas for hash parameters
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dindent.vim49 \ -bc --blank-lines-after-commas
80 \ -nbc --no-blank-lines-after-commas
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DREADME301 commas cannot be escaped.
307 commas surrounded by double-quote character (") are not
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_nl_nl.latin1.vim237 let g:menutrans_path_dialog = "Typ het zoekpad voor bestanden.\nGebruik commas tussen de padnamen."
238 let g:menutrans_tags_dialog = "Typ namen van tag bestanden.\nGebruik commas tussen de namen."
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex389 \key{group digits with commas}{d g}
401 \wkey{vectors (commas optional)}{[1, 2, 3]}
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dsyntaxcomplete.vim433 " Remove all commas
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-lang.el1308 (defun math-read-big-balance (h v what &optional commas)
1319 (if (if (and commas (= count 1))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema_init.c5955 int commas = 0; local
5970 commas++;
5971 if ( commas > 2 ) {
5980 if ( ( commas != 2 ) || ( *p != /*'('*/ ')' ) ) {
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm384 JSON I<separates> array elements and key-value pairs with commas. This
766 (such as commas).
844 [3]>). To parse them, we have to skip the commas between the JSON texts,
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1979 JSON I<separates> array elements and key-value pairs with commas. This
2355 (such as commas).
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dlatin-alt.el53 inconvenient in practice because commas are needed very often after a
220 periods and commas are needed very often after a letter.
409 that would inconvenient in practice, because periods and commas are
582 periods and commas are needed very often after a letter.
773 that would inconvenient in practice, because periods and commas are
1744 inconvenient in practice because commas are needed very often after a
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm2286 will split it on commas! If your filenames may contain commas and you
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex1098 % @comma{} is so commas can be inserted into text without messing up
5854 % cross-references. The @node line might or might not have commas, and
6441 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex1098 % @comma{} is so commas can be inserted into text without messing up
5854 % cross-references. The @node line might or might not have commas, and
6441 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy865 particularly when commas are also present. This option places spaces on
2042 This flag tells perltidy to try to break at all old commas. This is not
2097 commas. This parameter can be used to control how perltidy breaks at
2098 these commas. (However, it will have no effect if old comma breaks are
2101 n=0 break at all commas after =>
2102 n=1 stable: break at all commas after => if container is open,
2104 n=2 break at all commas after =>, BUT try to form the maximum
2106 n=3 do not treat commas after => specially at all
2131 The flag B<-cab=3> can be used to prevent these commas from being
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm3448 -cab=n break at commas after a comma-arrow (=>):
3449 n=0 break at all commas after =>
3452 n=3 do not treat commas after => specially at all
6891 # Undo any extra indentation if we saw no commas
7077 # Count commas and look for non-list characters. Once we see a
7078 # non-list character, we give up and don't look for any more commas.
10284 # call scan_list if we might want to break at commas
11414 # and there are 2 or more commas in the first line,
11929 # often followed by commas or semicolons anyway. This also avoids
12371 # more unique. This name will also be given to any commas
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex1127 % @comma{} is so commas can be inserted into text without messing up
6573 % cross-references. The @node line might or might not have commas, and
7175 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex1127 % @comma{} is so commas can be inserted into text without messing up
6575 % cross-references. The @node line might or might not have commas, and
7177 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex1095 % @comma{} is so commas can be inserted into text without messing up
6303 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,

Completed in 434 milliseconds