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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c717 static size_t cmdmax; variable
729 cmdmax += s;
730 ncmdstr = xrealloc(cmdstr, cmdmax * sizeof(*cmdstr));
742 if (cmdmax == 0)
774 if (cmdmax == 0)
920 if (len >= cmdmax)

Completed in 124 milliseconds