Lines Matching defs:arg
669 struct mdoc_arg *arg;
698 mdoc_argv(mdoc, line, tok, &arg, pos, buf);
746 mdoc_elem_alloc(mdoc, line, ppos, tok, arg);
749 mdoc_argv_free(arg);
778 mdoc_elem_alloc(mdoc, line, ppos, tok, arg);
794 mdoc_elem_alloc(mdoc, line, ppos, tok, arg);
833 mdoc_elem_alloc(mdoc, line, ppos, tok, arg);
836 mdoc_argv_free(arg);
849 struct mdoc_arg *arg;
956 mdoc_argv(mdoc, line, tok, &arg, pos, buf);
957 blk = mdoc_block_alloc(mdoc, line, ppos, tok, arg);
1263 struct mdoc_arg *arg;
1267 int state; /* arg#; -1: not yet open; -2: closed */
1300 mdoc_argv(mdoc, line, tok, &arg, pos, buf);
1317 mdoc_elem_alloc(mdoc, line, ppos, tok, arg);
1350 mdoc_elem_alloc(mdoc, line, ppos, tok, arg);
1381 struct mdoc_arg *arg;
1399 mdoc_argv(mdoc, line, tok, &arg, pos, buf);
1400 mdoc_elem_alloc(mdoc, line, ppos, tok, arg);