Home
last modified time | relevance | path

Searched refs:Sexit (Results 1 – 10 of 10) sorted by relevance

/dports/java/icedtea-web/icedtea-web-1.6.2/tests/reproducers/simple/CountingApplet1/testcases/
H A DParallelAppletsTest.java153 private static final String Sexit = "System.exit()"; field in ParallelAppletsTest
167 …Assert.assertTrue("Applets cant call " + Sexit, pr.stderr.matches("(?s).*" + ACE + ".*" + Sexit + … in checkExitNotAllowed()
/dports/sysutils/heirloom/heirloom-070715/more/
H A Dmore.c434 if (Senter && Sexit) in main()
441 if (Senter && Sexit) in main()
442 tputs(Sexit, 1, putch); in main()
793 if (Senter && Sexit) { in prompt()
809 if (Senter && Sexit) in prompt()
810 tputs (Sexit, 1, putch); in prompt()
1282 if (Senter && Sexit) { in command()
1285 tputs (Sexit, 1, putch); in command()
1642 Sexit = tgetstr("se", &clearptr); in initterm()
1929 if (Senter && Sexit) { in error()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/text-utils/
H A Dmore.c173 char *Senter, *Sexit; /* enter and exit standout mode */ variable
800 if (Senter && Sexit) { in prompt()
818 if (Senter && Sexit) in prompt()
819 my_putstring(Sexit); in prompt()
1442 if (Senter && Sexit) { in command()
1448 my_putstring(Sexit); in command()
1832 Sexit = my_tgetstr(TERM_EXIT_STANDARD_MODE); in initterm()
1853 || (ULexit = Sexit) == NULL) { in initterm()
2112 if (Senter && Sexit) { in more_error()
2115 my_putstring(Sexit); in more_error()
/dports/devel/util-linux/util-linux-2.36/misc-utils/
H A Dcal.c84 static const char *Senter = "", *Sexit = ""; /* enter and exit standout mode */ variable
349 Sexit = my_tgetstr("rmso"); in main()
574 if (*Senter && *Sexit && colors_mode() != UL_COLORMODE_NEVER) { in main()
579 Senter = ""; Sexit = ""; in main()
880 Sexit); in cal_output_months()
899 i->days[d], Sexit); in cal_output_months()
946 m->days[d], Sexit); in cal_vert_output_months()
979 m->weeks[week], Sexit); in cal_vert_output_months()
/dports/sysutils/linrename/util-linux-2.25.2/misc-utils/
H A Dcal.c142 static const char *Senter="", *Sexit="";/* enter and exit standout mode */ variable
300 Sexit = my_tgetstr("se","rmso"); in main()
660 Sexit); in cal_output_months()
678 i->days[d], Sexit); in cal_output_months()
/dports/math/aribas/aribas-1.64/src/
H A Dcontrol.c63 PUBLIC truc Sexit _((void));
149 temp = newintsym("exit",sSBINARY, (wtruc)Sexit); in inicont()
994 PUBLIC truc Sexit() in Sexit() function
H A Dmainloop.c687 return(Sexit()); in Fsystem()
H A Dfile.c185 return(Sexit());
H A Dcommon.h1131 extern truc Sexit _((void));
/dports/devel/util-linux/util-linux-2.36/Documentation/releases/
H A Dv2.34-ReleaseNotes120 - fix Sexit and Senter [Karel Zak]