Home
last modified time | relevance | path

Searched refs:R_ARG (Results 1 – 7 of 7) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/mh/
H A Dmh_format.c484 mh_string_init (&mach->str[R_ARG]); in mh_fvm_run()
872 mach->num[R_REG] += mach->num[R_ARG]; in builtin_plus()
878 mach->num[R_REG] -= mach->num[R_ARG]; in builtin_minus()
884 if (mach->num[R_ARG] == 0) in builtin_divide()
891 mach->num[R_REG] /= mach->num[R_ARG]; in builtin_divide()
897 if (mach->num[R_ARG] == 0) in builtin_modulo()
950 mh_string_copy (mach, R_REG, R_ARG); in builtin_comp()
1204 mh_string_copy (mach, R_REG, R_ARG); in builtin_str_noop()
1377 mh_string_copy (mach, R_REG, R_ARG); in builtin_proper()
1396 mh_string_copy (mach, R_REG, R_ARG); in builtin_friendly()
[all …]
H A Dmh_format.h96 enum regid { R_REG, R_ARG, R_ACC }; enumerator
H A Dmh_fmtgram.y1466 emit_instr (fmt, (mh_instr_t) (long) R_ARG);
1472 emit_instr (fmt, (mh_instr_t) (long) R_ARG);
1484 emit_instr (fmt, (mh_instr_t) (long) R_ARG);
1491 emit_instr (fmt, (mh_instr_t) (long) R_ARG);
H A Dmh_fmtgram.c2968 emit_instr (fmt, (mh_instr_t) (long) R_ARG); in emit_funcall()
2974 emit_instr (fmt, (mh_instr_t) (long) R_ARG); in emit_funcall()
2986 emit_instr (fmt, (mh_instr_t) (long) R_ARG); in emit_funcall()
2993 emit_instr (fmt, (mh_instr_t) (long) R_ARG); in emit_funcall()
/dports/editors/nvi2/nvi2-2.2.0/ex/
H A Dex_read.c40 enum { R_ARG, R_EXPANDARG, R_FILTER } which; in ex_read() enumerator
63 which = R_ARG; in ex_read()
184 case R_ARG: in ex_read()
/dports/editors/vigor/vigor-0.016/ex/
H A Dex_read.c47 enum { R_ARG, R_EXPANDARG, R_FILTER } which; enumerator
68 which = R_ARG;
189 case R_ARG:
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog6093 (emit_funcall): Assign literal arguments to R_ARG registers
6104 (builtin_addr): Pass R_ARG to R_REG verbatim, if it cannot be