Searched refs:vsep (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/tool/
H A Dvpath.rb62 opt.on("--path-separator=SEP", /\A(?:\W\z|\.(\W).+)/, "separator for vpath") {|sep, vsep|
64 @separator = vsep || sep
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dsolitaire.el237 (vsep (cond ((> h 17) "\n\n")
242 (* 6 (1- (length vsep)))) 2) ?\n))
243 (if (or (string= vsep "\n\n") (> h 12))
251 (insert (format " %s %so%so%so%s" hsep hsep hsep hsep vsep))
252 (insert (format "%s %s %so%so%so%s" indent hsep hsep hsep hsep vsep))
253 (insert (format "%so%so%so%so%so%so%so%s" indent hsep hsep hsep hsep hsep hsep vsep))
256 (insert (format ".%so%so%so%s" hsep hsep hsep vsep))
257 (insert (format "%so%so%so%so%so%so%so%s" indent hsep hsep hsep hsep hsep hsep vsep))
258 (insert (format "%s %s %so%so%so%s" indent hsep hsep hsep hsep vsep))
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c361 char vsep; /* Vector separator character. */ local
517 vsep = 'X'; /* Illegal value, changed to defaults later. */
536 vsep = ch;
1037 if (vsep == 'X') {
1039 vsep = '\0';
1041 vsep = ' ';
1232 if(vsep)
1233 PRINT(&vsep, 1);
1243 if(vsep)
1244 PRINT(&vsep,
[all...]
H A Dvfwprintf.c435 wchar_t vsep; /* Vector separator character. */ local
586 vsep = 'X'; /* Illegal value, changed to defaults later. */
605 vsep = ch;
1107 if (vsep == 'X') {
1109 vsep = '\0';
1111 vsep = ' ';
1300 if(vsep)
1301 PRINT(&vsep, 1);
1311 if(vsep)
1312 PRINT(&vsep,
[all...]
H A Dxprintf.c496 pi->vsep = 'X'; /* Illegal value, changed to defaults later. */
525 pi->vsep = pi->spec;
1100 char vsep; /* Vector separator character. */ local
1106 vsep = pi->vsep;
1107 if (vsep == 'X') {
1109 vsep = '\0';
1111 vsep = ' ';
1113 info.begin = info.end = &vsep;
1114 if (vsep) inf
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dprintf.h71 wchar_t vsep; /* Vector separator char */ member in struct:printf_info

Completed in 100 milliseconds