Searched refs:STRSYSTYPE (Results 1 – 6 of 6) sorted by relevance
| /trueos/contrib/tcsh/ |
| HD | tc.const.c | 473 Char STRSYSTYPE[] = { 'S', 'Y', 'S', 'T', 'Y', 'P', 'E', '\0' }; variable
|
| HD | tc.os.c | 1510 if (!(p = tgetenv(STRSYSTYPE))) in dover() 1516 tsetenv(STRSYSTYPE, getv(*v) ? STRbsd43 : STRsys53); in dover()
|
| HD | sh.sem.c | 573 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in execute()
|
| HD | sh.func.c | 1402 if (eq(vp, STRSYSTYPE)) { in dosetenv() 1620 else if (eq(name, STRSYSTYPE)) in dounsetenv()
|
| HD | sh.c | 692 tsetenv(STRSYSTYPE, quote(str2short(tcp))); in main()
|
| HD | sh.proc.c | 1845 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in pfork()
|