Searched refs:slash (Results 126 - 150 of 153) sorted by relevance

1234567

/macosx-10.10/cups-408/cups/scheduler/
H A Dprinters.c1767 *slash, /* First slash after scheme:// */ local
1795 * Find the next slash (/) in the URI...
1798 if ((slash = strchr(start, '/')) == NULL)
1799 slash = start + strlen(start); /* No slash, point to the end */
1802 * Check for an @ sign before the slash...
1805 if ((ptr = strchr(start, '@')) != NULL && ptr < slash)
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Ddunnet.el1261 (let (slash pos)
1266 (if (not (setq slash (string-match "/" dirstring)))
1268 (dun-get-path (substring dirstring (1+ slash))
1270 (list (substring dirstring 0 slash)))))))))
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl132 bind Table <Control-slash> {::tk::table::SelectAll %W}
/macosx-10.10/tcl-105/tk/tk/library/
H A Dtext.tcl241 bind Text <Control-slash> {
H A Dmkpsenc.tcl46 002F slash
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dtext.tcl238 bind Text <Control-slash> {
H A Dmkpsenc.tcl46 002F slash
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c4925 char *slash; local
4933 slash = strrchr(path, '/');
4934 if (slash != NULL) {
4935 if (slash != path)
4936 *slash = '\0';
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dsocket.c4596 char *slash; local
4604 slash = strrchr(path, '/');
4605 if (slash != NULL) {
4606 if (slash != path)
4607 *slash = '\0';
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dntploopwatch52 If <printer> contains a '/' (slash character) output is directed to
/macosx-10.10/vim-55/runtime/autoload/
H A Dada.vim444 set sessionoptions=buffers,curdir,folds,globals,resize,slash,tabpages,tabpages,unix,winpos,winsize
/macosx-10.10/vim-55/runtime/syntax/
H A Dfvwm.vim548 \ slash colon semicolon less equal greater
H A Dpine.vim336 syn keyword pineOption slash-collapses-entire-thread
H A Dstata.vim24 " note that the triple slash continuing line comment comes free
H A Dpostscr.vim249 syn keyword postscrConstant contained parenleft parenright asterisk plus comma hyphen period slash zero
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ntext/
H A Dntext.tcl331 bind Ntext <Control-slash> {
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c872 const char *slash; local
885 if ((slash = ap_strchr_c(curpath, '/')) != NULL) {
888 (apr_size_t)(slash - curpath)),
2828 /* make sure it has a trailing slash */
4905 * absolute file-system paths start with a slash.
5029 /* strip trailing slash */
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c1532 char *slash, *suffix;
1536 slash = etags_strrchr (file, '/');
1538 if (suffix == NULL || suffix < slash)
1908 /* Set lp to point at the first char after the last slash in the
6761 relative to the absolute directory DIR (which should end with a slash). */
6769 /* Find the common root of file and dir (with a trailing slash). */
6801 of FILE given DIR (which should end with a slash). */
6866 end with a slash). */
1528 char *slash, *suffix; local
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbashline.c1146 /* If the word starts in `~', and there is no slash in the word, then
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/library/
H A Dtreectrl.tcl138 bind TreeCtrl <Control-KeyPress-slash> {
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm2455 According to JSON Grammar, I<slash> (U+002F) is escaped. But default
2456 JSON::PP (as same as JSON::XS) encodes strings without escaping slash.
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistBind.tcl523 bind TablelistBody <Control-slash> {
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy258 To indicate that the backup should be deleted include one forward slash,
259 B</>, in the extension. If any text remains after the slash is removed
/macosx-10.10/emacs-93/emacs/etc/
H A Dpl-refcard.tex823 Po wybraniu metody wprowadzania znak/ow {\tt polish-slash},\newline
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2261 values will be separated by a slash).

Completed in 343 milliseconds

1234567