Lines Matching refs:ppos

245 lookup(struct roff_man *mdoc, int from, int line, int ppos, const char *p)  in lookup()  argument
258 mandoc_msg(MANDOCERR_MACRO_CALL, line, ppos, "%s", p); in lookup()
405 find_pending(struct roff_man *mdoc, enum roff_tok tok, int line, int ppos, in find_pending() argument
426 line, ppos, "%s breaks %s", in find_pending()
428 mdoc_endbody_alloc(mdoc, line, ppos, in find_pending()
520 ntok = buf[ppos] == '"' || parsed == 0 || in macro_or_word()
522 lookup(mdoc, tok, line, ppos, p); in macro_or_word()
525 dword(mdoc, line, ppos, p, DELIM_MAX, tok == TOKEN_NONE || in macro_or_word()
532 (*mdoc_macro(ntok)->fp)(mdoc, ntok, line, ppos, pos, buf); in macro_or_word()
638 line, ppos, "%s breaks %s", in blk_exp_close()
641 endbody = mdoc_endbody_alloc(mdoc, line, ppos, in blk_exp_close()
680 mandoc_msg(MANDOCERR_BLK_NOTOPEN, line, ppos, in blk_exp_close()
687 roff_elem_alloc(mdoc, line, ppos, ROFF_br); in blk_exp_close()
693 mdoc_tail_alloc(mdoc, line, ppos, atok); in blk_exp_close()
698 mandoc_msg(MANDOCERR_ARG_SKIP, line, ppos, in blk_exp_close()
758 pending = find_pending(mdoc, ntok, line, ppos, target); in blk_exp_close()
846 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
851 line, ppos, "%s", roff_name[tok]); in in_line()
877 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
894 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
938 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
943 line, ppos, "%s", roff_name[tok]); in in_line()
969 line, ppos, "%s", roff_name[tok]); in blk_full()
990 line, ppos, "It breaks %s", in blk_full()
1002 line, ppos, in blk_full()
1028 mandoc_msg(MANDOCERR_BLK_BROKEN, line, ppos, in blk_full()
1043 line, ppos, "It %s", buf + *pos); in blk_full()
1044 roff_elem_alloc(mdoc, line, ppos, ROFF_br); in blk_full()
1070 blk = mdoc_block_alloc(mdoc, line, ppos, tok, arg); in blk_full()
1088 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full()
1090 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1124 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1125 roff_word_alloc(mdoc, line, ppos, "\\&"); in blk_full()
1163 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full()
1173 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1198 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_full()
1203 if (find_pending(mdoc, tok, line, ppos, head)) in blk_full()
1209 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_full()
1266 blk = mdoc_block_alloc(mdoc, line, ppos, tok, NULL); in blk_part_imp()
1267 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok)); in blk_part_imp()
1289 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1298 body = roff_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1300 if (find_pending(mdoc, tok, line, ppos, body)) in blk_part_imp()
1332 roff_block_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1350 head = roff_head_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1354 roff_body_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1372 rew_last(mdoc, roff_head_alloc(mdoc, line, ppos, tok)); in blk_part_exp()
1373 roff_body_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1434 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn()
1441 line, ppos, "Pf %s", in in_line_argn()
1469 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn()
1487 line, ppos, "%s", roff_name[tok]); in in_line_argn()
1517 line, ppos, "%s", roff_name[tok]); in in_line_eoln()
1522 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_eoln()
1559 in_line(mdoc, tok, line, ppos, pos, buf); in ctx_synopsis()
1561 blk_full(mdoc, tok, line, ppos, pos, buf); in ctx_synopsis()
1564 blk_part_imp(mdoc, tok, line, ppos, pos, buf); in ctx_synopsis()
1591 mandoc_msg(MANDOCERR_TA_STRAY, line, ppos, "Ta"); in phrase_ta()
1598 roff_body_alloc(mdoc, line, ppos, MDOC_It); in phrase_ta()