Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/stand/lua/
H A Dmenu.lua42 name = "Back to main menu" .. color.highlight(" [Backspace]"),
124 return color.highlight("A").."ctive: " ..
139 return color.highlight("b") .. "ootfs: " ..
159 name = "Load System " .. color.highlight("D") ..
176 return OnOff(color.highlight("A") ..
186 return OnOff("Safe " .. color.highlight("M") ..
196 return OnOff(color.highlight("S") ..
206 return OnOff(color.highlight("V") ..
278 return color.highlight("B") .. "oot " ..
280 color.highlight("[Enter]")
[all …]
H A Dcolor.lua108 function color.highlight(str) function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp169 highlight(); in beginModuleInfoLine()
227 highlight(); in trySymbol()
275 highlight(); in tryPC()
328 highlight(); in tryBackTrace()
391 highlight(); in tryData()
430 void MarkupFilter::highlight() { in highlight() function in MarkupFilter
470 highlight(); in printRawElement()
484 highlight(); in printValue()
/freebsd/usr.bin/ncal/
H A Dncal.c171 static void highlight(char *dst, char *src, int len, int *extraletters);
838 highlight(mlines->lines[i] + k, in mkmonthr()
945 highlight(mlines->lines[i] + k, in mkmonthb()
1119 highlight(char *dst, char *src, int len, int *extralen) in highlight() function
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Dgroup_input.subr73 # non-NULL, initially highlight $default group.
417 # $defaultitem is present and non-NULL, initially highlight the item in the
476 # $group argument. If $defaultitem is present and non-NULL, initially highlight
538 # If $defaultitem is present and non-NULL, initially highlight the item in the
H A Duser_input.subr106 # non-NULL, initially highlight $default user.
993 # user_uid. If $defaultitem is present and non-NULL, initially highlight the
1108 # NULL, initially highlight the item in the menu.
1230 # user_uid. If $defaultitem is present and non-NULL, initially highlight the
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h105 void highlight();
/freebsd/contrib/dialog/samples/
H A Dsourcemage.rc10 # Attribute - (foreground,background,highlight?)
H A Ddebian.rc11 # Attribute - (foreground,background,highlight?)
H A Dslackware.rc10 # Attribute - (foreground,background,highlight?)
H A Dsuse.rc10 # Attribute - (foreground,background,highlight?)
H A Dwhiptail.rc10 # Attribute - (foreground,background,highlight?)
/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md31 6. Release notes should highlight Zstd updates and any expected impact (e.g.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1552 bool highlight = is_selected && current_choice == m_choice; in DrawContent() local
1553 if (highlight) in DrawContent()
1557 if (highlight) in DrawContent()
1774 void DrawRemoveButton(Surface &surface, int highlight) { in DrawRemoveButton() argument
1776 if (highlight) in DrawRemoveButton()
1779 if (highlight) in DrawRemoveButton()
1812 bool highlight = in DrawNewButton() local
1814 if (highlight) in DrawNewButton()
1817 if (highlight) in DrawNewButton()
3899 void DrawMenuTitle(Window &window, bool highlight);
[all …]
H A DCoreProperties.td113 def HighlightSource: Property<"highlight-source", "Boolean">,
116 Desc<"If true, LLDB will highlight the displayed source code.">;
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t564 div.code-block-caption + div > div.highlight > pre {
580 div.literal-block-wrapper div.highlight {
/freebsd/contrib/ncurses/include/
H A DCaps.hpux11828 enter_horizontal_hl_mode ehhlm str Q1 - - ----- Enter horizontal highlight mode
829 enter_left_hl_mode elhlm str Q2 - - ----- Enter left highlight mode
830 enter_low_hl_mode elohlm str Q3 - - ----- Enter low highlight mode
831 enter_right_hl_mode erhlm str Q4 - - ----- Enter right highlight mode
832 enter_top_hl_mode ethlm str Q5 - - ----- Enter top highlight mode
833 enter_vertical_hl_mode evhlm str Q6 - - ----- Enter vertical highlight mode
835 exit_horizontal_hl_mode rmhhlm str Q8 - - ----K Exit horizontal highlight mode
836 exit_left_hl_mode rmlhlm str Q9 - - ----K Exit left highlight mode
837 exit_low_hl_mode rmlohlm str Qa - - ----K Exit low highlight mode
838 exit_right_hl_mode rmrhlm str Qb - - ----K Exit right highlight mode
[all …]
H A DCaps.osf1r5830 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
831 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
832 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
833 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
834 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
835 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
H A DCaps825 enter_horizontal_hl_mode ehhlm str Xh - - ----- Enter horizontal highlight mode
826 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
827 enter_low_hl_mode elohlm str Xo - - ----- Enter low highlight mode
828 enter_right_hl_mode erhlm str Xr - - ----- Enter right highlight mode
829 enter_top_hl_mode ethlm str Xt - - ----- Enter top highlight mode
830 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
/freebsd/contrib/bsddialog/
H A DCHANGELOG109 * add: blink, halfbright, highlight to --save-theme and --load-theme.
185 * add: escapes for conf.text.highlight \Zd, \Zk, \Zs, \ZD, \ZK, \ZS.
220 * rename: conf.text.highlight -> conf.text.escape.
/freebsd/contrib/ee/
H A Dee.msg67 56 "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight"
/freebsd/contrib/libcbor/
H A DCMakeLists.txt209 COMMAND genhtml coverage.info --highlight --legend --output-directory
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst101 …makedefine <https://cmake.org/cmake/help/v3.2/command/configure_file.html?highlight=cmakedefine>`_.
/freebsd/contrib/ncurses/
H A DANNOUNCE482 screen-update code will refrain from drawing a highlight if the
485 It will automatically shift highlight boundaries when doing so
486 would make it possible to draw the highlight without changing the
/freebsd/contrib/less/
H A DNEWS578 * Display -w highlight even if highlighted line is empty.
861 * Fix highlight bug when underlined/overstruck text matches at end of line.
886 * Fix highlight bug when searching for underlined/overstruck text.
1337 * New modifier for search commands: ^K means highlight the matches
1398 to -G. A new flag, -g, changes search highlighting to highlight

12