Searched refs:slash (Results 101 - 125 of 153) sorted by relevance

1234567

/macosx-10.10/tcl-105/tk/tk/library/
H A Dspinbox.tcl198 bind Spinbox <Control-slash> {
H A Dentry.tcl190 bind Entry <Control-slash> {
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dlistbox.tcl159 bind Listbox <Control-slash> {
H A Dspinbox.tcl193 bind Spinbox <Control-slash> {
H A Dentry.tcl185 bind Entry <Control-slash> {
/macosx-10.10/remote_cmds-47/rshd.tproj/
H A Drshd.c139 char slash[] = "/"; variable
557 pwd->pw_dir = slash;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledlistbox.itk99 <Control-Key-slash> \
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c3505 char *dash, *slash, *cp; local
3508 slash = NULL;
3519 slash = cp;
3533 if (slash != NULL && cmd == NULL)
3537 cmd = look_for_prog (prog_name, program_name, slash - program_name + 1);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c1004 int slash=0; local
1009 slash=1;
1022 if(pp || slash) do
/macosx-10.10/eap8021x-198/eapolcfg.tproj/
H A Deapolcfg.c2674 const char * slash; local
2676 slash = strrchr(argv[0], '/');
2677 if (slash != NULL) {
2678 progname = slash + 1;
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l131 slash \/
405 {slash}({digit}{1,3}) {
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dasl_action.c1379 const char *slash; local
1390 slash = strrchr(mpath, '/');
1391 if (slash == NULL) return false;
1393 if (!strcmp(slash + 1, upath)) return true;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/htmlparse/
H A Dhtmlparse.tcl447 # slash Either empty or a slash. Allows us to
448 # distinguish between opening (slash is
449 # empty) and closing tags (slash is
465 # args = ?clientData? tag slash param textBehindTheTag
592 # slash See '::htmlparse::debugCallback'.
603 proc ::htmlparse::2treeCallback {tree tag slash param textBehindTheTag} {
617 if {"$slash" == "/"} {
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dentry.tcl112 bind TEntry <Control-Key-slash> { %W selection range 0 end }
/macosx-10.10/vim-55/runtime/
H A Dscripts.vim46 " Otherwise get the last word after a slash: "#!/usr/bin/perl [path/args]".
/macosx-10.10/vim-55/src/
H A Dos_unix.c2561 char_u *slash, *tail; local
2568 slash = vim_strrchr(name, '/');
2569 if (slash == NULL)
2576 *slash = NUL;
2578 *slash = '/';
2579 tail = slash + 1;
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp2953 char* slash; local
2954 while ( (slash = strchr(afterSlash, '/')) != NULL ) {
2955 *slash = '\0';
2957 *slash = '/';
2958 afterSlash = slash+1;
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dmod_dav.c156 /* clean up the directory to remove any trailing slash */
768 char *slash; local
778 || (slash = ap_strchr(range, '/')) == NULL) {
783 *dash++ = *slash++ = '\0';
795 if (*slash != '*') {
798 if (apr_strtoff(&dummy, slash, &errp, 10)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dido.el742 If value is 'first, enter first matching sub-directory when typing a slash.
743 If value is 'only, typing a slash only enters the sub-directory if it is
746 matching item, even without typing a slash."
1650 (defun ido-final-slash (dir &optional fix-it)
1651 ;; return DIR if DIR has final slash.
1661 (defun ido-no-final-slash (s)
1662 ;; Remove optional final slash from string S
1673 (and (ido-final-slash dir)
1684 (ido-final-slash dir)
1693 (setq dir (ido-final-slash di
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c1261 char targetdir[PATH_MAX] = "", *slash; local
1267 slash = targetdir;
1268 while (*slash == '/') slash++;
1269 if (*slash == '\0') {
1499 // set up full paths with intervening slash
/macosx-10.10/apache-793/httpd/server/
H A Dutil.c1810 const char *slash = ap_strchr_c(path, '/'); local
1812 if (colon && (!slash || colon < slash)) {
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el6496 not part of current identifier or leading slash).
6697 ;; also skip a leading slash which might be belong to the keyword
6730 beg (end (point)) slash part spart completion all-completions
6739 (setq slash (eq (preceding-char) ?/)
6743 (list 'quote type) slash beg)
6746 (list 'quote type) slash (list 'quote 'force))))
6771 (idlwave-after-successful-completion type slash beg))
6781 (idlwave-after-successful-completion type slash beg)
7867 (defun idlwave-after-successful-completion (type slash &optional verify)
7885 (not slash))
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dratpoison.vim62 syn match ratpoisonKeySeqArg "\<\([CMASH]\(-[CMASH]\)\{,4}-\)\=\(minus\|period\|slash\|colon\|semicolon\)\>" contained nextgroup=ratpoisonCommandArg skipwhite
/macosx-10.10/adv_cmds-158/localedef/
H A Dlocaledef.pl88 <slash> \\057
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c577 char *slash; local
687 slash = strrchr(src, '/');
688 if (slash == NULL)
691 offset = slash - src + 1;

Completed in 409 milliseconds

1234567