| /vim-8.2.3635/src/testdir/ |
| H A D | test_memory_usage.vim | 38 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 D | check.vim | 196 elseif filereadable('/proc/net/if_inet6') 197 return (match(readfile('/proc/net/if_inet6'), '\slo$') >= 0)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sas.vim | 13 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 D | sas.vim | 124 …=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 D | progress.vim | 79 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 D | fstab.vim | 38 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 D | chill.vim | 26 syn keyword chillBlock PROC proc PROCESS process 88 syn keyword chillBlock PROC proc END end
|
| H A D | m3quake.vim | 11 syn keyword m3quakeKeyword else end foreach if in is local or proc readonly
|
| H A D | gkrellmrc.vim | 45 syn keyword gkrellmrcChartName cpu proc disk inet and net
|
| H A D | expect.vim | 42 syn keyword expectCommand proc
|
| H A D | mel.vim | 21 sy keyword melFunction proc
|
| H A D | opl.vim | 21 syn keyword OPLStatement proc endp abs acos addr adjustalloc alert alloc app
|
| H A D | haste.vim | 31 syn keyword hasteStatement posedge probe proc ram ramreg
|
| H A D | sqlforms.vim | 6 " URL: http://www.halostatue.ca/vim/syntax/proc.vim
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | zimbu.vim | 125 iabbr <buffer> <expr> proc GCUpperSpace("proc") 173 \ " | iunabbr <buffer> proc" ..
|
| H A D | m3quake.vim | 19 let b:match_words = '\<\%(proc\|if\|foreach\)\>:\<else\>:\<end\>'
|
| H A D | ada.vim | 156 iabbrev proc procedure
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | tcl.in | 4 proc abc {} {
|
| H A D | tcl.ok | 4 proc abc {} {
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | shtags.pl | 105 next unless /^\s*proc\s+(((\S+)))/
|
| /vim-8.2.3635/src/ |
| H A D | scriptfile.c | 256 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 D | findfile.c | 1731 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 D | if_mzsch.c | 737 # 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 D | main.c | 3152 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 D | ci.yml | 380 …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…
|