Home
last modified time | relevance | path

Searched refs:PRCH (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.set.c91 PRCH = *pn++; in update_vars()
92 if (PRCH) in update_vars()
95 PRCHROOT = PRCH; in update_vars()
772 PRCH = tcsh ? '>' : '%'; in unset()
H A Dtc.prompt.c223 Scp = (grp < gcnt) ? PRCHROOT : PRCH; in tprintf()
226 Scp = (uid == 0 || euid == 0) ? PRCHROOT : PRCH; in tprintf()
H A Dsh.h1086 EXTERN Char PRCH; /* Prompt symbol for regular users */ variable
H A Dsh.c352 PRCH = tcsh ? '>' : '%'; /* to replace %# in $prompt for normal users */ in main()