Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
HDsh.set.c90 PRCH = *pn++; in update_vars()
91 if (PRCH) in update_vars()
94 PRCHROOT = PRCH; in update_vars()
774 PRCH = tcsh ? '>' : '%'; in unset()
HDtc.prompt.c223 Scp = (grp < gcnt) ? PRCHROOT : PRCH; in tprintf()
226 Scp = (uid == 0 || euid == 0) ? PRCHROOT : PRCH; in tprintf()
HDsh.h1091 EXTERN Char PRCH; /* Prompt symbol for regular users */ variable
HDsh.c352 PRCH = tcsh ? '>' : '%'; /* to replace %# in $prompt for normal users */ in main()