Searched refs:groff (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/html/
H A Dtroff2html.h190 int groff; /* groff extensions */ member in struct:State_s
191 int groff_init; /* groff extensions init */
H A Dtroff2html.c27 * NOTE: not handled in state.groff mode
35 "[+NAME?troff2html - convert troff/groff input to html]"
62 " [+../share/groff/tmac/tmac.package?for all directories on \b$PATH\b]"
63 " [+../groff/share/groff/tmac/tmac.package?for all directories on \b$PATH\b]"
219 #define GROFFINIT() do{if(!state.groff_init)state.groff|=state.groff_init=1;}while(0)
342 n = (state.groff && isalpha(*(s + 1)) && *(s + 2) == ';') ?
536 if (state.groff && *s == '?')
548 if (state.groff && *s == '?')
648 v = state.groff !
[all...]

Completed in 15 milliseconds