Searched refs:strings (Results 1 – 25 of 224) sorted by relevance
123456789
165 garray_T strings; member699 ga_init2(&e.strings, 1, 100); in ServerReplyFind()706 ga_clear(&p->strings); in ServerReplyFind()796 *str = vim_strsave(p->strings.ga_data); in serverReadReply()798 if (len < p->strings.ga_len) in serverReadReply()800 s = (char_u *) p->strings.ga_data; in serverReadReply()802 p->strings.ga_len -= len; in serverReadReply()807 ga_clear(&p->strings); in serverReadReply()827 *str = p->strings.ga_data; in serverPeekReply()1452 ga_concat(&(r->strings), str); in server_parse_message()[all …]
788 if (menu->strings[i] != NULL) in add_menu_path()790 menu->strings[i][0] = c; in add_menu_path()795 menu->strings[i][1] = d; in add_menu_path()810 menu->strings[i] = p; in add_menu_path()1096 if (menu->strings[i] == menu->strings[idx]) in free_menu_string()1099 vim_free(menu->strings[idx]); in free_menu_string()1100 menu->strings[idx] = NULL; in free_menu_string()1218 if (*menu->strings[bit] == NUL) in show_menus_recursive()2896 if (menu->strings[bit] != NULL) in menuitem_getinfo()2901 *menu->strings[bit] == NUL in menuitem_getinfo()[all …]
17 " Basic strings19 " Multi-line basic strings21 " Literal strings23 " Multi-line literal strings
10 " rcs_folding = 1 For folding strings31 " Folded strings.
36 " Hex strings39 " Binary strings
24 syn match regoFuncStrings2 "\<strings\.replace_n\>"74 " https://www.openpolicyagent.org/docs/latest/policy-language/#strings
36 "wrong strings39 "right strings
24 " inside strings and in plain text (character data).36 " strings inside character data or comments269 " This allows "?>" inside strings -- good idea?
38 " 1) empty tag delimiters "/>" inside attribute values (strings)65 " strings (inside tags) aka VALUES276 " This allows "?>" inside strings -- good idea?
150 "wrong strings153 "right strings155 " To see the start and end of strings:
30 " JOVIAL variable names. This rule is to prevent conflicts with strings.94 " this is to prevent confusion with JOVIAL strings
82 \ no-sk-comments no-tty no-utf8-strings no-verbose89 \ utf8-strings verbose with-colons with-fingerprint
19 " Common strings
15 some encodings. This follows the C99 standard for strings. It means that73 This will extract all the strings from Vim and merge them in with the102 Comment-out all non-translated strings. There are two types:110 gettext ignores empty strings and items marked with "#, fuzzy".
47 This will extract all the strings from Vim and merge them in with the68 Comment-out all non-translated strings. There are two types:
4 " quoted strings.
3 # simpchinese.nsi: Simplified Chinese language strings for gvim NSIS14 # These strings should be always English. Otherwise dosinst.c fails.
3 # russian.nsi: Russian language strings for gvim NSIS installer.14 # These strings should be always English. Otherwise dosinst.c fails.
3 # tradchinese.nsi: Traditional Chinese language strings for gvim NSIS14 # These strings should be always English. Otherwise dosinst.c fails.
3 # serbian.nsi: Serbian language strings for gvim NSIS installer.13 # These strings should be always English. Otherwise dosinst.c fails.
3 # japanese.nsi: Japanese language strings for gvim NSIS installer.13 # These strings should be always English. Otherwise dosinst.c fails.
1 # turkish.nsi: Turkish language strings for gvim NSIS installer.8 # These strings should be always English. Otherwise dosinst.c fails.
85 of the strings :abc: or :def:88 < will search for lines which contain both of the strings
134 strings. Keys that are not strings are not192 Vim strings and numbers are directly converted193 to Lua strings and numbers respectively. Vim505 Note that "_A" receives the argument to "luaeval". Lua numbers, strings, and
15 " numbers compared as strings47 " null strings are sorted as empty strings.54 " strings are not sorted