Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 94) sorted by relevance

1234

/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim1847 " the iterated expression should return an array type
2459 \ 'scalar', 'array', 'bool', 'void', 'mixed',
2462 " add array of primitives to the list too, like string[]
2776array','apache_get_version(':'void | string','apache_getenv(':'string $variable [, bool $walk_to_t…
2777array $array [, int $case = CASE_LOWER] | array','array_chunk(':'array $array, int $size [, bool $…
2779array $params | mixed','call_user_method(':'string $method_name, object &$obj [, mixed $parameter …
2784array $param_arr | mixed','call_user_func(':'callable $callback [, mixed $parameter [, mixed $...]…
2788array','class_parents(':'mixed $class [, bool $autoload = true] | array','class_uses(':'mixed $cla…
2793array &$output [, int &$return_var]] | string','passthru(':'string $command [, int &$return_var] |…
2807 …ing']={'password_get_info(':'string $hash | array','password_hash(':'string $password, integer $al…
[all …]
H A Dclojurecomplete.vim12array-map","as->","aset","aset-boolean","aset-byte","aset-char","aset-double","aset-float","aset-i…
/vim-8.2.3635/src/
H A Dpopupmenu.c88 pumitem_T *array, in pum_display() argument
212 pum_array = array; in pum_display()
1279 if (*array == NULL) in split_message()
1319 vim_free(*array); in split_message()
1331 (*array)[line].pum_text = p; in split_message()
1460 pumitem_T *array; in pum_show_popupmenu() local
1484 if (array == NULL) in pum_show_popupmenu()
1500 array[idx++].pum_text = s; in pum_show_popupmenu()
1504 pum_array = array; in pum_show_popupmenu()
1584 vim_free(array[idx].pum_text); in pum_show_popupmenu()
[all …]
H A Dif_mzsch.c2515 free_array(char **array) in free_array() argument
2517 char **curr = array; in free_array()
2520 vim_free(array); in free_array()
2635 free_array(array); in set_buffer_line_list()
2646 free_array(array); in set_buffer_line_list()
2660 free_array(array); in set_buffer_line_list()
2675 free_array(array); in set_buffer_line_list()
2697 free_array(array); in set_buffer_line_list()
2801 char **array; in insert_buffer_line_list() local
2824 free_array(array); in insert_buffer_line_list()
[all …]
H A Dclipboard.c1423 static Atom array[7]; in clip_x11_convert_selection_cb() local
1425 *value = (XtPointer)array; in clip_x11_convert_selection_cb()
1427 array[i++] = targets_atom; in clip_x11_convert_selection_cb()
1428 array[i++] = vimenc_atom; in clip_x11_convert_selection_cb()
1429 array[i++] = vim_atom; in clip_x11_convert_selection_cb()
1431 array[i++] = utf8_atom; in clip_x11_convert_selection_cb()
1432 array[i++] = XA_STRING; in clip_x11_convert_selection_cb()
1433 array[i++] = text_atom; in clip_x11_convert_selection_cb()
1434 array[i++] = compound_text_atom; in clip_x11_convert_selection_cb()
H A Dindent.c24 tabstop_set(char_u *var, int **array) in tabstop_set() argument
32 *array = NULL; in tabstop_set()
63 *array = ALLOC_MULT(int, valcount + 1); in tabstop_set()
64 if (*array == NULL) in tabstop_set()
66 (*array)[0] = valcount; in tabstop_set()
77 vim_free(*array); in tabstop_set()
78 *array = NULL; in tabstop_set()
81 (*array)[t++] = n; in tabstop_set()
H A Dif_py_both.h4578 char **array; in SetBufferLineList() local
4581 array = NULL; in SetBufferLineList()
4585 if (array == NULL) in SetBufferLineList()
4601 PyMem_Free(array); in SetBufferLineList()
4658 vim_free(array[i]); in SetBufferLineList()
4674 PyMem_Free(array); in SetBufferLineList()
4763 char **array; in InsertBufferLines() local
4766 if (array == NULL) in InsertBufferLines()
4781 PyMem_Free(array); in InsertBufferLines()
4807 vim_free(array[i]); in InsertBufferLines()
[all …]
H A Dviminfo.c1597 char_u **array = NULL; in read_viminfo_register() local
1640 array = ALLOC_MULT(char_u *, limit); in read_viminfo_register()
1669 new_array[i] = array[i]; in read_viminfo_register()
1670 vim_free(array); in read_viminfo_register()
1671 array = new_array; in read_viminfo_register()
1676 array[size++] = str; in read_viminfo_register()
1705 vim_free(array[i]); in read_viminfo_register()
1707 y_current_p->y_array[i] = array[i]; in read_viminfo_register()
1715 vim_free(array[i]); in read_viminfo_register()
1717 vim_free(array); in read_viminfo_register()
H A Dpopupwin.c81 set_padding_border(dict_T *dict, int *array, char *name, int max_val) in set_padding_border() argument
98 array[i] = 1; in set_padding_border()
107 array[i] = nr > max_val ? max_val : nr; in set_padding_border()
2937 get_padding_border(dict_T *dict, int *array, char *name) in get_padding_border() argument
2942 if (array[0] == 0 && array[1] == 0 && array[2] == 0 && array[3] == 0) in get_padding_border()
2949 if (array[0] != 1 || array[1] != 1 || array[2] != 1 || array[3] != 1) in get_padding_border()
2951 list_append_number(list, array[i]); in get_padding_border()
H A Dgui_gtk.c1535 char **array; in split_button_string() local
1543 array = ALLOC_MULT(char *, count + 1); in split_button_string()
1546 if (array != NULL) in split_button_string()
1548 array[count++] = (char *)button_string; in split_button_string()
1554 array[count++] = (char *)p; in split_button_string()
1561 array[count] = NULL; // currently not relied upon, but doesn't hurt in split_button_string()
1565 return array; in split_button_string()
H A Dos_haiku.rdef.in57 resource(1, "builtin-tools") #'PNG ' array {
/vim-8.2.3635/runtime/syntax/
H A Dsqr.vim77 syn keyword sqrCommand add array-add array-divide array-multiply
78 syn keyword sqrCommand array-subtract ask break call clear-array
80 syn keyword sqrCommand create-array create-color-palette date-time
106 syn keyword sqrParam cs color_ data-array
107 syn keyword sqrParam data-array-column-count
108 syn keyword sqrParam data-array-column-labels
109 syn keyword sqrParam data-array-row-count data-labels date
161 syn keyword sqrParam y2-data-array y2-data-array-row-count
162 syn keyword sqrParam y2-data-array-column-count
163 syn keyword sqrParam y2-data-array-column-labels
[all …]
H A Dlisp.vim100 syn keyword lispFunc adjustable-array-p ftruncate psetf
101 syn keyword lispFunc adjust-array ftype psetq
115 syn keyword lispFunc array getf rationalp
116 syn keyword lispFunc array-dimension gethash read
124 syn keyword lispFunc array-rank get-universal-time read-line
127 syn keyword lispFunc array-total-size handler-bind readtable
194 syn keyword lispFunc ceiling let simple-array
242 syn keyword lispFunc compile make-array store-value
433 syn keyword lispKey :array :if-does-not-exist :pretty
462 " make-array argument
[all …]
H A Dclojure.vim32array-map","aset","aset-boolean","aset-byte","aset-char","aset-double","aset-float","aset-int","as…
H A Dawk.vim165 " Highlight array element's (recursive arrays allowed).
166 " Keeps nested array names' separate from normal array elements.
167 " Keeps numbers separate from normal array elements (variables).
205 " Change this if you want nested array names to be highlighted.
H A Dwml.vim58 syn keyword htmlTagName contained array:push array:show set-var ifdef
H A Dch.vim26 syn keyword chType string_t array
H A Dmodel.vim15 syn keyword modelKeyword abs and array boolean by case cdnl char copied dispose
H A Dcf.vim621 \|array
751 \|array
791 \|array
H A Dvhdl.vim21 syn keyword vhdlStatement architecture array attribute
88 " array attributes
/vim-8.2.3635/runtime/doc/
H A Dif_perl.txt121 :perl @buflist = VIM::Buffers() # returns array of all buffers
123 :perl @winlist = VIM::Windows() # returns array of all windows
129 :perl @pos = $curwin->Cursor() # returns (row, col) array
162 in an array context or returns the number of buffers
172 in an array context or returns the number of windows
205 With no arguments, returns a (row, col) array for the
228 for each {lnum} specified. An array can be passed
240 The list of {line}s can be an array.
246 {line}s can be an array. If the arguments are
H A Dif_tcl.txt175 ::vim::current # array containing "current" objects
177 ::vim::range # array containing current range numbers
183 This is an array providing access to various "current" objects
184 available in vim. The contents of this array are updated after
210 This is an array with three elements, "start", "begin" and "end". It
242 $win cursor {var} # Set cursor position from array variable.
262 This can be converted to a Tcl array variable: >
263 array set here [$win cursor]
266 Tcl array variable, which must contain two elements "row" and "column".
384 |tcl-window-cursor|). This can be converted to a Tcl array variable: >
[all …]
/vim-8.2.3635/src/proto/
H A Dpopupmenu.pro2 void pum_display(pumitem_T *array, int size, int selected);
14 int split_message(char_u *mesg, pumitem_T **array);
H A Dindent.pro2 int tabstop_set(char_u *var, int **array);
/vim-8.2.3635/src/testdir/
H A Dtest_tcl.vim253 tcl array set here [$win cursor]
265 tcl array set pos {1 2}
267 tcl array set pos {row '' abc 2}
269 tcl array set pos {row 1 abc 2}
271 tcl array set pos {row 1 column ''}

1234