| /netbsd-src/tests/lib/lua/libm/ |
| H A D | h_lualibm.c | 4 #define TEST(M_) printf("%-24s%+2.13f\n", #M_, M_) argument 5 #define TESTI(M_) printf("%-24s%d\n", #M_, M_) argument
|
| /netbsd-src/bin/ksh/ |
| H A D | vi.c | 77 #define M_ 0x2 /* movement command (h, l, etc.) */ macro 86 #define is_cmd(c) (classify[(c)&0x7f]&(M_|E_|C_|U_)) 87 #define is_move(c) (classify[(c)&0x7f]&M_) 99 M_, C_|Z_, 0, 0, C_|U_, 0, C_, 0, 105 M_, 0, 0, C_, M_, M_, 0, 0, 107 0, 0, C_, C_, M_, C_, 0, C_|S_, 109 M_, 0, 0, 0, 0, 0, 0, 0, 111 0, 0, 0, M_, 0, C_, 0, C_|S_, 113 C_|X_, C_, M_, C_, C_, M_, M_|X_, C_|U_|Z_, 117 C_, 0, C_, C_, M_|X_, C_, 0, M_, [all …]
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | check_mnt2_gen_opt.m4 | 4 dnl Check if there is an entry for MS_<fs>, MNT_<fs>, or M_<fs> 46 # If failed try M_* (must be last test since svr4 systems define M_DATA etc. 60 , M_$ac_upcase_fs_name)
|
| H A D | check_mnt2_pcfs_opt.m4 | 4 dnl Check if there is an entry for MS_<fs> or M_<fs> in sys/mntent.h or 45 # If failed try M_* (must be last test since svr4 systems define M_DATA etc. 59 , M_$ac_upcase_fs_name)
|
| H A D | check_mnt2_cdfs_opt.m4 | 4 dnl Check if there is an entry for MS_<fs> or M_<fs> in sys/mntent.h or 45 # If failed try M_* (must be last test since svr4 systems define M_DATA etc. 59 , M_$ac_upcase_fs_name)
|
| H A D | check_mnt2_udf_opt.m4 | 4 dnl Check if there is an entry for MS_<fs> or M_<fs> in sys/mntent.h or
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | error.c | 52 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid)) macro 384 pp_string (pp, M_("<missing>")); in dump_template_bindings() 486 pp_string (pp, M_("<brace-enclosed initializer list>")); in dump_type() 488 pp_string (pp, M_("<unresolved overloaded function type>")); in dump_type() 657 pp_string (pp, M_("<type error>")); in dump_type() 758 pp_string (pp, M_("<lambda")); in dump_aggr_type() 768 pp_string (pp, M_("<unnamed>")); in dump_aggr_type() 770 pp_printf (pp, M_("<unnamed %s>"), variety); in dump_aggr_type() 896 pp_string (pp, M_("<typeprefixerror>")); in dump_type_prefix() 1025 p = M_("(static initializers for %s)"); in dump_global_iord() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | error.cc | 52 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid)) macro 456 pp_string (pp, M_("<missing>")); in dump_template_bindings() 558 pp_string (pp, M_("<brace-enclosed initializer list>")); in dump_type() 560 pp_string (pp, M_("<unresolved overloaded function type>")); in dump_type() 730 pp_string (pp, M_("<type error>")); in dump_type() 837 pp_string (pp, M_("<lambda")); in dump_aggr_type() 847 pp_string (pp, M_("<unnamed>")); in dump_aggr_type() 849 pp_printf (pp, M_("<unnamed %s>"), variety); in dump_aggr_type() 982 pp_string (pp, M_("<typeprefixerror>")); in dump_type_prefix() 1115 p = M_("(static initializers for %s)"); in dump_global_iord() [all …]
|
| H A D | ChangeLog-2009 | 2614 * cxx-pretty-print.c (M_): Define. 2616 English fragments for conditional translation with M_. 2619 * error.c (M_): Define. 2624 fragments for conditional translation with M_.
|
| H A D | ChangeLog-2013 | 1610 * cxx-pretty-print.c (M_): Remove. 1611 (pp_cxx_unqualified_id): Use translate_string instead of M_.
|
| /netbsd-src/share/man/tools/ |
| H A D | TOOLKIT | 61 section, producing files _n_o._N_A_M_E[_1-_8]. 129 processed. _M_r_o_f_f ignores files that contain only a `.so' 157 description in /_u_s_r/_m_a_n/_R_E_A_D._M_E of the files in 161 The file ._p_a_r_a_m is described in /_u_s_r/_m_a_n/_R_E_A_D._M_E. The files
|
| H A D | README | 61 section, producing files _n_o._N_A_M_E[_1-_8]. 129 processed. _M_r_o_f_f ignores files that contain only a `.so' 157 description in /_u_s_r/_m_a_n/_R_E_A_D._M_E of the files in 161 The file ._p_a_r_a_m is described in /_u_s_r/_m_a_n/_R_E_A_D._M_E. The files
|
| /netbsd-src/sys/altq/ |
| H A D | altq_rmclass.c | 420 ifd->M_[i] = 0; in rmc_wrr_set_weights() 422 ifd->M_[i] = ifd->alloc_[i] / in rmc_wrr_set_weights() 435 if (ifd->M_[i] == 0) in rmc_wrr_set_weights() 439 ifd->M_[i]; in rmc_wrr_set_weights() 450 return (ifd->M_[pri]); in rmc_get_weight() 705 ifd->M_[i] = 0; in rmc_init()
|
| H A D | altq_rmclass.h | 186 u_long M_[RM_MAXPRIO]; /* WRR weights. */ member
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | configure.ac | 1227 dnl Generic mount(2) system call flags (hex/int numbers) like M_*/MS_*/MNT_* 1349 dnl CDFS-specific mount(2) options (hex numbers) like M_* 1367 dnl UDF-specific mount(2) options (hex numbers) like M_* 1376 dnl PCFS-specific mount(2) options (hex numbers) like M_*
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.hlp | 76 M_<_l_e_t_t_e_r_> Mark the current bottom line with <letter>.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVSDPatterns.td | 670 (!cast<Instruction>("PseudoVFMERGE_V"#fvti.ScalarSuffix#"M_"#fvti.LMul.MX)
|
| H A D | RISCVInstrInfoVVLPatterns.td | 986 (!cast<Instruction>("PseudoVFMERGE_V"#fvti.ScalarSuffix#"M_"#fvti.LMul.MX)
|
| H A D | RISCVInstrInfoVPseudos.td | 1685 def "_V" # f.FX # "M_" # m.MX :
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 2742 (M_*): Added new values for r6000 and r4000 macros.
|
| /netbsd-src/external/gpl3/gdb/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 2742 (M_*): Added new values for r6000 and r4000 macros.
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 2742 (M_*): Added new values for r6000 and r4000 macros.
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 2742 (M_*): Added new values for r6000 and r4000 macros.
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ChangeLog-9297 | 1060 masks with "MASK_* & ~M_*" to get the M bit reset.
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ChangeLog-9297 | 1060 masks with "MASK_* & ~M_*" to get the M bit reset.
|