Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.const.c477 Char STRSYSTYPE[] = { 'S', 'Y', 'S', 'T', 'Y', 'P', 'E', '\0' }; variable
H A Dtc.os.c1506 if (!(p = tgetenv(STRSYSTYPE))) in dover()
1512 tsetenv(STRSYSTYPE, getv(*v) ? STRbsd43 : STRsys53); in dover()
H A Dsh.sem.c586 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in execute()
H A Dsh.func.c1366 if (eq(vp, STRSYSTYPE)) { in dosetenv()
1588 else if (eq(name, STRSYSTYPE)) in dounsetenv()
H A Dsh.c703 tsetenv(STRSYSTYPE, quote(str2short(tcp))); in main()
H A Dsh.proc.c1890 tsetenv(STRSYSTYPE, t->t_systype ? STRbsd43 : STRsys53); in pfork()