Home
last modified time | relevance | path

Searched refs:STRSYSTYPE (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/tcsh/
HDtc.const.c473 Char STRSYSTYPE[] = { 'S', 'Y', 'S', 'T', 'Y', 'P', 'E', '\0' }; variable
HDtc.os.c1510 if (!(p = tgetenv(STRSYSTYPE))) in dover()
1516 tsetenv(STRSYSTYPE, getv(*v) ? STRbsd43 : STRsys53); in dover()
HDsh.sem.c573 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in execute()
HDsh.func.c1402 if (eq(vp, STRSYSTYPE)) { in dosetenv()
1620 else if (eq(name, STRSYSTYPE)) in dounsetenv()
HDsh.c692 tsetenv(STRSYSTYPE, quote(str2short(tcp))); in main()
HDsh.proc.c1845 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in pfork()