Home
last modified time | relevance | path

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

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