Searched refs:Scp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.prompt.c192 Char Scp; local
216 Scp = (uid == 0 || euid == 0) ? PRCHROOT : PRCH;
217 if (Scp != '\0')
218 Strbuf_append1(&buf, attributes | Scp);
338 Scp = *cp;
339 if (Scp == 'c') /* store format type (c == .) */
340 Scp = '.';
345 if (Scp == '~' || Scp == '.' ) {
358 if (Scp
[all...]

Completed in 98 milliseconds