Searched refs:separators (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclFileName.c40 const char *separators, Tcl_Obj *pathPtr, int flags,
134 * Skip separators.
165 * Skip separators.
185 * Skip separators.
209 * Skip separators.
1216 const char *separators;
1328 separators = NULL; /* lint. */
1331 separators = "/";
1334 separators = "/\\:";
1349 if (strchr(separators, *(las
1201 const char *separators; local
1683 const char *separators; local
2095 DoGlob( Tcl_Interp *interp, Tcl_Obj *matchesObj, const char *separators, Tcl_Obj *pathPtr, int flags, char *pattern, Tcl_GlobTypeData *types) argument
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c182 /* Skip separators */
209 /* Skip separators */
223 /* Skip separators */
239 /* Skip separators */
1242 * Sort out separators. We basically add the object we've
1602 char *string, *separators;
1712 separators = NULL; /* lint. */
1715 separators = "/";
1718 separators = "/\\:";
1721 separators
1585 char *string, *separators; local
2028 char *separators; local
[all...]
H A DtclIntDecls.h90 char * separators, Tcl_DString * headPtr,
569 int (*tclDoGlob) _ANSI_ARGS_((Tcl_Interp * interp, char * separators, Tcl_DString * headPtr, char * tail, Tcl_GlobTypeData * types)); /* 13 */
H A DtclInt.h2052 char *separators, Tcl_DString *dirPtr,
/macosx-10.10.1/vim-55/runtime/plugin/
H A Drrhelper.vim27 " Path separators are always forward slashes for the autocommand pattern.
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbeSetDataTable.js56 get separators()
127 // Don't send out duplicate events for adjacent separators.
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Dparagraph.cpp81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
H A Dpflow.c117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; local
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DPathV2.cpp27 const char *separators = "\\/"; member in namespace:__anon10108
30 const char separators = '/';
57 size_t end = path.find_first_of(separators, 2);
72 size_t end = path.find_first_of(separators, 2);
85 size_t pos = str.find_last_of(separators, str.size() - 1);
119 return str.find_first_of(separators, 2);
134 // Skip separators except for root dir.
180 // Both POSIX and Windows treat paths that begin with exactly two separators
187 // Handle separators.
200 // Skip extra separators
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dfile.c498 size_t separators = 0; local
500 while (pos < wdir_len && separators < 2) {
502 separators++;
506 if (separators == 2)
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXstring.c363 * ctoken strvar separators
382 char* separators;
392 return TclX_WrongArgs(interp, objv[0], "strvar separators");
401 separators = Tcl_GetStringFromObj(objv[2], &separatorsLen);
407 if (Tcl_UtfFindFirst(separators, uniChar) == NULL) {
417 if (Tcl_UtfFindFirst(separators, uniChar) != NULL) {
375 char* separators; local
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dayacc.vim45 " special Yacc separators
H A Dremind.vim36 " XXX: use different separators for dates and times?
H A Dawk.vim137 " Expression separators: ';' and ','
H A Dprogress.vim163 syn keyword ProgressOperator no-debug no-drag no-echo no-index-hint no-join-by-sqldb no-lookahead no-row-markers no-scrolling no-separate-connection no-separators no-und[erline] no-word-wrap
174 syn keyword ProgressOperator send sensitive separate-connection separators set-blue[-value] set-break set-cell-focus set-contents set-dynamic set-green[-value] set-leakpoint set-pointer-valu[e]
H A Dperl6.vim1994 " D<> can have "|" and ";" separators
2028 " X<> can have "|", "," and ";" separators
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dtpu-edt.el194 ;; ; TPU-edt treats words like EDT; here's how to add word separators.
196 ;; (tpu-add-word-separators "]\\[-_,.\"=+()'/*#:!&;$")
1943 "List of additional word separators.")
1946 Additional word separators are added to this string.")
1989 (defun tpu-add-word-separators (separators)
1990 "Add new word separators for TPU-edt word commands."
1992 (let* ((n 0) (length (length separators)))
1994 (let ((char (aref separators n))
1995 (ss (substring separators
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_st.c602 const char *separators = "|"; local
604 for (char *tok = strtok_r(trusted_names, separators, &mark); tok != NULL; tok = strtok_r(NULL, separators, &mark)) {
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsubr.el2734 (defconst split-string-default-separators "[ \f\t\n\r\v]+"
2735 "The default value of separators for `split-string'.
2747 (defun split-string (string &optional separators omit-nulls)
2757 `split-string-default-separators', normally \"[ \\f\\t\\n\\r\\v]+\", and
2766 `(split-string STRING split-string-default-separators t)'. In the rare
2768 whitespace, use `(split-string STRING split-string-default-separators)'.
2771 (let ((keep-nulls (not (if separators omit-nulls t)))
2772 (rexp (or separators split-string-default-separators))
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtablelist_core.rb810 def separators method
811 simplelist(tk_send('separators')).collect!{|w| window(w)}
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dsqlcomplete.vim559 " Treat _ as separators since people often use these
560 " for word separators
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dethio-util.el1531 "Replace ASCII spaces with Ethiopic word separators in the region.
1533 In the specified region, replace word separators surrounded by two
1940 "Insert ASCII spaces or Ethiopic word separators depending on context.
1951 many Ethiopic word separators."
/macosx-10.10.1/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm206 directory is called "/" and path separators are also "/"; this is just like UNIX.
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm621 Both types of separators can be used in the same file, but neither can
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm623 Both types of separators can be used in the same file, but neither can

Completed in 216 milliseconds

12