Lines Matching refs:f
336 enum termfont f; in term_fontlast() local
338 f = p->fontl; in term_fontlast()
340 p->fontq[p->fonti] = f; in term_fontlast()
345 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl() argument
349 p->fontq[p->fonti] = f; in term_fontrepl()
354 term_fontpush(struct termp *p, enum termfont f) in term_fontpush() argument
363 p->fontq[p->fonti] = f; in term_fontpush()
554 enum termfont f; in encode1() local
564 f = p->fontq[p->fonti]; in encode1()
566 if (TERMFONT_UNDER == f || TERMFONT_BI == f) { in encode1()
570 if (TERMFONT_BOLD == f || TERMFONT_BI == f) { in encode1()