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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h42 tchar *p_command; /* first PMAXLEN chars of command */
69 #define PMAXLEN 80 macro
H A Dsh.proc.c402 tchar command[PMAXLEN+4];
542 if (cmdlen >= PMAXLEN)
544 if (cmdlen + i >= PMAXLEN) {
546 cmdlen = PMAXLEN;

Completed in 56 milliseconds