Searched refs:nth (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …nth","nthnext","nthrest","num","number?","numerator","object-array","odd?","or","parents","partial…
|
| H A D | csscomplete.vim | 569 …hild", "last-of-type", "left", "link", "not(", "nth-child(", "nth-last-child(", "nth-last-of-type(…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | chicken.vim | 50 syn keyword schemeSyntax nth-value
|
| H A D | latte.vim | 49 syn keyword latteSyntax member? modulo multiply not nth operator? contained
|
| H A D | clojure.vim | 32 …nth","clojure.core/nthnext","clojure.core/nthrest","clojure.core/num","clojure.core/number?","cloj…
|
| H A D | jess.vim | 61 syn keyword jessFunc nth$ numberp oddp
|
| H A D | readline.vim | 230 \ yank-nth-arg
|
| H A D | skill.vim | 287 syn match skillFunction "(nth\(cdr\|elem\)\=\>"hs=s+1 288 syn match skillFunction "\<nth\(cdr\|elem\)\=("he=e-1
|
| H A D | css.vim | 454 syn region cssPseudoClassFn contained matchgroup=cssFunctionName start="\<\(not\|lang\|\(nth\|nth-l…
|
| H A D | lisp.vim | 339 syn keyword lispFunc ecase nth unread 341 syn keyword lispFunc echo-stream-input-stream nth-value unsigned-byte
|
| H A D | foxpro.vim | 178 syn match foxproFunc "\<gomo\%[nth]\>\s*("me=e-1
|
| /vim-8.2.3635/src/ |
| H A D | evalfunc.c | 6862 long nth = 1; in find_some_match() local 6960 nth = (long)tv_get_number_chk(&argvars[3], &error); in find_some_match() 6987 if (match && --nth <= 0) in find_some_match()
|