| /vim-8.2.3635/src/ |
| H A D | vim9script.c | 363 garray_T names; in handle_import() local 368 ga_init2(&names, sizeof(char_u *), 10); in handle_import() 391 if (ga_grow(&names, 1) == FAIL || ga_grow(&as_names, 1) == FAIL) in handle_import() 393 ((char_u **)names.ga_data)[names.ga_len] = vim_strnsave(p, arg - p); in handle_import() 394 ++names.ga_len; in handle_import() 447 if (names.ga_len == 0) in handle_import() 561 for (i = 0; i < names.ga_len; ++i) in handle_import() 563 char_u *name = ((char_u **)names.ga_data)[i]; in handle_import() 607 ((char_u **)names.ga_data)[i] = NULL; in handle_import() 631 ga_clear_strings(&names); in handle_import()
|
| H A D | dosinst.c | 976 char **names = NULL; in change_bat_choice() local 1002 if (names != NULL) in change_bat_choice() 1004 names[count] = alloc(s - p + 1); in change_bat_choice() 1005 strncpy(names[count], p, s - p); in change_bat_choice() 1006 names[count][s - p] = NUL; in change_bat_choice() 1013 if (names != NULL) in change_bat_choice() 1017 names[0] = alloc(50); in change_bat_choice() 1019 names[count] = alloc(50); in change_bat_choice() 1037 strcpy(batpath, names[n]); in change_bat_choice() 1044 free(names[i]); in change_bat_choice() [all …]
|
| H A D | gui_xmdlg.c | 107 char **names; // font name array of arrays member 131 return data->names[i]; in fn() 783 XFreeFontNames(data->names); in cancel_callback() 784 data->names = NULL; in cancel_callback() 839 XFreeFontNames(data->names); in ok_callback() 840 data->names = NULL; in ok_callback() 1208 char **names; in gui_xm_select_font() local 1210 names = XListFonts(XtDisplay(form), (char *) current, 1, &i); in gui_xm_select_font() 1220 found = names[0]; in gui_xm_select_font() 1236 data->font_name = XtNewString(names[0]); in gui_xm_select_font() [all …]
|
| H A D | memline.c | 1812 char_u *(names[6]); in recover_names() local 1941 if (names[i] == NULL) in recover_names() 1944 vim_free(names[i]); in recover_names() 2055 vim_free(names[i]); in recover_names() 2350 if (names[num_names] == NULL) in recov_file_names() 2367 p = names[num_names - 1]; in recov_file_names() 2368 i = (int)STRLEN(names[num_names - 1]) - (int)STRLEN(names[num_names]); in recov_file_names() 2375 vim_free(names[num_names]); in recov_file_names() 2396 p = names[num_names]; in recov_file_names() 2397 i = STRLEN(names[num_names]) - STRLEN(names[num_names - 1]); in recov_file_names() [all …]
|
| H A D | gui_gtk.c | 466 IconNames *names; in gui_gtk_register_stock_icons() 468 for (names = stock_vim_icons; names->icon_name != NULL; names++) in gui_gtk_register_stock_icons() 472 vim_snprintf(path, MAXPATHL, "%s/%s", path_prefix, names->file_name); in gui_gtk_register_stock_icons() 502 gtk_icon_theme_add_builtin_icon(names->icon_name, size, pixbuf); in gui_gtk_register_stock_icons() 508 IconNames *names; in gui_gtk_register_stock_icons() 510 for (names = stock_vim_icons; names->icon_name != NULL; names++) in gui_gtk_register_stock_icons() 515 vim_snprintf(path, MAXPATHL, "%s/%s", path_prefix, names->file_name); in gui_gtk_register_stock_icons() 520 gtk_icon_factory_add(factory, names->icon_name, icon_set); in gui_gtk_register_stock_icons()
|
| H A D | if_ole.cpp | 106 STDMETHOD(GetIDsOfNames)(const IID &iid, OLECHAR **names, UINT n, LCID, DISPID *dispids); 263 OLECHAR **names, in GetIDsOfNames() argument 271 return typeinfo->GetIDsOfNames(names, n, dispids); in GetIDsOfNames()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | postscr.vim | 121 " PS Type names 221 " Font names 235 " PS Character encoding names 237 " Common encoding names 240 " Standard and ISO encoding names 255 " The following are valid names, but are used as short procedure names in generated PS! 259 " Symbol encoding names 283 " ISO Latin1 encoding names 407 " PS2 Category names 589 " PS LL3 Font names [all …]
|
| H A D | cweb.vim | 11 " TODO: Section names and C/C++ comments should be treated as TeX material. 13 " TODO: names, and leaves C/C++ comments as such. (On the other hand, 46 " Section names contain C/C++ material only in inner context.
|
| H A D | radiance.vim | 18 " comments, external command names and the null-modifier "void". 26 " all printing characters except '#' and '!' are valid in names. 59 " This doesn't work correctly if the id is one of the type names of the
|
| H A D | mysql.vim | 64 " Escaped column names 85 " function names. For instance, year() is part of the name of the 142 " Function names do not clash with table or column names. For example, ABS is a 146 " This means that if I want to highlight function names properly, I have to use a
|
| H A D | ptcap.vim | 31 " `:' and `|' are delimiters for fields and names, and should not be 56 " Some terminal capabilites have special names like `#5' and `@1', and we
|
| H A D | j.vim | 23 " Standard library names. A few names need to be defined with ":syntax match" 29 … launch list ljust load loadd mema memf memr memu memw nameclass namelist names nc nl pick quote r…
|
| H A D | haskell.vim | 19 " hs_highlight_types - Treat names of primitive types as keywords. 20 " hs_highlight_more_types - Treat names of other common types as keywords. 21 " hs_highlight_debug - Highlight names of debugging functions.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_haiku.txt | 27 11. Color names |haiku-colors| 183 you use the default Mouse preference settings these names indeed correspond to 195 11. Color names *haiku-colors* 197 Vim has a number of color names built-in. Additional names can be defined in
|
| H A D | mlang.txt | 28 To see a list of supported locale names on your system, look in one of these 114 alternate names "libintl-8.dll" and "intl.dll". 149 Unfortunately, the locale names are different on various systems, even though 158 versus "iso_8859-1". Fortunately Vim makes all names lowercase, thus you
|
| H A D | version4.txt | 26 'tildeop' and 'weirdinvert' short names changed |short-name-changed| 50 space, which is useful when working on a system with short file names. For 139 The key names in <> can be used in mappings directly. This makes it possible 201 The names of the terminal options have been changed to match the termcap names 327 'tildeop' and 'weirdinvert' short names changed *short-name-changed*
|
| H A D | remote.txt | 67 are not mapped. Special key names are 74 --serverlist Output a list of server names. 89 This doesn't work, all arguments after --remote will be used as file names: >
|
| H A D | cmdline.txt | 70 There is an automatic completion of names on the command-line; see 385 - Command names: At the start of the command-line. 401 CTRL-D List names that match the pattern in front of the cursor. 402 When showing file names, directories are highlighted (see 430 CTRL-A All names that match the pattern in front of the cursor are 461 '?' are accepted when matching file names. '*' matches any string, '?' 485 When completing user function names, prepend "s:" to find script-local 677 Embedded spaces in file names are allowed on the Amiga if one file name is 680 file names. Escape the spaces to include them in a file name. Example: > 854 ## Is replaced with all names in the argument list *:_##* *c_##* [all …]
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 68 terminal. Use the color names instead. See ":help cterm-colors". 90 terminals. Always use color names or #RRGGBB for the GUI. See v:colornames 91 for details on how to define your own color names.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 27 " to use regular expressions to pick up extended syntax group names. 83 " names in order to simplify the regexes used to pull out query table 85 " Full support for "table names with spaces" can be added in again 93 " Better handling of object names 96 " Supports object names with spaces "my table name" 433 " as there can be the same table names in a database yet 434 " with different owner names. 511 " Handle names with spaces "my table name" 525 " completing table names or column names.
|
| H A D | python3complete.vim | 397 names = [] 403 names.append(name.strip()) 416 return names 569 names = self._parseimportlist() 570 for name, alias in names:
|
| H A D | pythoncomplete.vim | 415 names = [] 421 names.append(name.strip()) 434 return names 587 names = self._parseimportlist() 588 for name, alias in names:
|
| /vim-8.2.3635/src/po/ |
| H A D | fixfilenames.vim | 1 " Invoked with the name "vim.pot" and a list of Vim script names.
|
| H A D | tojavascript.vim | 1 " Invoked with the name "vim.pot" and a list of Vim script names.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | typescript.vim | 36 " Regex of syntax group names that are or delimit string or are comments. 39 " Regex of syntax group names that are strings. 42 " Regex of syntax group names that are strings or documentation. 45 " Regex of syntax group names that are line comment.
|