Searched refs:hl_groups (Results 1 – 9 of 9) sorted by relevance
/dports/devel/cgdb/cgdb-0.8.0/cgdb/ |
H A D | highlight_groups.cpp | 43 struct hl_groups { struct 311 if (hl_groups && !hl_ansi_color_support(hl_groups)) in hl_get_ansicolor_pair() 451 if (!hl_groups) in hl_groups_setup() 486 hl_groups_ptr hl_groups; in hl_groups_initialize() local 488 hl_groups = (hl_groups_ptr) cgdb_malloc(sizeof (struct hl_groups)); in hl_groups_initialize() 503 hl_groups = NULL; in hl_groups_initialize() 506 return hl_groups; in hl_groups_initialize() 511 if (hl_groups) { in hl_groups_shutdown() 512 free(hl_groups); in hl_groups_shutdown() 513 hl_groups = NULL; in hl_groups_shutdown() [all …]
|
H A D | highlight_groups.h | 88 struct hl_groups; 89 typedef struct hl_groups *hl_groups_ptr; 120 int hl_groups_shutdown(hl_groups_ptr hl_groups); 153 int hl_groups_get_attr(hl_groups_ptr hl_groups, enum hl_group_kind kind); 164 int hl_groups_parse_config(hl_groups_ptr hl_groups); 172 bool hl_ansi_color_support(hl_groups *h); 190 int hl_ansi_get_color_attrs(hl_groups_ptr hl_groups,
|
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/renderers/ |
H A D | vim.py | 42 self.hl_groups = {} 124 self.hl_groups.clear() 145 if not (fg, bg, attrs) in self.hl_groups: 176 self.hl_groups[(fg, bg, attrs)] = hl_group 185 return '%#' + self.hl_groups[(fg, bg, attrs)]['name'] + '#'
|
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/lint/ |
H A D | checks.py | 381 hl_groups = [] 397 if hl_groups is None: 411 hl_groups.append(( 422 if hl_groups: 435 hl_groups = None 454 if hl_groups: 457 for line, mark_args, pointer in hl_groups: 500 elif hl_groups is not None: 619 havemarks(hl_groups) 626 problem_mark=hl_groups.mark [all …]
|
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/segments/common/ |
H A D | net.py | 267 hl_groups = ['network_load_' + key, 'network_load'] 269 hl_groups[:0] = (group + '_gradient' for group in hl_groups) 273 'highlight_groups': hl_groups,
|
/dports/editors/neovim/neovim-0.6.1/runtime/lua/ |
H A D | man.lua | 11 local hl_groups = {[BOLD]="manBold", [UNDERLINE]="manUnderline", [ITALIC]="manItalic"} 53 for a, _ in pairs(hl_groups) do 143 hl_groups[hl.attr],
|
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/ |
H A D | segment.py | 144 hl_groups = lambda hlgs: hlgs function 146 hl_groups = lambda hlgs: [highlight_group_prefix + ':' + hlg for hlg in hlgs] + hlgs 149 hl_groups(segment['highlight_groups']), 155 hl_groups([segment['divider_highlight_group']]),
|
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/ |
H A D | screen.lua | 171 hl_groups = {}, 323 reset=true, timeout=true, request_cb=true, hl_groups=true} 452 if expected.hl_groups ~= nil then 453 for name, id in pairs(expected.hl_groups) do 455 local actual_hl = self._attr_table[self.hl_groups[name]][(self._options.rgb and 1) or 2] 884 self.hl_groups[name] = id
|
H A D | highlight_spec.lua | 323 ]], hl_groups={EndOfBuffer=1, MsgSeparator=2}} 331 ]], hl_groups={EndOfBuffer=3, MsgSeparator=2}} 339 ]], hl_groups={EndOfBuffer=1, MsgSeparator=2}}
|