Lines Matching refs:ac
658 enum margserr ac; in append_delims() local
666 ac = mdoc_zargs(mdoc, line, pos, buf, &p); in append_delims()
668 if (ARGS_ERROR == ac) in append_delims()
670 else if (ARGS_EOLN == ac) in append_delims()
705 enum margserr ac; in blk_exp_close() local
807 ac = mdoc_args(mdoc, line, pos, buf, tok, &p); in blk_exp_close()
809 if (ARGS_ERROR == ac) in blk_exp_close()
811 if (ARGS_PUNCT == ac) in blk_exp_close()
813 if (ARGS_EOLN == ac) in blk_exp_close()
816 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in blk_exp_close()
853 enum margserr ac; in in_line() local
903 ac = mdoc_args(mdoc, line, pos, buf, tok, &p); in in_line()
905 if (ARGS_ERROR == ac) in in_line()
907 if (ARGS_EOLN == ac) in in_line()
909 if (ARGS_PUNCT == ac) in in_line()
912 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in in_line()
949 d = ARGS_QWORD == ac ? DELIM_NONE : mdoc_isdelim(p); in in_line()
1037 enum margserr ac, lac; in blk_full() local
1111 ac = ARGS_ERROR; in blk_full()
1116 lac = ARGS_ERROR == ac ? ARGS_PEND : ac; in blk_full()
1117 ac = mdoc_args(mdoc, line, pos, buf, tok, &p); in blk_full()
1119 if (ARGS_PUNCT == ac) in blk_full()
1122 if (ARGS_ERROR == ac) in blk_full()
1125 if (ARGS_EOLN == ac) { in blk_full()
1149 ARGS_PEND != ac && in blk_full()
1150 ARGS_PHRASE != ac && in blk_full()
1151 ARGS_PPHRASE != ac && in blk_full()
1152 ARGS_QWORD != ac && in blk_full()
1167 if (ARGS_PHRASE == ac || in blk_full()
1168 ARGS_PEND == ac || in blk_full()
1169 ARGS_PPHRASE == ac) { in blk_full()
1191 if (ARGS_PPHRASE == ac) in blk_full()
1193 if (ARGS_PEND == ac && ARGS_PPHRASE == lac) in blk_full()
1203 ntok = nparsed || ARGS_QWORD == ac ? in blk_full()
1273 enum margserr ac; in blk_part_imp() local
1308 ac = mdoc_args(mdoc, line, pos, buf, tok, &p); in blk_part_imp()
1310 if (ARGS_ERROR == ac) in blk_part_imp()
1312 if (ARGS_EOLN == ac) in blk_part_imp()
1314 if (ARGS_PUNCT == ac) in blk_part_imp()
1317 if (NULL == body && ARGS_QWORD != ac && in blk_part_imp()
1330 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in blk_part_imp()
1427 enum margserr ac; in blk_part_exp() local
1446 ac = mdoc_args(mdoc, line, pos, buf, tok, &p); in blk_part_exp()
1448 if (ARGS_ERROR == ac) in blk_part_exp()
1450 if (ARGS_PUNCT == ac) in blk_part_exp()
1452 if (ARGS_EOLN == ac) in blk_part_exp()
1457 if (NULL == head && ARGS_QWORD != ac && in blk_part_exp()
1496 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in blk_part_exp()
1536 enum margserr ac; in in_line_argn() local
1592 ac = mdoc_args(mdoc, line, pos, buf, tok, &p); in in_line_argn()
1594 if (ARGS_ERROR == ac) in in_line_argn()
1596 if (ARGS_PUNCT == ac) in in_line_argn()
1598 if (ARGS_EOLN == ac) in in_line_argn()
1602 ARGS_QWORD != ac && 0 == j && in in_line_argn()
1617 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in in_line_argn()
1630 ARGS_QWORD != ac && in in_line_argn()
1661 enum margserr ac; in in_line_eoln() local
1700 ac = mdoc_args(mdoc, line, pos, buf, tok, &p); in in_line_eoln()
1702 if (ARGS_ERROR == ac) in in_line_eoln()
1704 if (ARGS_EOLN == ac) in in_line_eoln()
1707 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in in_line_eoln()
1774 enum margserr ac; in phrase() local
1781 ac = mdoc_zargs(mdoc, line, &pos, buf, &p); in phrase()
1783 if (ARGS_ERROR == ac) in phrase()
1785 if (ARGS_EOLN == ac) in phrase()
1788 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup_raw(p); in phrase()
1812 enum margserr ac; in phrase_ta() local
1832 ac = mdoc_zargs(mdoc, line, pos, buf, &p); in phrase_ta()
1834 if (ARGS_ERROR == ac) in phrase_ta()
1836 if (ARGS_EOLN == ac) in phrase_ta()
1839 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup_raw(p); in phrase_ta()