Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 25 of 42) sorted by relevance

12

/vim-8.2.3635/src/
H A Dquickfix.c1071 ++fields->col; in qf_parse_fmt_p()
1075 fields->col -= fields->col % 8; in qf_parse_fmt_p()
1078 ++fields->col; in qf_parse_fmt_p()
1184 fields->type = 0; in qf_parse_match()
1637 fields->module, in qf_init_process_nextline()
1639 fields->errmsg, in qf_init_process_nextline()
1640 fields->lnum, in qf_init_process_nextline()
1642 fields->col, in qf_init_process_nextline()
1646 fields->enr, in qf_init_process_nextline()
1647 fields->type, in qf_init_process_nextline()
[all …]
H A Dgui_photon.c2682 long flags, mask, fields; in gui_mch_menu_grey() local
2691 fields = Pt_FALSE; in gui_mch_menu_grey()
2696 fields = Pt_TRUE; in gui_mch_menu_grey()
2701 fields = ~fields; in gui_mch_menu_grey()
2703 PtSetResource(menu->id, Pt_ARG_FLAGS, fields, in gui_mch_menu_grey()
H A DINSTALLvms.txt162 Description : Allow any white space to separate the fields in a
/vim-8.2.3635/runtime/doc/
H A Dtextprop.txt41 A text property has these fields:
128 {props} is a dictionary with these fields:
142 All fields except "type" are optional.
169 {props} is a dictionary with these fields:
175 All fields except "type" are optional.
268 {props} is a dictionary with these fields:
288 {props} is a dictionary with these optional fields:
333 dictionary with the same fields as was given to
H A Dtagsrch.txt563 fields at the end of each line. It is backwards compatible with Vi. It is
582 with Vi, it ignores the following fields. Example:
590 {field} .. A list of optional fields. Each field has the form:
924 The following fields are optional:
H A Dspell.txt910 These fields are put in the .spl file as-is. The |:spellinfo| command can be
1022 The first line is a header and has four fields:
1034 For PFX the fields are exactly the same.
1055 fields for words with different endings.
1070 For PFX the fields are the same, but the {strip}, {add} and {condition} apply
/vim-8.2.3635/runtime/ftplugin/
H A Dchangelog.vim109 let fields = split(a:line, ':', 1)
110 if len(fields) < a:field
113 return fields[a:field - 1]
/vim-8.2.3635/runtime/syntax/
H A Dvgrindefs.vim16 " The fields that vgrind recognizes
H A Ddebcontrol.vim92 " Handle all fields from deb-src-control(5)
111 " Catch-all for the other legal fields
H A Dsnnsres.vim16 " the accepted fields in the header
H A Dredif.vim18 " Structure: Some fields determine what fields can come next. For example:
23 " Those fields span a syntax region over several lines so that these regions
37 " Defines the 9 possible multi-lines regions of Template-Type and the fields
49 " All fields are foldable (These come before clusters, so they have lower
87 " fields containers)
91 " Their foldable fields containers
95 " All the possible fields
929 " For deprecated fields:
933 " fields can follow. Thus sync must search backwards for it.
962 " whitespace between fields and arguments (which is already very unlikely)
H A Dsnnspat.vim27 " the accepted fields in the header
H A Dhex.vim58 " special data fields
H A Dptcap.vim31 " `:' and `|' are delimiters for fields and names, and should not be
H A Dmplayerconf.vim88 \ http-header-fields idle ignore-start
H A Dpo.vim56 " Translations (also includes header fields as they appear in a translation msgstr)
H A Dmysql.vim25 syn keyword mysqlKeyword fields file first flush for foreign from full function
H A Dprogress.vim136 syn keyword ProgressOperator add-columns-from add-events-proc[edure] add-fields-from add-first add-…
220 … num-child-relations num-children num-col[umns] num-copies num-dropped-files num-fields num-formats
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim419 \ , "-fwarn-missing-fields"
420 \ , "-fno-warn-missing-fields"
490 \ , "-funbox-strict-fields"
491 \ , "-fno-unbox-strict-fields"
765 \ , "-Wmissing-fields"
766 \ , "-Wno-missing-fields"
801 \ , "-Wpartial-fields"
802 \ , "-Wno-partial-fields"
968 \ , "-funbox-small-strict-fields"
970 \ , "-funbox-strict-fields"
[all …]
/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c603 static int resize(int new_rows, int new_cols, VTermStateFields *fields, void *user) in resize() argument
619 resize_buffer(screen, 0, new_rows, new_cols, !altscreen_active, fields); in resize()
621 resize_buffer(screen, 1, new_rows, new_cols, altscreen_active, fields); in resize()
H A Dstate.c1772 VTermStateFields fields; in on_resize() local
1836 fields.pos = state->pos; in on_resize()
1839 (*state->callbacks->resize)(rows, cols, &fields, state->cbdata); in on_resize()
1841 state->pos = fields.pos; in on_resize()
/vim-8.2.3635/src/testdir/
H A Dtest_taglist.vim164 " Test for duplicate fields in a tag in a tags file
H A Dtest_viminfo.vim597 call add(lines, '|2') " invalid number of fields in a history barline
603 call add(lines, '|3') " invalid number of fields in a register barline
611 call add(lines, '|4') " invalid number of fields in a mark barline
H A Dtest_recover.vim208 " Not all fields are written in a system-independent manner. Detect whether
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h400 int (*resize)(int rows, int cols, VTermStateFields *fields, void *user);

12