Searched +refs:eval +refs:when (Results 1 - 25 of 78) sorted by relevance

1234

/macosx-10.10/swig-12/Lib/allegrocl/
H A Dallegrocl.swg23 (cl:when (cl:and $owner (cl:not (cl:zerop address)))
70 constant pointer/references check this value when setting (around method?)
113 interfaces to generate when conflicts arise. */
294 (eval-when (:compile-toplevel :load-toplevel :execute)
304 (eval-when (:compile-toplevel :load-toplevel :execute)
317 (cl::progn (cl::when (cl::eq (cl::car form) 'swig-dispatcher)
382 (cl::when (cl::and (cl::eq lastcase :lower)
396 (cl::when (c
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Drubycomplete.vim190 "findstart = 1 when we need to get the text length
208 "findstart = 0 when we need to return the list of completions
246 "when", "while",
263 eval( "require %s" % $1 ) if /.*require\s*(.*)$/.match( ln )
282 eval classdef
295 eval classdef
307 nums = eval( VIM::evaluate( vimfun % name ) )
337 nums = eval( VIM::evaluate( vimfun % nm ) )
377 re = eval( "/^\s*%s\s*([A-Za-z0-9_:-]*)(\s*<\s*([A-Za-z0-9_:-]*))?\s*/" % type )
381 next if type == "def" && eval( VI
[all...]
H A Dgnat.vim20 " 19.09.2007 NO use project file only when there is a project
94 let l:Command = eval ('self.' . a:Command . '_Command')
95 return eval (l:Command)
/macosx-10.10/vim-55/runtime/syntax/
H A Dconfig.vim8 " But I missed a good hilighting when editing my GNU autoconf/automake
13 " For version 6.x: Quit when a syntax file was already loaded
27 syn keyword configspecial cat rm eval
33 " For version 5.7 and earlier: only when not done already
34 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dmel.vim8 " For version 6.x: Quit when a syntax file was already loaded
15 " when wanted, highlight trailing white space and spaces before tabs
31 sy keyword melOperator size eval env exists whatIs
80 " For version 5.7 and earlier: only when not done already
81 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Damiga.vim9 " For version 6.x: Quit when a syntax file was already loaded
59 syn keyword amiKey clock eval initprinter nofastmem search wait
75 " For version 5.7 and earlier: only when not done already
76 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dm4.vim12 " For version 6.x: Quit when a syntax file was already loaded
34 syn region m4Command matchgroup=m4builtin start="\<\(m4_\)\=\(len\|index\|regexp\|substr\|translit\|patsubst\|format\|incr\|decr\|eval\|maketemp\)("he=e-1 end=")" contains=@m4Top
42 " For version 5.7 and earlier: only when not done already
43 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dchaiscript.vim5 " Quit when a (custom) syntax file was already loaded
55 syn keyword chaiscriptFunc eval throw
H A Dmatlab.vim10 " For version 6.x: Quit when a syntax file was already loaded
68 syn keyword matlabFunction error eval function
77 " For version 5.7 and earlier: only when not done already
78 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dopl.vim9 " For version 6.x: Quit when a syntax file was already loaded
33 syn keyword OPLStatement eof erase err err$ errx$ escape eval exist exp ext
74 " For version 5.7 and earlier: only when not done already
75 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dsnobol4.vim14 " For version 6.x: Quit when a syntax file was already loaded
28 syn keyword snobol4Keyword endfile eq eval
82 " For version 5.7 and earlier: only when not done already
83 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Daap.vim6 " Quit when a syntax file was already loaded
109 syn match aapCommand '^\s*:eval\>' nextgroup=aapPipeEnd
110 syn match aapPipeCmd '\s*:eval\>' nextgroup=aapPipeEndPy contained
H A Dsmarty.vim9 " For version 6.x: Quit when a syntax file was already loaded
29 syn keyword smartyTagName strip assign counter cycle debug eval fetch
H A Dcsh.vim9 " For version 6.x: Quit when a syntax file was already loaded
49 syn keyword cshStatement cd eval kill popd shift unhash
111 " For version 5.7 and earlier: only when not done already
112 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dcterm.vim8 " For version 6.x: Quit when a syntax file was already loaded
47 syn keyword ctermIntFunction asc atod eval filedate filemode filesize ftell
145 " For version 5.7 and earlier: only when not done already
146 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Djess.vim8 " For version 6.x: Quit when a syntax file was already loaded
50 syn keyword jessFunc eval evenp exit
128 " For version 5.7 and earlier: only when not done already
129 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dmake.vim8 " For version 6.x: Quit when a syntax file was already loaded
66 syn match makeStatement contained "(\(subst\|abspath\|addprefix\|addsuffix\|and\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|flavor\|foreach\|if\|info\|join\|lastword\|notdir\|or\|origin\|patsubst\|realpath\|shell\|sort\|strip\|suffix\|value\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
100 " For version 5.7 and earlier: only when not done already
101 " For version 5.8 and later: only when an item doesn't have highlighting yet
/macosx-10.10/swig-12/Lib/uffi/
H A Duffi.swg32 (eval-when (compile eval)
55 (when (or (and (eq lastcase :upper) (eq newcase :lower))
86 `(eval-when (compile load eval)
91 `(eval-when (compile load eval)
[all...]
/macosx-10.10/vim-55/src/po/
H A Dcheck.vim7 if 1 " Only execute this if the eval feature is available.
33 " This only works when 'wrapscan' is set.
60 " Wrap around at the end of the file, quit when back at the first one.
/macosx-10.10/syslog-267/syslogd.tproj/
H A Ddaemon.c548 control_set_param(const char *s, bool eval) argument
578 intval = (eval) ? 1 : 0;
591 intval = (eval) ? 1 : 0;
610 if (eval) global.mark_time = atoll(l[1]);
618 if (eval) global.bsd_max_dup_time = atoll(l[1]);
626 if (eval) global.remote_delay_time = atol(l[1]);
634 if (eval) global.utmp_ttl = (time_t)atoll(l[1]);
642 if (eval) global.mps_limit = (uint32_t)atol(l[1]);
650 if (eval) global.max_work_queue_size = (int64_t)atoll(l[1]);
663 if (eval) globa
1177 launchd_callback(struct timeval *when, pid_t from_pid, pid_t about_pid, uid_t sender_uid, gid_t sender_gid, int priority, const char *from_name, const char *about_name, const char *session_name, const char *msg) argument
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Dpython.vim7 " Only load this indent file when no other was loaded.
25 " Come here when loading the script the first time.
37 return indent(a:lnum - 1) + (exists("g:pyindent_continue") ? eval(g:pyindent_continue) : (&sw * 2))
56 " Trick: use the non-existing "dummy" variable to break out of the loop when
90 return indent(plnum) + (exists("g:pyindent_nested_paren") ? eval(g:pyindent_nested_paren) : &sw)
92 return indent(plnum) + (exists("g:pyindent_open_paren") ? eval(g:pyindent_open_paren) : (&sw * 2))
102 " Use syntax highlighting attributes when possible.
/macosx-10.10/vim-55/src/
H A DMake_sas.mak18 # to compile everything when a global variable or function is added.
36 # don't switch on debugging when generating proto files, it crashes the
98 eval.c \
145 eval.o \
192 proto/eval.pro \
299 eval.o: eval.c
300 proto/eval.pro: eval.c
/macosx-10.10/swig-12/Lib/cffi/
H A Dcffi.swg154 when (cl:listp value) do (cl:setf index (cl:second value)
158 (cl:eval-when (:compile-toplevel :load-toplevel)
/macosx-10.10/vim-55/runtime/macros/
H A Dshellmenu.vim90 imenu Builtins.eval eval
107 imenu Set.exit when command returns non-zero exit code set -e
113 imenu Set.Treat unset variables as an error when substituting set -u
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dcucumber.vim6 " Only do this when not done yet for this buffer
84 ruby VIM.command("return #{if (begin; Kernel.eval('/'+VIM.evaluate('pattern')+'/'); rescue SyntaxError; end) === VIM.evaluate('a:target') then 1 else 0 end}")

Completed in 267 milliseconds

1234