Searched refs:overstrike (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/usr.bin/top/
H A Dtop.h35 extern int overstrike;
H A Dscreen.c36 int overstrike; variable
135 /* terminals that overstrike need special attention */
136 overstrike = tgetflag("os");
142 if (!overstrike)
301 if (smart_terminal && !overstrike && len > 0)
H A Dcommands.c97 if (overstrike && !curcmd->available_to_dumb) {
119 if (overstrike)
H A Ddisplay.c998 if (!overstrike)
1063 if (overstrike)
1113 msglen += overstrike ? maxcnt : cnt;
H A Dtop.c694 if (overstrike)
812 if (overstrike && !cptr->available_to_dumb)
/freebsd-13-stable/contrib/less/
H A Dline.c54 static int overstrike; /* Next char should overstrike previous char */ variable
220 overstrike = 0;
996 overstrike = backc();
1017 if (overstrike > 0)
1027 overstrike = utf_mode ? -1 : 0;
1044 * Use the previous overstrike to resolve it.
1066 } else if (overstrike < 0)
1070 /* Continuation of the same overstrike. */
1073 overstrike
[all...]
/freebsd-13-stable/usr.bin/ul/
H A Dul.c100 static void overstrike(void);
353 overstrike();
364 * For terminals that can overstrike, overstrike underlines and bolds.
368 overstrike(void) function
375 /* Set up overstrike buffer */

Completed in 66 milliseconds