Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/libs/libgroff/
HDtmpfile.cpp114 char *xtmptemplate(const char *postfix_long, const char *postfix_short) in xtmptemplate() argument
116 const char *postfix = use_short_postfix ? postfix_short : postfix_long; in xtmptemplate()
171 const char *postfix_long, const char *postfix_short, in xtmpfile() argument
174 char *templ = xtmptemplate(postfix_long, postfix_short); in xtmpfile()
/NextBSD/contrib/groff/src/include/
HDlib.h80 const char *postfix_long = 0, const char *postfix_short = 0,
82 char *xtmptemplate(const char *postfix_long, const char *postfix_short);