Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 91) sorted by relevance

1234

/vim-8.2.3635/runtime/syntax/
H A Dgdb.vim19 syn keyword gdbInfo contained source sources stack symbol target terminal threads
41 syn match gdbStatement "\<add-shared-symbol-files\>"
42 syn match gdbStatement "\<add-symbol-file\>"
51 syn match gdbStatement "\<symbol-file\>"
64 syn match gdbSet "\<symbol-reloading\>"
H A Dmonk.vim73 syn keyword monkFunc symbol? symbol->string string->symbol number? complex?
126 syn keyword monkFunc strip-string substring=? symbol-table-get symbol-table-put
H A Dlisp.vim77 syn keyword lispFunc > find-symbol pprint-newline
263 syn keyword lispFunc constantly make-symbol string-left-trim
273 syn keyword lispFunc copy-symbol map-into string-upcase
291 syn keyword lispFunc define-compiler-macro mod symbol
292 syn keyword lispFunc define-condition most-negative-double-float symbol-function
293 syn keyword lispFunc define-method-combination most-negative-fixnum symbol-macrolet
294 syn keyword lispFunc define-modify-macro most-negative-long-float symbol-name
296 syn keyword lispFunc define-setf-method most-negative-single-float symbol-package
297 syn keyword lispFunc define-symbol-macro most-positive-double-float symbol-plist
298 syn keyword lispFunc defmacro most-positive-fixnum symbol-value
[all …]
H A Dfdcc.vim27 …ate copy script order_start order_end collating-symbol reorder-after reorder-end collating-element…
H A Dclojure.vim32symbol?","clojure.core/quot","clojure.core/rand","clojure.core/rand-int","clojure.core/rand-nth","…
H A Dscheme.vim363 syn keyword schemeFunction string->symbol
390 syn keyword schemeFunction symbol->string
391 syn keyword schemeFunction symbol=?
392 syn keyword schemeFunction symbol?
H A Dsqr.vim81 syn keyword sqrCommand display divide do dollar-symbol else encode
85 syn keyword sqrCommand lowercase mbtosbs money-symbol move
144 syn keyword sqrParam status stop sub-title symbol-set system
H A Drtf.vim30 " Control Symbol : any \ plus a non alpha symbol, *, \, { and } and '
H A Dcdl.vim18 sy keyword cdlIdentifier contained id name desc description xlttype precision symbol curr_ name gro…
H A D8th.vim241 …n-label nk:button-label button-set-behavior nk:button-set-behavior button-symbol nk:button-symbol
242 Builtin button-symbol-label nk:button-symbol-label chart-add-slot nk:chart-add-slot chart-add-slot…
247 …-image-text nk:contextual-item-image-text contextual-item-symbol-text nk:contextual-item-symbol-te…
272 …em-image nk:menu-item-image menu-item-label nk:menu-item-label menu-item-symbol nk:menu-item-symbol
H A Dpython.vim98 " Python 3.5 introduced the use of the same symbol for matrix multiplication:
100 " symbol from highlighting when used in that context.
H A Dwml.vim59 syn keyword htmlTagName contained say m4 symbol dump enter divert
H A Dform.vim23 syn keyword formHeaderStatement symbol symbols cfunction cfunctions
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12symbol?","quot","quote","rand","rand-int","rand-nth","random-sample","range","ratio?","rational?",…
/vim-8.2.3635/runtime/doc/
H A Dif_cscop.txt48 Change a constant to a preprocessor symbol in selected lines of files.
51 Where is this symbol used?
54 What is this global symbol's definition?
62 Cscope answers these questions from a symbol database that it builds the
124 0 or s: Find this C symbol
132 9 or a: Find places where this symbol is assigned a value
405 of a particular C symbol. To do this, you can use these mappings as an
412 place your cursor over the function name or C symbol and quickly query cscope
H A Dft_raku.txt38 The Greek alphabet is available with '*' followed by a similar Latin symbol:
/vim-8.2.3635/runtime/compiler/
H A Dpylint.vim15 …t\ --output-format=text\ --msg-template=\"{path}:{line}:{column}:{C}:\ [{symbol}]\ {msg}\"\ --repo…
H A Dfortran_g77.vim32 " Invalid declaration of or reference to symbol `desca' at (2) [initially seen at (1)]
/vim-8.2.3635/src/
H A Dscreen.c269 int symbol = 0; in fill_foldcolumn() local
288 symbol = fill_foldopen; in fill_foldcolumn()
290 symbol = fill_foldsep; in fill_foldcolumn()
292 symbol = '0' + first_level + i; in fill_foldcolumn()
294 symbol = '>'; in fill_foldcolumn()
296 len = utf_char2bytes(symbol, &p[byte_counter]); in fill_foldcolumn()
307 if (symbol != 0) in fill_foldcolumn()
315 symbol = fill_foldclosed; in fill_foldcolumn()
316 len = utf_char2bytes(symbol, &p[byte_counter]); in fill_foldcolumn()
/vim-8.2.3635/runtime/plugin/
H A Dmatchparen.vim111 " match "symbol" for lispBarSymbol.
113 \ '''v:val =~? "string\\|character\\|singlequote\\|escape\\|symbol\\|comment"''))'
/vim-8.2.3635/runtime/keymap/
H A Dgreek_utf-8.vim27 " of Triantafilidis who requires the PSILI (or Koronis) symbol for an
58 " && give the Greek kai symbol
60 " ;U is capital Theta symbol
617 D$ <char-0x20AF> "Drachma symbol
620 ;U <char-0x03F4> "Capital Theta symbol
H A Dthaana-phonetic_utf-8.vim76 P <char-0x00F7> " division symbol mapped to 'p'
/vim-8.2.3635/src/testdir/
H A Dtest_compiler.vim36 call assert_match('\n \d\+ Xfoo.pl:3: Global symbol "$foo" '
H A Dtest_digraph.vim152 call Put_Dig('+_') " japanese industrial symbol
361 call Put_Dig_BS('+','_') " japanese industrial symbol
/vim-8.2.3635/runtime/tools/
H A Dccfilter_README.txt36 Line formats are delimited by the ^ (caret) symbol.

1234