Searched refs:reserved (Results 1 – 25 of 65) sorted by relevance
123
| /vim-8.2.3635/runtime/syntax/ |
| H A D | proto.vim | 2 " Copyright 2008 Google Inc. All rights reserved. 49 syn keyword protoExtend extend extensions to max reserved
|
| H A D | aml.vim | 19 " ARC, ARCEDIT, ARCPLOT, LIBRARIAN, GRID, SCHEMAEDIT reserved words, 39 " FORMEDIT reserved words, defined as keywords. 43 " TABLES reserved words, defined as keywords. 47 " INFO reserved words, defined as keywords. 49 …te release notes remark rename report options reporting report reselect reserved words restriction… 51 " VTRACE reserved words, defined as keywords. 55 " The AML reserved words, defined as keywords.
|
| H A D | sqlj.vim | 20 " The SQL reserved words, defined as keywords.
|
| H A D | javascript.vim | 6 " Changes: (ss) added keywords, reserved words, and other identifiers
|
| H A D | verilogams.vim | 9 " Minor reserved keyword updates.
|
| H A D | sqlforms.vim | 20 " The SQL reserved words, defined as keywords.
|
| H A D | icon.vim | 76 " Storage class reserved words
|
| H A D | dtrace.vim | 78 " Turn reserved but unspecified keywords into errors
|
| H A D | csp.vim | 106 " reserved identifiers for tool output (ending in underscore):
|
| H A D | sqloracle.vim | 23 " The SQL reserved words, defined as keywords.
|
| H A D | ps1.vim | 51 " Keywords reserved for future use
|
| H A D | desktop.vim | 28 " To highlight KDE-reserved features, set
|
| H A D | pov.vim | 55 " Words not marked `reserved' in documentation, but...
|
| H A D | sqlhana.vim | 17 " The SQL reserved words, defined as keywords.
|
| H A D | python.vim | 190 " 'False', 'True', and 'None' are also reserved words in Python 3
|
| H A D | ada.vim | 46 " There are 72 reserved words in total in Ada2005. Some keywords are
|
| H A D | fstab.vim | 78 syn match fsOptionsKeywords contained /\<\%(set[ug]id\|mode\|reserved\)=/ nextgroup=fsOptionsNumber
|
| H A D | go.vim | 1 " Copyright 2009 The Go Authors. All rights reserved.
|
| /vim-8.2.3635/src/ |
| H A D | vim9script.c | 1034 static char *reserved[] = { variable 1047 for (idx = 0; reserved[idx] != NULL; ++idx) in check_reserved_name() 1048 if (STRCMP(reserved[idx], name) == 0) in check_reserved_name()
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.h | 161 UINT FAR *reserved,
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 825 " c - concealed text (reserved future) 826 " l - listchars (reserved possible future) 827 " s - signs (reserved possible future)
|
| H A D | ccomplete.vim | 426 " TODO: add more reserved words
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 84 stack, space is reserved during compilation. This is a fairly normal
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | index.txt | 106 CTRL-\ a - z reserved for extensions 238 CTRL-\ a - z reserved for extensions 1073 CTRL-X not used (reserved for completion) 1075 CTRL-Z not used (reserved for suspend) 1081 CTRL-\ a - d reserved for extensions 1084 CTRL-\ f - z reserved for extensions
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal3.vim | 788 " 2. a reserved character in url-encoding
|
123