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

/ast/src/cmd/html/
H A Dtroff2html.h51 #define TAG_PASS (1<<3) macro
H A Dtroff2html.c966 mp->flags |= TAG_PASS;
2631 mp->flags |= TAG_PASS;
4432 if (tp->flags & TAG_PASS)
4484 ".ad", troff_ad, TAG_PASS, 0,0,0,0,
4489 ".am", troff_de, TAG_PASS, 0,0,0,0,
4490 ".as", troff_ds, TAG_PASS, 0,0,0,0,
4511 ".da", troff_di, TAG_PASS, 0,0,0,0,
4512 ".de", troff_de, TAG_PASS, 0,0,0,0,
4513 ".di", troff_di, TAG_PASS, 0,0,0,0,
4515 ".ds", troff_ds, TAG_PASS,
[all...]

Completed in 35 milliseconds