Searched refs:sol (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsh.vim19 let s:sol = '\%(;\s*\|^\s*\)\@<=' " start of line
21 \ s:sol.'if\>:' . s:sol.'elif\>:' . s:sol.'else\>:' . s:sol. 'fi\>,' .
22 \ s:sol.'\%(for\|while\)\>:' . s:sol. 'done\>,' .
23 \ s:sol.'case\>:' . s:sol. 'esac\>'
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dlibpath.sh50 sol*.*) if test -d /lib/32
54 then libpath="lib/64:LD_LIBRARY_PATH_64:sol.*64*,$libpath"
/macosx-10.10.1/sudo-73/src/
H A Dmkpkg93 sol[0-9]*)
250 sol*) configure_opts="${configure_opts}${configure_opts+$tab}--with-project";;
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/asm/
H A Ddes686.pl17 elsif ( ($ARGV[0] eq "sol"))
18 { $sol=1; require "x86unix.pl"; }
29 sol - x86 solaris
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Drtadvd.c774 struct soliciter *sol; local
834 sol = (struct soliciter *)malloc(sizeof(*sol));
835 if (sol) {
836 sol->addr = *from;
838 sol->addr.sin6_flowinfo = 0;
839 sol->next = ra->soliciter;
840 ra->soliciter = sol;
1536 struct soliciter *sol, *nextsol; local
1593 for (sol
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Doverlay.js44 if (stream.sol() || stream.string != state.lineSeen ||
H A Dclojure.js136 if (state.indentStack == null && stream.sol()) {
H A Dsass.js285 if (stream.sol()){
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Db9t.mk20 # this is run by cron (user wpk) on aa, sol, irix, hp and aix
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_hu_hu.iso_8859-2.vim64 menutrans &Copy<Tab>"+y &M�sol�s<Tab>"+y
199 menutrans &Copy &M�sol�s
221 tmenu ToolBar.Copy M�sol�s
H A Dmenu_hu_hu.utf-8.vim48 menutrans &Copy<Tab>"+y &M��sol��s<Tab>"+y
183 menutrans &Copy &M��sol��s
205 tmenu ToolBar.Copy M��sol��s
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtrasys.vim56 syn keyword trasysArgs fig smn nodea zero only ir sol
H A Dvim.vim31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok_impl.c656 goto sol;
677 sol:
769 goto sol;
786 sol:
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok_impl.c618 goto sol;
639 sol:
707 goto sol;
724 sol:
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmltok_impl.c632 goto sol;
653 sol:
746 goto sol;
763 sol:
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmltok_impl.c635 goto sol;
656 sol:
749 goto sol;
766 sol:
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmltok_impl.c635 goto sol;
656 sol:
749 goto sol;
766 sol:
/macosx-10.10.1/vim-55/src/
H A Dsearch.c3589 int sol = FALSE; /* '{' at start of line */ local
3656 sol = (curwin->w_cursor.col == 0);
3661 sol = TRUE;
3699 if (sol && gchar_cursor() != NUL)
3712 if (sol)
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh2211 type=sol$v.$arch
2223 *) type=sol.$type
2241 type=sol$v.$type
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dsgml-mode.el179 "lpar" "rpar" "ast" "plus" "comma" "hyphen" "period" "sol"
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim250 call <SID>BinOptionG("sol", &sol)
/macosx-10.10.1/groff-38/groff/
H A Dconfigure9843 grep "\\.so" $files >conftest.sol
9854 if grep "\\.so.*/$b\$" conftest.sol >/dev/null \
9868 rm -f conftest.sol
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices952 work-sol 400/udp # Workstation Solutions
953 work-sol 400/tcp # Workstation Solutions
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js4840 sol: function() {return this.pos == this.lineStart;},

Completed in 424 milliseconds

12