Searched defs:highlight_map (Results 1 – 6 of 6) sorted by relevance
20 def highlight_map(*) method in Gitlab.EmptySearchResults
114 def highlight_map(scope) method in Gitlab.SearchResults
43 bool highlight_map = false, in drawit()
1515 const std::map<int, DrawColour> *highlight_map) { in getColour()3479 const std::map<int, DrawColour> *highlight_map) { in drawAtomLabel()
50 char * highlight_map; member245 char * highlight_map = (XW_HIGHLIGHT_MAP (xw)); in xterm_dump_contents() local
147 highlight_map = {'remove': ('removed_highlight', 'removed'), 'add': ('added_highlight', 'added')} variable