HomeSort by: relevance | last modified time | path
    Searched refs:which_font (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
charproc.c 13469 int which_font = ((xw->flags & BOLD) ? fBold : fNorm); local
13474 which_font = ((xw->flags & BOLD) ? fWBold : fWide);
13481 getter(screen, which_font));
13528 getter(screen, which_font));
13560 int which_font = fNorm; local
13637 which_font = ((attr_flags & BOLD) ? fBold : fNorm);
13643 which_font = ((attr_flags & BOLD) ? fWBold : fWide);
13647 which_Cgs = reverseCgs(xw, attr_flags, in_selection, which_font);
13651 getter(screen, which_font));
13702 getter(screen, which_font));
    [all...]

Completed in 92 milliseconds