Searched refs:STRsys53 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tc.const.c | 479 Char STRsys53[] = { 's', 'y', 's', '5', '.', '3', '\0' }; variable
|
H A D | tc.os.c | 1489 else if (eq(v, STRsys53)) in getv() 1512 tsetenv(STRSYSTYPE, getv(*v) ? STRbsd43 : STRsys53); in dover()
|
H A D | sh.sem.c | 586 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in execute()
|
H A D | sh.proc.c | 1874 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in pfork()
|