Searched defs:bold (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/re/
H A Dgrep.c65 "[b:highlight?Highlight matches using the ansi terminal bold sequence.]"
313 static const char bold[] = {CC_esc,'[','1','m'}; local
317 sfwrite(sp, bold, sizeof(bold));
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c72 "[b:highlight?Highlight matches using the ansi terminal bold sequence.]"
420 static const char bold[] = {CC_esc,'[','1','m'}; local
424 sfwrite(sp, bold, sizeof(bold));

Completed in 14 milliseconds