Lines Matching defs:linum
698 char *filepath, bool opcodes, bool visual, bool linum)
824 linum))
853 dump_xlated_json(&dd, buf, member_len, opcodes, linum);
855 dump_xlated_cfg(&dd, buf, member_len, opcodes, linum);
857 dump_xlated_plain(&dd, buf, member_len, opcodes, linum);
879 bool linum = false;
933 } else if (is_prefix(*argv, "linum")) {
934 linum = true;
942 if (filepath && (opcodes || visual || linum)) {
943 p_err("'file' is not compatible with 'opcodes', 'visual', or 'linum'");
982 err = prog_dump(&info, mode, filepath, opcodes, visual, linum);
2450 " %1$s %2$s dump xlated PROG [{ file FILE | [opcodes] [linum] [visual] }]\n"
2451 " %1$s %2$s dump jited PROG [{ file FILE | [opcodes] [linum] }]\n"