Home
last modified time | relevance | path

Searched refs:groupdepth (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dbuffer.c4128 int groupdepth; in build_stl_str_hl() local
4205 groupdepth = 0; in build_stl_str_hl()
4269 if (groupdepth > 0) in build_stl_str_hl()
4285 if (groupdepth < 1) in build_stl_str_hl()
4287 groupdepth--; in build_stl_str_hl()
4289 t = stl_items[stl_groupitem[groupdepth]].stl_start; in build_stl_str_hl()
4292 if (curitem > stl_groupitem[groupdepth] + 1 in build_stl_str_hl()
4298 for (n = stl_groupitem[groupdepth] - 1; n >= 0; n--) in build_stl_str_hl()
4307 for (n = stl_groupitem[groupdepth] + 1; n < curitem; n++) in build_stl_str_hl()
4367 n = stl_items[stl_groupitem[groupdepth]].stl_minwid; in build_stl_str_hl()
[all …]
H A Doptionstr.c580 int groupdepth = 0; in check_stl_option() local
599 if (--groupdepth < 0) in check_stl_option()
617 groupdepth++; in check_stl_option()
635 if (groupdepth != 0) in check_stl_option()