Searched refs:ifn (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | make.vim | 32 …let b:match_words = '^ *ifn\=\(eq\|def\)\>:^ *else\(\s\+ifn\=\(eq\|def\)\)\=\>:^ *endif\>,\<define…
|
| H A D | systemverilog.vim | 24 \ '`ifn\?def\>:`elsif\>:`else\>:`endif\>,' .
|
| H A D | verilog.vim | 54 \ '`ifn\?def\>:`elsif\>:`else\>:`endif\>,' .
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | make.vim | 72 syn match makePreCondit "^ *\(ifn\=\(eq\|def\)\>\|else\(\s\+ifn\=\(eq\|def\)\)\=\>\|endif\>\)"
|
| H A D | slang.vim | 52 …#\s*\(ifdef\>\|ifndef\>\|iftrue\>\|ifnfalse\>\|iffalse\>\|ifntrue\>\|if\$\|ifn\$\|\|elif\>\|else\>…
|
| H A D | slrnrc.vim | 32 syn match slrnSlangPreCondit "^#\s*ifn\=\(def\>\|false\>\|true\>\|\$\)"
|
| H A D | pike.vim | 275 …CppInWrapper start="^\s*#\s*\%(if\s\+\%(\d\+\s*\%($\|//\|/\*\||\|&\)\)\@!\|ifn\?def\>\)" skip="\\$…
|
| H A D | clojure.vim | 32 …ifn?","clojure.core/in-ns","clojure.core/inc","clojure.core/inc'","clojure.core/indexed?","clojure…
|
| H A D | sas.vim | 101 …ame holidaynx holidayny holidaytest hour htmldecode htmlencode ibessel ifc ifn index indexc indexw…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | make.vim | 30 let s:conditional_directive_rx = '^ *\%(ifn\=\%(eq\|def\)\|else\)\>'
|
| H A D | verilog.vim | 168 elseif last_line =~ '^\s*`\<\(ifn\?def\|elsif\|else\)\>'
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …d-coll","ident?","identical?","identity","if","if-let","if-not","if-some","ifn?","import","in-ns",…
|
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 4529 char *ifn = NULL; in mch_call_shell_system() local 4553 if (ifn = strchr((char *)cmd, '<')) in mch_call_shell_system() 4557 *ifn++ = '\0'; in mch_call_shell_system() 4558 p = strchr(ifn,' '); // chop off any trailing spaces in mch_call_shell_system() 4563 x = vms_sys((char *)cmd, ofn, ifn); in mch_call_shell_system()
|