Lines Matching refs:ppos
235 lookup(struct mdoc *mdoc, enum mdoct from, int line, int ppos, const char *p) in lookup() argument
246 mdoc->parse, line, ppos, p); in lookup()
457 p = buf + ppos; in macro_or_word()
462 ntok = lookup(mdoc, tok, line, ppos, p); in macro_or_word()
465 dword(mdoc, line, ppos, p, DELIM_MAX, tok == MDOC_MAX || in macro_or_word()
471 mdoc_macro(mdoc, ntok, line, ppos, pos, buf); in macro_or_word()
561 line, ppos, "%s breaks %s", in blk_exp_close()
565 endbody = mdoc_endbody_alloc(mdoc, line, ppos, in blk_exp_close()
598 line, ppos, mdoc_macronames[tok]); in blk_exp_close()
604 mdoc_elem_alloc(mdoc, line, ppos, MDOC_br, NULL); in blk_exp_close()
610 mdoc_tail_alloc(mdoc, line, ppos, atok); in blk_exp_close()
616 mdoc->parse, line, ppos, in blk_exp_close()
746 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
751 mdoc->parse, line, ppos, in in_line()
778 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
794 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
833 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line()
838 line, ppos, mdoc_macronames[tok]); in in_line()
861 line, ppos, mdoc_macronames[tok]); in blk_full()
882 mdoc->parse, line, ppos, in blk_full()
896 mdoc->parse, line, ppos, in blk_full()
924 mdoc->parse, line, ppos, in blk_full()
940 line, ppos, "It %s", buf + *pos); in blk_full()
941 mdoc_elem_alloc(mdoc, line, ppos, MDOC_br, NULL); in blk_full()
957 blk = mdoc_block_alloc(mdoc, line, ppos, tok, arg); in blk_full()
975 head = mdoc_head_alloc(mdoc, line, ppos, tok); in blk_full()
977 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
1000 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
1035 head = mdoc_head_alloc(mdoc, line, ppos, tok); in blk_full()
1047 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
1071 head = mdoc_head_alloc(mdoc, line, ppos, tok); in blk_full()
1101 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_full()
1131 blk = mdoc_block_alloc(mdoc, line, ppos, tok, NULL); in blk_part_imp()
1132 rew_last(mdoc, mdoc_head_alloc(mdoc, line, ppos, tok)); in blk_part_imp()
1153 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1159 body = mdoc_body_alloc(mdoc, line, ppos, tok); in blk_part_imp()
1179 mdoc->parse, line, ppos, in blk_part_imp()
1182 mdoc_endbody_alloc(mdoc, line, ppos, in blk_part_imp()
1220 mdoc_block_alloc(mdoc, line, ppos, tok, NULL); in blk_part_exp()
1237 head = mdoc_head_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1241 mdoc_body_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1253 rew_last(mdoc, mdoc_head_alloc(mdoc, line, ppos, tok)); in blk_part_exp()
1254 mdoc_body_alloc(mdoc, line, ppos, tok); in blk_part_exp()
1317 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn()
1324 mdoc->parse, line, ppos, "Pf %s", in in_line_argn()
1350 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_argn()
1365 line, ppos, mdoc_macronames[tok]); in in_line_argn()
1395 line, ppos, mdoc_macronames[tok]); in in_line_eoln()
1400 mdoc_elem_alloc(mdoc, line, ppos, tok, arg); in in_line_eoln()
1430 in_line(mdoc, tok, line, ppos, pos, buf); in ctx_synopsis()
1432 blk_full(mdoc, tok, line, ppos, pos, buf); in ctx_synopsis()
1435 blk_part_imp(mdoc, tok, line, ppos, pos, buf); in ctx_synopsis()
1463 line, ppos, "Ta"); in phrase_ta()
1470 mdoc_body_alloc(mdoc, line, ppos, MDOC_It); in phrase_ta()