Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/man/
H A Dman.h31 #define LINE_ALLOC 4096 macro
H A Dmakewhatis.c163 if ((sbuf->content = (char *)malloc(LINE_ALLOC)) == NULL) in new_sbuf()
165 sbuf->last = sbuf->content + LINE_ALLOC - 1; in new_sbuf()