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

/freebsd-10-stable/contrib/top/
H A Dscreen.c54 int overstrike; variable
177 /* terminals that overstrike need special attention */
178 overstrike = tgetflag("os");
184 if (!overstrike)
468 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.c53 extern int overstrike;
1028 if (!overstrike)
1092 if (overstrike)
1142 msglen += overstrike ? maxcnt : cnt;
H A Dtop.c73 extern int overstrike;
710 if (overstrike)
829 if (overstrike && change > CMD_OSLIMIT)
/freebsd-10-stable/contrib/less/
H A Dline.c41 static int overstrike; /* Next char should overstrike previous char */ variable
166 overstrike = 0;
936 overstrike = backc();
941 if (overstrike > 0)
950 overstrike = utf_mode ? -1 : 0;
967 * Use the previous overstrike to resolve it.
989 } else if (overstrike < 0)
993 /* Continuation of the same overstrike. */
996 overstrike
[all...]
/freebsd-10-stable/usr.bin/ul/
H A Dul.c98 static void overstrike(void);
355 overstrike();
366 * For terminals that can overstrike, overstrike underlines and bolds.
370 overstrike(void) function
377 /* Set up overstrike buffer */
/freebsd-10-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-10-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)))
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.osf1r5227 over_strike os bool os - - YBCG- terminal can overstrike
H A DCaps.uwin227 over_strike os bool os - - YBCG- terminal can overstrike
H A DCaps227 over_strike os bool os - - YBCG- terminal can overstrike
H A DCaps.aix4227 over_strike os bool os - - YBCG- terminal can overstrike
H A DCaps.hpux11227 over_strike os bool os - - YBCG- terminal can overstrike
H A DCaps.keys229 over_strike os bool os - - YBCG- terminal can overstrike

Completed in 287 milliseconds