Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDsh.set.c87 PRCH = *pn++; in update_vars()
88 if (PRCH) in update_vars()
91 PRCHROOT = PRCH; in update_vars()
762 PRCH = tcsh ? '>' : '%'; in unset()
HDtc.prompt.c216 Scp = (uid == 0 || euid == 0) ? PRCHROOT : PRCH; in tprintf()
HDsh.h1074 EXTERN Char PRCH; /* Prompt symbol for regular users */ variable
HDsh.c349 PRCH = tcsh ? '>' : '%'; /* to replace %# in $prompt for normal users */ in main()