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

/freebsd-9.3-release/bin/sh/
H A Dparser.c70 #define PROMPTLEN 128 macro
1943 static char ps[PROMPTLEN];
1982 gethostname(&ps[i], PROMPTLEN - i);
2003 PROMPTLEN - i);
2005 strlcpy(&ps[i], pwd, PROMPTLEN - i);

Completed in 50 milliseconds