Lines Matching defs:f
502 enum termfont f;
504 f = p->fontl;
506 p->fontq[p->fonti] = f;
509 /* Set font, save current, discard previous; for \f, .ft, and man(7). */
511 term_fontrepl(struct termp *p, enum termfont f)
514 if (p->fontibi && f == TERMFONT_UNDER)
515 f = TERMFONT_BI;
516 p->fontq[p->fonti] = f;
521 term_fontpush(struct termp *p, enum termfont f)
532 term_fontrepl(p, f);
862 enum termfont f;
872 f = (c == ASCII_HYPH || c > 127 || isgraph(c)) ?
883 if (f == TERMFONT_UNDER || f == TERMFONT_BI) {
887 if (f == TERMFONT_BOLD || f == TERMFONT_BI) {