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

/freebsd-11-stable/contrib/top/
H A Dscreen.c56 int overstrike; variable
179 /* terminals that overstrike need special attention */
180 overstrike = tgetflag("os");
186 if (!overstrike)
463 if (smart_terminal && !overstrike && len > 0)
H A Dcommands.c43 extern int overstrike;
69 /* not all commands are availalbe with overstrike terminals */
70 if (overstrike)
H A Ddisplay.c55 extern int overstrike;
1075 if (!overstrike)
1139 if (overstrike)
1189 msglen += overstrike ? maxcnt : cnt;
H A Dtop.c74 extern int overstrike;
822 if (overstrike)
942 if (overstrike && change > CMD_OSLIMIT)
/freebsd-11-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-11-stable/usr.bin/ul/
H A Dul.c98 static void overstrike(void);
351 overstrike();
362 * For terminals that can overstrike, overstrike underlines and bolds.
366 overstrike(void) function
373 /* Set up overstrike buffer */
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.h489 void overstrike(node *); // add another node to be overstruck
H A Dnode.cpp3045 on->overstrike(tem->copy());
3049 void overstrike_node::overstrike(node *n) function in class:overstrike_node
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2065 int overstrike (int index, const char *name, const environment *env, int w);
4314 * overstrike - returns TRUE if the glyph (i, name) is going to overstrike
4320 int html_printer::overstrike(int idx, const char *name, const environment *env, int w) function in class:html_printer
4334 /* first time we have detected an overstrike in the sbuf */
4364 && (sbuf_continuation(i, name, env, w) || overstrike(i, name, env, w)))

Completed in 96 milliseconds