Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.proc.c721 static size_t cmdmax; variable
733 cmdmax += s; in morecommand()
734 ncmdstr = xrealloc(cmdstr, cmdmax * sizeof(*cmdstr)); in morecommand()
746 if (cmdmax == 0) in unparse()
778 if (cmdmax == 0) in palloc()
924 if (len >= cmdmax) in pads()