OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_s_out
(Results
1 - 2
of
2
) sorted by relevancy
/src/distrib/utils/more/
screen.c
100
*
sc_s_out
, /* Exit standout mode */
variable
356
sc_s_out
= tgetstr("se", &sp);
357
if (hard ||
sc_s_out
== NULL)
358
sc_s_out
= "";
366
sc_u_out =
sc_s_out
;
372
sc_b_out =
sc_s_out
;
548
tputs(
sc_s_out
, 1, putchr);
/src/external/bsd/less/dist/
screen.c
214
*
sc_s_out
, /* Exit standout mode */
variable
1376
tmodes("so", "se", &sc_s_in, &
sc_s_out
, "", "", &sp);
1377
tmodes("us", "ue", &sc_u_in, &sc_u_out, sc_s_in,
sc_s_out
, &sp);
1378
tmodes("md", "me", &sc_b_in, &sc_b_out, sc_s_in,
sc_s_out
, &sp);
1379
tmodes("mb", "me", &sc_bl_in, &sc_bl_out, sc_s_in,
sc_s_out
, &sp);
2724
tput_outmode(
sc_s_out
, AT_STANDOUT, putchr);
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026