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

/ast/src/cmd/html/
H A Dtroff2html.c4802 tag(Sfio_t* op, int index, register int flags, int att, char* att_str, int att_num) argument
4865 if (att && ((att & ATT_NUMBER) || att_str))
4884 sfprintf(op, "\"%s%s\"", att == ATT_lref ? "#" : "", att_str);

Completed in 22 milliseconds