Lines Matching refs:termp____post
67 static void termp____post(DECL_ARGS);
165 { termp__a_pre, termp____post }, /* %A */
166 { termp_under_pre, termp____post }, /* %B */
167 { NULL, termp____post }, /* %D */
168 { termp_under_pre, termp____post }, /* %I */
169 { termp_under_pre, termp____post }, /* %J */
170 { NULL, termp____post }, /* %N */
171 { NULL, termp____post }, /* %O */
172 { NULL, termp____post }, /* %P */
173 { NULL, termp____post }, /* %R */
175 { NULL, termp____post }, /* %V */
237 { NULL, termp____post }, /* %C */
241 { NULL, termp____post }, /* %Q */
242 { NULL, termp____post }, /* %U */
1827 termp____post(DECL_ARGS) in termp____post() function
1939 termp____post(p, pair, meta, n); in termp__t_post()