Lines Matching refs:post

37 	struct tag	*post, *row, *cell, *t;  in eqn_box()  local
47 post = NULL; in eqn_box()
69 post = print_otag(p, TAG_MTABLE, ""); in eqn_box()
98 post = print_otag(p, TAG_MOVER, ""); in eqn_box()
101 post = print_otag(p, TAG_MSUP, ""); in eqn_box()
104 post = print_otag(p, TAG_MUNDER, ""); in eqn_box()
107 post = print_otag(p, TAG_MSUB, ""); in eqn_box()
110 post = print_otag(p, TAG_MFRAC, ""); in eqn_box()
113 post = print_otag(p, TAG_MUNDEROVER, ""); in eqn_box()
116 post = print_otag(p, TAG_MSUBSUP, ""); in eqn_box()
119 post = print_otag(p, TAG_MSQRT, ""); in eqn_box()
126 assert(NULL == post); in eqn_box()
128 post = print_otag(p, TAG_MOVER, ""); in eqn_box()
130 post = print_otag(p, TAG_MUNDEROVER, ""); in eqn_box()
132 post = print_otag(p, TAG_MUNDER, ""); in eqn_box()
136 assert(NULL == post); in eqn_box()
140 post = print_otag(p, TAG_MTABLE, ""); in eqn_box()
143 assert(NULL == post); in eqn_box()
144 post = print_otag(p, TAG_MTR, ""); in eqn_box()
149 assert(post == NULL); in eqn_box()
184 post = print_otag(p, tag, ""); in eqn_box()
187 post = print_otag(p, tag, "?", "fontstyle", "normal"); in eqn_box()
191 post = print_otag(p, tag, "?", "fontweight", "bold"); in eqn_box()
194 post = print_otag(p, tag, "?", "fontstyle", "italic"); in eqn_box()
200 } else if (NULL == post) { in eqn_box()
202 post = print_otag(p, TAG_MFENCED, "??", in eqn_box()
205 if (NULL == post) in eqn_box()
206 post = print_otag(p, TAG_MROW, ""); in eqn_box()
225 if (NULL != post) in eqn_box()
226 print_tagq(p, post); in eqn_box()