Home
last modified time | relevance | path

Searched refs:tc_SO (Results 1 – 7 of 7) sorted by relevance

/dports/editors/vile/vile-9.8v/
H A Dtcap.c23 static char *tc_CM, *tc_CE, *tc_CL, *tc_ME, *tc_MR, *tc_SO, *tc_SE; variable
178 ,{ CAPNAME("so","smso"), &tc_SO } /* start standout-mode */ in tcap_open()
300 if ((tc_SO != 0) ^ (tc_SE != 0)) in tcap_open()
301 tc_SO = tc_SE = 0; in tcap_open()
315 if ((tc_SO != 0 && tc_SE != 0) || (tc_MR != 0 && tc_ME != 0)) in tcap_open()
481 else if (tc_SO != 0) in begin_reverse()
482 putpad(tc_SO); in begin_reverse()
490 } else if (tc_SO != 0) { in end_reverse()
779 { &tc_SO, &tc_SE, 1, VASEL|VAREV }, in tcap_attr()
H A Dvmsvt.c53 static char *tc_SO; /* begin standout (reverse) */ variable
271 { &tc_SO, &tc_SE, VASEL|VAREV }, in vmsvt_attr()
318 if (tc_SO != 0 && tc_SE != 0) { in vmsvt_attr()
320 vmsvt_puts(tc_SO); in vmsvt_attr()
350 vmsvt_puts(tc_SO); in tcaprev()
377 { SMG$K_BEGIN_REVERSE, &tc_SO }, in cache_capabilities()
528 revexist = (tc_SO != NULL && tc_SE != NULL); in vmsvt_open()
/dports/editors/xvile/vile-9.8v/
H A Dtcap.c23 static char *tc_CM, *tc_CE, *tc_CL, *tc_ME, *tc_MR, *tc_SO, *tc_SE; variable
178 ,{ CAPNAME("so","smso"), &tc_SO } /* start standout-mode */ in tcap_open()
300 if ((tc_SO != 0) ^ (tc_SE != 0)) in tcap_open()
301 tc_SO = tc_SE = 0; in tcap_open()
315 if ((tc_SO != 0 && tc_SE != 0) || (tc_MR != 0 && tc_ME != 0)) in tcap_open()
481 else if (tc_SO != 0) in begin_reverse()
482 putpad(tc_SO); in begin_reverse()
490 } else if (tc_SO != 0) { in end_reverse()
779 { &tc_SO, &tc_SE, 1, VASEL|VAREV }, in tcap_attr()
H A Dvmsvt.c53 static char *tc_SO; /* begin standout (reverse) */ variable
271 { &tc_SO, &tc_SE, VASEL|VAREV }, in vmsvt_attr()
318 if (tc_SO != 0 && tc_SE != 0) { in vmsvt_attr()
320 vmsvt_puts(tc_SO); in vmsvt_attr()
350 vmsvt_puts(tc_SO); in tcaprev()
377 { SMG$K_BEGIN_REVERSE, &tc_SO }, in cache_capabilities()
528 revexist = (tc_SO != NULL && tc_SE != NULL); in vmsvt_open()
/dports/news/trn4/trn-4.0-test77/
H A Dsadesc.c190 sprintf(s2,"Summary: %s%s",tc_SO,s);
221 sprintf(s2,"Keys: %s%s",tc_SO,s);
H A Dterm.h126 EXT char* tc_SO INIT(NULL); /* begin standout mode */
164 #define standout() tputs(tc_SO,1,putchr) FLUSH
H A Dterm.c195 tc_SO = "\033[7m";
234 tc_SO = Tgetstr("so"); /* begin standout */
247 tc_US = tc_SO; /* substitute standout mode */