Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 25 of 48) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_memory_usage.vim38 let proc = {}
39 let proc.pid = a:pid
40 let proc.hist = []
41 let proc.max = 0
43 func proc.op() abort
57 call WaitFor({-> proc.op()}, 10000)
58 return {'last': get(proc.hist, -1), 'max': proc.max}
H A Dcheck.vim196 elseif filereadable('/proc/net/if_inet6')
197 return (match(readfile('/proc/net/if_inet6'), '\slo$') >= 0)
/vim-8.2.3635/runtime/indent/
H A Dsas.vim13 setlocal indentkeys+=;,=~data,=~proc,=~macro
22 " Regex that captures the start of a data/proc section
23 let s:section_str = '\v%(^|;)\s*%(data|proc)>'
26 " Regex that captures the end of a data/proc section
86 \ getline(prev_section_str_lnum) =~? '\v%(^|;)\s*proc\s+%(' .
117 if getline(prev_section_str_lnum) =~? '\v%(^|;)\s*proc\s+%(' .
/vim-8.2.3635/runtime/syntax/
H A Dsas.vim124 …=sasSectionKeyword start='\v%(^|;)\s*\zsdata>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-1 fol…
132 …eyword start='\v%(^|;)\s*\zsproc%(\s+\h\w*)=>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-1 fol…
133 …c\s+%(catalog|chart|datasets|document|plot)>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-1 fol…
139 …goptions|gproject|greduce|gremove|mapimport)>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-1 fol…
140 …kpi|gmap|gplot|gradar|greplay|gslide|gtile)>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-1 fol…
148 …ima|catmod|factex|glm|model|optex|plan|reg)>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-1 fol…
155 …(sgdesign|sgpanel|sgplot|sgrender|sgscatter)>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-1 fol…
167 …Keyword start='\v%(^|;)\s*\zsproc\s+template>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-1 fol…
182 …tionKeyword start='\v%(^|;)\s*\zsproc\s+sql>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-1 fol…
194 …tionKeyword start='\v%(^|;)\s*\zsproc\s+ds2>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-1 fol…
[all …]
H A Dprogress.vim79 syn keyword ProgressReserved persist[ent] pixels preproc[ess] privileges proc-ha[ndle] proc-st[atus…
136 syn keyword ProgressOperator add-columns-from add-events-proc[edure] add-fields-from add-first add-…
138 syn keyword ProgressOperator add-super-proc[edure] adm-data advise after-buffer after-rowid after-t…
175 syn keyword ProgressOperator first-dataset first-form first-object first-proc[edure] first-query fi…
181 syn keyword ProgressOperator get-callback-proc-context get-callback-proc-name get-cgi-list get-cgi-…
234 …-host remote-port remove-attribute remove-child remove-events-proc[edure] remove-super-proc[edure]…
238 …-chars] row-height-p[ixels] row-ma[rkers] row-of row-resizable row-state rowid rule run-proc[edure]
254 …r status-area status-area-font stdcall stop stop-parsing stoppe[d] stored-proc[edure] stretch-to-f…
256 syn keyword ProgressOperator super-proc[edures] suppress-namespace-processing suppress-w[arnings] s…
260 …oltips top top-nav-query topic total tracking-changes trailing trans-init-proc[edure] transaction-…
H A Dfstab.vim38 syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs
59 …dos ncpfs nfs nfsd nilfs2 none ntfs null nwfs overlay ovlfs pipefs portal proc procfs pstore ptyfs…
169 " Options: proc
H A Dchill.vim26 syn keyword chillBlock PROC proc PROCESS process
88 syn keyword chillBlock PROC proc END end
H A Dm3quake.vim11 syn keyword m3quakeKeyword else end foreach if in is local or proc readonly
H A Dgkrellmrc.vim45 syn keyword gkrellmrcChartName cpu proc disk inet and net
H A Dexpect.vim42 syn keyword expectCommand proc
H A Dmel.vim21 sy keyword melFunction proc
H A Dopl.vim21 syn keyword OPLStatement proc endp abs acos addr adjustalloc alert alloc app
H A Dhaste.vim31 syn keyword hasteStatement posedge probe proc ram ramreg
H A Dsqlforms.vim6 " URL: http://www.halostatue.ca/vim/syntax/proc.vim
/vim-8.2.3635/runtime/ftplugin/
H A Dzimbu.vim125 iabbr <buffer> <expr> proc GCUpperSpace("proc")
173 \ " | iunabbr <buffer> proc" ..
H A Dm3quake.vim19 let b:match_words = '\<\%(proc\|if\|foreach\)\>:\<else\>:\<end\>'
H A Dada.vim156 iabbrev proc procedure
/vim-8.2.3635/runtime/indent/testdir/
H A Dtcl.in4 proc abc {} {
H A Dtcl.ok4 proc abc {} {
/vim-8.2.3635/runtime/tools/
H A Dshtags.pl105 next unless /^\s*proc\s+(((\S+)))/
/vim-8.2.3635/src/
H A Dscriptfile.c256 struct Process *proc = (struct Process *)FindTask(0L); in do_in_path() local
257 APTR save_winptr = proc->pr_WindowPtr; in do_in_path()
260 proc->pr_WindowPtr = (APTR)-1L; in do_in_path()
358 proc->pr_WindowPtr = save_winptr; in do_in_path()
H A Dfindfile.c1731 struct Process *proc = (struct Process *)FindTask(0L); in find_file_in_path_option() local
1732 APTR save_winptr = proc->pr_WindowPtr; in find_file_in_path_option()
1735 proc->pr_WindowPtr = (APTR)-1L; in find_file_in_path_option()
1927 proc->pr_WindowPtr = save_winptr; in find_file_in_path_option()
H A Dif_mzsch.c737 # define GUARANTEED_STRING_ARG(proc, num) GUARANTEE_STRING(proc, num) argument
740 guaranteed_byte_string_arg(char *proc, int num, int argc, Scheme_Object **argv) in guaranteed_byte_string_arg() argument
758 scheme_wrong_type(proc, "string", num, argc, argv); in guaranteed_byte_string_arg()
762 # define GUARANTEED_STRING_ARG(proc, num) guaranteed_byte_string_arg(proc, num, argc, argv) argument
H A Dmain.c3152 struct Process *proc = (struct Process *)FindTask(0L); in source_startup_scripts() local
3153 APTR save_winptr = proc->pr_WindowPtr; in source_startup_scripts()
3156 proc->pr_WindowPtr = (APTR)-1L; in source_startup_scripts()
3271 proc->pr_WindowPtr = save_winptr; in source_startup_scripts()
/vim-8.2.3635/.github/workflows/
H A Dci.yml380 …python_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTHO…
381 …python3_dir=$(cat "/proc/${{ matrix.cygreg }}/HKEY_LOCAL_MACHINE/SOFTWARE/Python/PythonCore/${PYTH…

12