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

/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c64 "[b:highlight?Highlight matches using the ansi terminal bold sequence.]"
303 highlight(Sfio_t* sp, const char* s, int n, int so, int eo) function
338 highlight(sfstdout, s, len + 1, state->pos[0].rm_so, state->pos[0].rm_eo);
406 highlight(sfstdout, s, len + 1, state->pos[0].rm_so, state->pos[0].rm_eo);
426 highlight(sfstdout, s, len + 1, state->pos[0].rm_so, state->pos[0].rm_eo);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c104 print_entry (int y, int highlight, char *entry) argument
111 if (highlight && current_term->setcolorstate)
H A Dbuiltins.c614 char *highlight;
694 highlight = skip_to (0, arg);
702 if (! *highlight)
707 new_highlight_color = color_number (highlight);
709 && ! safe_parse_maxint (&highlight, &new_highlight_color))
726 " lines in the menu, and the color HIGHLIGHT is used to highlight the"
608 char *highlight; local

Completed in 85 milliseconds