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

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dmtsm.cpp443 void mtsm::flush(FILE *fp, statem *s, string tag_list) argument
471 if (tag_list != string("")) {
472 string t = tag_list + '\0';
H A Dnode.cpp769 string tag_list; member in class:troff_output_file
903 state.flush(fp, n->state, tag_list);
904 tag_list = string("");
1320 if (tag_list == string(""))
1321 tag_list = s;
1323 tag_list += string("\n");
1324 tag_list += s;

Completed in 131 milliseconds