Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_stringlist.c38 #define _SL_CHUNKSIZE 20 macro
53 sl->sl_max = _SL_CHUNKSIZE; in sl_init()
72 new = reallocarray(sl->sl_str, (sl->sl_max + _SL_CHUNKSIZE), in sl_add()
76 sl->sl_max += _SL_CHUNKSIZE; in sl_add()
/illumos-gate/usr/src/cmd/man/
H A Dstringlist.c40 #define _SL_CHUNKSIZE 20 macro
51 sl->sl_max = _SL_CHUNKSIZE; in sl_init()
64 sl->sl_max += _SL_CHUNKSIZE; in sl_add()