Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dmandocdb.c166 static int render_string(char **, size_t *);
1805 mustfree = render_string(&cp, &sz); in putkeys()
1904 render_string(char **public, size_t *psz) in render_string() function
2086 mustfree = render_string(&cp, &i); in dbadd()
/freebsd-13.1/tools/lua/
H A Dtemplate.lua624 function template.render_string(view, context, cache_key) function