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

/freebsd-9.3-release/contrib/top/
H A Dscreen.c55 int overstrike; variable
178 /* terminals that overstrike need special attention */
179 overstrike = tgetflag("os");
185 if (!overstrike)
462 if (smart_terminal && !overstrike && len > 0)
H A Dcommands.c38 extern int overstrike;
61 /* not all commands are availalbe with overstrike terminals */
62 if (overstrike)
H A Ddisplay.c50 extern int overstrike;
1003 if (!overstrike)
1065 if (overstrike)
1115 msglen += overstrike ? maxcnt : cnt;
H A Dtop.c68 extern int overstrike;
722 if (overstrike)
841 if (overstrike && change > CMD_OSLIMIT)
/freebsd-9.3-release/contrib/less/
H A Dline.c35 static int overstrike; /* Next char should overstrike previous char */ variable
156 overstrike = 0;
874 overstrike = backc();
879 if (overstrike > 0)
888 overstrike = utf_mode ? -1 : 0;
899 * Use the previous overstrike to resolve it.
921 } else if (overstrike < 0)
925 /* Continuation of the same overstrike. */
928 overstrike
[all...]
/freebsd-9.3-release/usr.bin/ul/
H A Dul.c96 void overstrike(void);
330 overstrike();
341 * For terminals that can overstrike, overstrike underlines and bolds.
345 overstrike(void) function
352 /* Set up overstrike buffer */
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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 130 milliseconds