Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDtc.str.c41 #define MALLOC_INCR 128 macro
221 dstsize = MALLOC_INCR; in short2str()
233 dstsize += MALLOC_INCR; in short2str()
236 dst = &edst[-MALLOC_INCR]; in short2str()
531 dstsize = MALLOC_INCR; in short2qstr()
540 dstsize += MALLOC_INCR; in short2qstr()
544 dst = &edst[-MALLOC_INCR]; in short2qstr()
551 dstsize += MALLOC_INCR; in short2qstr()
554 dst = &edst[-MALLOC_INCR + i]; in short2qstr()