Home
last modified time | relevance | path

Searched refs:ifn (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/runtime/ftplugin/
H A Dmake.vim32 …let b:match_words = '^ *ifn\=\(eq\|def\)\>:^ *else\(\s\+ifn\=\(eq\|def\)\)\=\>:^ *endif\>,\<define…
H A Dsystemverilog.vim24 \ '`ifn\?def\>:`elsif\>:`else\>:`endif\>,' .
H A Dverilog.vim54 \ '`ifn\?def\>:`elsif\>:`else\>:`endif\>,' .
/vim-8.2.3635/runtime/syntax/
H A Dmake.vim72 syn match makePreCondit "^ *\(ifn\=\(eq\|def\)\>\|else\(\s\+ifn\=\(eq\|def\)\)\=\>\|endif\>\)"
H A Dslang.vim52 …#\s*\(ifdef\>\|ifndef\>\|iftrue\>\|ifnfalse\>\|iffalse\>\|ifntrue\>\|if\$\|ifn\$\|\|elif\>\|else\>…
H A Dslrnrc.vim32 syn match slrnSlangPreCondit "^#\s*ifn\=\(def\>\|false\>\|true\>\|\$\)"
H A Dpike.vim275 …CppInWrapper start="^\s*#\s*\%(if\s\+\%(\d\+\s*\%($\|//\|/\*\||\|&\)\)\@!\|ifn\?def\>\)" skip="\\$…
H A Dclojure.vim32ifn?","clojure.core/in-ns","clojure.core/inc","clojure.core/inc'","clojure.core/indexed?","clojure…
H A Dsas.vim101 …ame holidaynx holidayny holidaytest hour htmldecode htmlencode ibessel ifc ifn index indexc indexw…
/vim-8.2.3635/runtime/indent/
H A Dmake.vim30 let s:conditional_directive_rx = '^ *\%(ifn\=\%(eq\|def\)\|else\)\>'
H A Dverilog.vim168 elseif last_line =~ '^\s*`\<\(ifn\?def\|elsif\|else\)\>'
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …d-coll","ident?","identical?","identity","if","if-let","if-not","if-some","ifn?","import","in-ns",…
/vim-8.2.3635/src/
H A Dos_unix.c4529 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()