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

/freebsd-10.2-release/contrib/tcsh/
H A Dsh.proc.c693 static size_t cmdmax; variable
705 cmdmax += s;
706 ncmdstr = xrealloc(cmdstr, cmdmax * sizeof(*cmdstr));
718 if (cmdmax == 0)
750 if (cmdmax == 0)
896 if (len >= cmdmax)

Completed in 53 milliseconds