Searched refs:STRbsd43 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tc.const.c | 478 Char STRbsd43[] = { 'b', 's', 'd', '4', '.', '3', '\0' }; variable
|
H A D | tc.os.c | 1487 if (eq(v, STRbsd43)) 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()
|