Searched refs:highlight (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/stand/lua/
H A Dmenu.lua44 name = "Back to main menu" .. color.highlight(" [Backspace]"),
124 return color.highlight("A").."ctive: " ..
136 return color.highlight("b") .. "ootfs: " ..
156 name = "Load System " .. color.highlight("D") ..
173 return OnOff(color.highlight("A") ..
183 return OnOff("Safe " .. color.highlight("M") ..
193 return OnOff(color.highlight("S") ..
203 return OnOff(color.highlight("V") ..
260 name = color.highlight("B") .. "oot Multi user " ..
261 color.highlight("[Ente
[all...]
H A Dcolor.lua110 function color.highlight(str)
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-data.h182 int highlight; member in struct:tui_data_element
233 int highlight; member in struct:tui_win_element
295 int highlight);
H A Dtui-regs.c192 win->which_element.data.highlight = FALSE;
282 data->highlight = FALSE;
505 was_hilighted = data->highlight;
508 data->item_no, &data->highlight);
510 if (data->highlight || was_hilighted)
529 if (data->highlight)
539 if (data->highlight)
H A Dtui-data.c90 tui_set_win_highlight (struct tui_win_info *win_info, int highlight) argument
93 win_info->is_highlighted = highlight;
483 element->highlight = FALSE;
509 element->which_element.data.highlight = FALSE;
/freebsd-11-stable/usr.bin/ncal/
H A Dncal.c172 static void highlight(char *dst, char *src, int len, int *extraletters);
216 char *flag_highlightdate = NULL; /* debug: date to highlight */
831 highlight(mlines->lines[i] + k,
935 highlight(mlines->lines[i] + k,
1109 highlight(char *dst, char *src, int len, int *extralen) function
1120 /* On how to highlight on this type of terminal (if any). */
1146 /* highlight on. */
1154 /* highlight off. */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp782 void DrawMenuTitle(Window &window, bool highlight);
904 void Menu::DrawMenuTitle(Window &window, bool highlight) { argument
919 if (highlight)
946 if (highlight)
1549 bool highlight = (selected_row_idx == static_cast<size_t>(m_row_idx)) && local
1552 if (highlight)
1557 if (highlight)
2100 // Keep the cursor on the selected row so the highlight and the cursor are
2283 bool highlight, bool last_child) {
2299 if (highlight)
2282 DisplayRowObject(Window &window, Row &row, DisplayOptions &options, bool highlight, bool last_child) argument
[all...]
/freebsd-11-stable/contrib/mdocml/
H A DMakefile569 highlight -I $< > $@

Completed in 119 milliseconds