lib/libc/gdtoa/strtoIQ.c
47
ULong *L = (ULong *)a, *M = (ULong *)b;
lib/libc/gdtoa/strtoIQ.c
59
ULtoQ(M, B[1]->x, exp[1], rv[1]);
lib/libc/gdtoa/strtoIQ.c
63
M[0] = L[0];
lib/libc/gdtoa/strtoIQ.c
64
M[1] = L[1];
lib/libc/gdtoa/strtoIQ.c
65
M[2] = L[2];
lib/libc/gdtoa/strtoIQ.c
66
M[3] = L[3];
lib/libc/gdtoa/strtoIx.c
47
UShort *L = (UShort *)a, *M = (UShort *)b;
lib/libc/gdtoa/strtoIx.c
59
ULtox(M, B[1]->x, exp[1], rv[1]);
lib/libc/gdtoa/strtoIx.c
63
M[0] = L[0];
lib/libc/gdtoa/strtoIx.c
64
M[1] = L[1];
lib/libc/gdtoa/strtoIx.c
65
M[2] = L[2];
lib/libc/gdtoa/strtoIx.c
66
M[3] = L[3];
lib/libc/gdtoa/strtoIx.c
67
M[4] = L[4];
lib/libc/gdtoa/strtoIxL.c
47
ULong *L = (ULong *)a, *M = (ULong *)b;
lib/libc/gdtoa/strtoIxL.c
59
ULtoxL(M, B[1]->x, exp[1], rv[1]);
lib/libc/gdtoa/strtoIxL.c
63
M[0] = L[0];
lib/libc/gdtoa/strtoIxL.c
64
M[1] = L[1];
lib/libc/gdtoa/strtoIxL.c
65
M[2] = L[2];
libexec/getty/init.c
63
{ "er", M(VERASE), NULL }, /* erase character */
libexec/getty/init.c
64
{ "kl", M(VKILL), NULL }, /* kill character */
libexec/getty/init.c
65
{ "et", M(VEOF), NULL }, /* eof chatacter (eot) */
libexec/getty/init.c
72
{ "in", M(VINTR), NULL }, /* interrupt char */
libexec/getty/init.c
73
{ "qu", M(VQUIT), NULL }, /* quit char */
libexec/getty/init.c
74
{ "xn", M(VSTART), NULL }, /* XON (start) char */
libexec/getty/init.c
75
{ "xf", M(VSTOP), NULL }, /* XOFF (stop) char */
libexec/getty/init.c
76
{ "bk", M(VEOL), NULL }, /* brk char (alt \n) */
libexec/getty/init.c
77
{ "su", M(VSUSP), NULL }, /* suspend char */
libexec/getty/init.c
78
{ "ds", M(VDSUSP), NULL }, /* delayed suspend */
libexec/getty/init.c
79
{ "rp", M(VREPRINT), NULL }, /* reprint char */
libexec/getty/init.c
80
{ "fl", M(VDISCARD), NULL }, /* flush output */
libexec/getty/init.c
81
{ "we", M(VWERASE), NULL }, /* word erase */
libexec/getty/init.c
82
{ "ln", M(VLNEXT), NULL }, /* literal next */
libexec/getty/init.c
83
{ "st", M(VSTATUS), NULL }, /* status */
libexec/getty/init.c
84
{ "b2", M(VEOL2), NULL }, /* alt brk char */
sbin/nvmectl/bignum.c
3251
mp_int M[TAB_SIZE], res, mu;
sbin/nvmectl/bignum.c
3259
if ((err = mp_init(&M[1])) != MP_OKAY) {
sbin/nvmectl/bignum.c
3265
if ((err = mp_init(&M[x])) != MP_OKAY) {
sbin/nvmectl/bignum.c
3267
mp_clear(&M[y]);
sbin/nvmectl/bignum.c
3269
mp_clear(&M[1]);
sbin/nvmectl/bignum.c
3299
if ((err = modulo(G, P, &M[1])) != MP_OKAY) {
sbin/nvmectl/bignum.c
3306
if ((err = mp_copy( &M[1], &M[1 << (winsize - 1)])) != MP_OKAY) {
sbin/nvmectl/bignum.c
3312
if ((err = square(&M[1 << (winsize - 1)],
sbin/nvmectl/bignum.c
3313
&M[1 << (winsize - 1)])) != MP_OKAY) {
sbin/nvmectl/bignum.c
3318
if ((err = redux(&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) {
sbin/nvmectl/bignum.c
3327
if ((err = signed_multiply(&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
sbin/nvmectl/bignum.c
3330
if ((err = redux(&M[x], P, &mu)) != MP_OKAY) {
sbin/nvmectl/bignum.c
3402
if ((err = signed_multiply(&res, &M[bitbuf], &res)) != MP_OKAY) {
sbin/nvmectl/bignum.c
3430
if ((err = signed_multiply(&res, &M[1], &res)) != MP_OKAY) {
sbin/nvmectl/bignum.c
3447
mp_clear(&M[1]);
sbin/nvmectl/bignum.c
3449
mp_clear(&M[x]);
sbin/nvmectl/bignum.c
4059
mp_int M[TAB_SIZE], res;
sbin/nvmectl/bignum.c
4073
if ((err = mp_init(&M[1])) != MP_OKAY) {
sbin/nvmectl/bignum.c
4079
if ((err = mp_init(&M[x])) != MP_OKAY) {
sbin/nvmectl/bignum.c
4081
mp_clear(&M[y]);
sbin/nvmectl/bignum.c
4083
mp_clear(&M[1]);
sbin/nvmectl/bignum.c
4133
if ((err = multiply_modulo(&M[1], G, &res, P)) != MP_OKAY) {
sbin/nvmectl/bignum.c
4138
if ((err = modulo(G, P, &M[1])) != MP_OKAY) {
sbin/nvmectl/bignum.c
4144
if ((err = mp_copy( &M[1], &M[1 << (winsize - 1)])) != MP_OKAY) {
sbin/nvmectl/bignum.c
4149
if ((err = square(&M[1 << (winsize - 1)], &M[1 << (winsize - 1)])) != MP_OKAY) {
sbin/nvmectl/bignum.c
4152
if ((err = (*redux)(&M[1 << (winsize - 1)], P, mp)) != MP_OKAY) {
sbin/nvmectl/bignum.c
4159
if ((err = signed_multiply(&M[x - 1], &M[1], &M[x])) != MP_OKAY) {
sbin/nvmectl/bignum.c
4162
if ((err = (*redux)(&M[x], P, mp)) != MP_OKAY) {
sbin/nvmectl/bignum.c
4228
if ((err = signed_multiply(&res, &M[bitbuf], &res)) != MP_OKAY) {
sbin/nvmectl/bignum.c
4257
if ((err = signed_multiply(&res, &M[1], &res)) != MP_OKAY) {
sbin/nvmectl/bignum.c
4285
mp_clear(&M[1]);
sbin/nvmectl/bignum.c
4287
mp_clear(&M[x]);
sbin/shutdown/shutdown.c
81
{ 10 H, 5 H }, { 5 H, 3 H }, { 2 H, 1 H }, { 1 H, 30 M },
sbin/shutdown/shutdown.c
82
{ 30 M, 10 M }, { 20 M, 10 M }, { 10 M, 5 M }, { 5 M, 3 M },
sbin/shutdown/shutdown.c
83
{ 2 M, 1 M }, { 1 M, 30 S }, { 30 S, 30 S },
sys/arch/arm/samsung/exynos_reg.h
133
#define PLL_MPS2FREQ(F, M, P, S) \
sys/arch/arm/samsung/exynos_reg.h
134
((P) == 0 ? 0 : (((F) * (M)) / ((P) * (1 << (S)))))
sys/arch/arm/samsung/exynos_reg.h
141
#define PLL_MKPS2FREQ(F, M, K, P, S) \
sys/arch/arm/samsung/exynos_reg.h
142
((P) == 0 ? 0 : (((F) * (((M) << 16) + (K))) / ((P) * (1U << (S))) / (1U << 16) ))
sys/arch/arm/samsung/exynos_soc.c
320
int M, P, S;
sys/arch/arm/samsung/exynos_soc.c
323
M = freqreq->M;
sys/arch/arm/samsung/exynos_soc.c
327
regval = __SHIFTIN(M, PLL35XX_CON0_M) |
sys/arch/arm/samsung/exynos_soc.c
74
int M;
sys/arch/sgimips/dev/crmfb.c
1702
int M, N, P;
sys/arch/sgimips/dev/crmfb.c
1712
M = f_out * div / f_in;
sys/arch/sgimips/dev/crmfb.c
1713
if ((M < 257) && (M > 100)) {
sys/arch/sgimips/dev/crmfb.c
1714
ff1 = M * f_in / div;
sys/arch/sgimips/dev/crmfb.c
1715
ff2 = (M + 1) * f_in / div;
sys/arch/sgimips/dev/crmfb.c
1718
MM = M;
sys/arch/sgimips/dev/crmfb.c
1725
if ((error < best) && ( M < 256)){
sys/arch/sgimips/dev/crmfb.c
1726
MM = M + 1;
sys/arch/sparc/sparc/pmap.c
1074
int vr, evr, M, N, i;
sys/arch/sparc/sparc/pmap.c
1101
M = NBPG / (NPTESG * sizeof(int));
sys/arch/sparc/sparc/pmap.c
1102
N = (NBPRG/NBPSG) / M;
sys/arch/sparc/sparc/pmap.c
1107
sp = &rp->rg_segmap[i * M];
sys/crypto/aes/aes_ccm.c
105
C->M = M;
sys/crypto/aes/aes_ccm.c
110
auth[0] |= __SHIFTIN((M - 2)/2, CCM_AFLAGS_M);
sys/crypto/aes/aes_ccm.c
325
xor(out, C->out, auth, C->M);
sys/crypto/aes/aes_ccm.c
337
result = consttime_memequal(tag, expected, C->M);
sys/crypto/aes/aes_ccm.c
379
unsigned M;
sys/crypto/aes/aes_ccm.c
393
.M = 8,
sys/crypto/aes/aes_ccm.c
411
.M = 8,
sys/crypto/aes/aes_ccm.c
429
.M = 8,
sys/crypto/aes/aes_ccm.c
448
.M = 8,
sys/crypto/aes/aes_ccm.c
466
.M = 8,
sys/crypto/aes/aes_ccm.c
484
.M = 8,
sys/crypto/aes/aes_ccm.c
502
.M = 10,
sys/crypto/aes/aes_ccm.c
531
aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen,
sys/crypto/aes/aes_ccm.c
546
if (memcmp(tagp, T[i].tag, T[i].M)) {
sys/crypto/aes/aes_ccm.c
549
hexdump(printf, name, tagp, T[i].M);
sys/crypto/aes/aes_ccm.c
554
aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen,
sys/crypto/aes/aes_ccm.c
574
memcpy(tagp, T[i].tag, T[i].M);
sys/crypto/aes/aes_ccm.c
576
aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen,
sys/crypto/aes/aes_ccm.c
87
unsigned L, unsigned M,
sys/crypto/aes/aes_ccm.c
97
KASSERT(M % 2 == 0);
sys/crypto/aes/aes_ccm.c
98
KASSERT(M >= 4);
sys/crypto/aes/aes_ccm.c
99
KASSERT(M <= 16);
sys/crypto/aes/aes_ccm.h
41
unsigned i, nr, L, M;
sys/dev/acpi/apei.c
946
const uint8_t M = t[5];
sys/dev/acpi/apei.c
953
C,Y, M, D, h,m,s,
sys/dev/acpi/apei_einj.c
401
struct apei_einj_machine *M = cookie;
sys/dev/acpi/apei_einj.c
413
aprint_debug_dev(M->sc->sc_dev, "%s: instr=0x%02"PRIx8
sys/dev/acpi/apei_einj.c
429
M->y = 0;
sys/dev/acpi/apei_einj.c
436
M->y = apei_read_register(reg, map, Mask);
sys/dev/acpi/apei_einj.c
442
M->y = (v == Value ? 1 : 0);
sys/dev/acpi/apei_einj.c
446
apei_write_register(reg, map, Mask, preserve_register, M->x);
sys/dev/acpi/apei_einj.c
470
struct apei_einj_machine einj_machine, *const M = &einj_machine;
sys/dev/acpi/apei_einj.c
483
memset(M, 0, sizeof(*M));
sys/dev/acpi/apei_einj.c
484
M->sc = sc;
sys/dev/acpi/apei_einj.c
485
M->x = x; /* input */
sys/dev/acpi/apei_einj.c
486
M->y = 0; /* output */
sys/dev/acpi/apei_einj.c
491
apei_interpret(jsc->jsc_interp, action, M);
sys/dev/acpi/apei_einj.c
497
M->y);
sys/dev/acpi/apei_einj.c
498
return M->y;
sys/dev/acpi/apei_einj.c
515
struct apei_einj_machine einj_machine, *const M = &einj_machine;
sys/dev/acpi/apei_einj.c
523
memset(M, 0, sizeof(*M));
sys/dev/acpi/apei_einj.c
524
M->sc = sc;
sys/dev/acpi/apei_einj.c
525
M->x = x; /* input */
sys/dev/acpi/apei_einj.c
526
M->y = 0; /* output */
sys/dev/acpi/apei_einj.c
654
apei_einj_instfunc(header, map, M, &ip, nentries);
sys/dev/acpi/apei_einj.c
669
return M->y;
sys/dev/acpi/apei_erst.c
378
struct apei_erst_machine *const M = cookie;
sys/dev/acpi/apei_erst.c
390
aprint_debug_dev(M->sc->sc_dev, "%s: instr=0x%02"PRIx8
sys/dev/acpi/apei_erst.c
406
M->y = 0;
sys/dev/acpi/apei_erst.c
413
M->y = apei_read_register(reg, map, Mask);
sys/dev/acpi/apei_erst.c
419
M->y = (v == Value ? 1 : 0);
sys/dev/acpi/apei_erst.c
423
apei_write_register(reg, map, Mask, preserve_register, M->x);
sys/dev/acpi/apei_erst.c
431
M->var1 = apei_read_register(reg, map, Mask);
sys/dev/acpi/apei_erst.c
434
M->var2 = apei_read_register(reg, map, Mask);
sys/dev/acpi/apei_erst.c
438
M->var1);
sys/dev/acpi/apei_erst.c
441
M->var1 += M->var2;
sys/dev/acpi/apei_erst.c
457
M->var1 = M->var2 - M->var1;
sys/dev/acpi/apei_erst.c
482
DELAY(M->var1);
sys/dev/acpi/apei_erst.c
503
M->src_base = apei_read_register(reg, map, Mask);
sys/dev/acpi/apei_erst.c
506
M->src_base = apei_read_register(reg, map, Mask);
sys/dev/acpi/apei_erst.c
515
apei_pmemmove(M->dst_base + v, M->src_base + v, M->var2);
sys/dev/acpi/apei_erst.c
534
struct apei_erst_machine erst_machine, *const M = &erst_machine;
sys/dev/acpi/apei_erst.c
547
memset(M, 0, sizeof(*M));
sys/dev/acpi/apei_erst.c
548
M->sc = sc;
sys/dev/acpi/apei_erst.c
549
M->x = x; /* input */
sys/dev/acpi/apei_erst.c
550
M->y = 0; /* output */
sys/dev/acpi/apei_erst.c
551
M->var1 = 0;
sys/dev/acpi/apei_erst.c
552
M->var2 = 0;
sys/dev/acpi/apei_erst.c
553
M->src_base = 0;
sys/dev/acpi/apei_erst.c
554
M->dst_base = 0;
sys/dev/acpi/apei_erst.c
559
apei_interpret(ssc->ssc_interp, action, M);
sys/dev/acpi/apei_erst.c
565
M->y);
sys/dev/acpi/apei_erst.c
566
return M->y;
sys/dev/ata/ata.c
888
((M(0) == 'N' && M(1) == 'E') ||
sys/dev/ata/ata.c
889
(M(0) == 'F' && M(1) == 'X') ||
sys/dev/ata/ata.c
890
(M(0) == 'P' && M(1) == 'i')) :
sys/dev/ata/ata.c
891
((M(0) == 'T' && M(1) == 'D' && M(2) == 'K')))) {
sys/dev/ic/arn9003.c
2780
int icept, G, I, L, M, angle, xnonlin, y2, y4, sumy2, sumy4;
sys/dev/ic/arn9003.c
2838
M = 10;
sys/dev/ic/arn9003.c
2840
M = 9;
sys/dev/ic/arn9003.c
2842
M = 8;
sys/dev/ic/arn9003.c
2853
xtilde[i] = ((xnonlin << M) + y[i + I]) / y[i + I];
sys/dev/ic/arn9003.c
2854
xtilde[i] = ((xtilde[i] << M) + y[i + I]) / y[i + I];
sys/dev/ic/arn9003.c
2855
xtilde[i] = ((xtilde[i] << M) + y[i + I]) / y[i + I];
sys/dev/ic/arn9003.c
2909
order = 3 * M - Qx - Qb1 - Qbeta + 10 + Qscale;
sys/dev/ic/arn9003.c
2913
order = 3 * M - Qx - Qb2 - Qalpha + 10 + Qscale;
sys/dev/ic/arn9003.c
2957
ttilde = ((t[i + I] << M) + y[i + I]) / y[i + I];
sys/dev/ic/arn9003.c
2958
ttilde = ((ttilde << M) + y[i + I]) / y[i + I];
sys/dev/ic/arn9003.c
2959
ttilde = ((ttilde << M) + y[i + I]) / y[i + I];
sys/dev/ic/arn9003.c
2970
order = 3 * M - Qx - Qb1 - Qbeta + 10 + Qscale + 5;
sys/dev/ic/arn9003.c
2974
order = 3 * M - Qx - Qb2 - Qalpha + 10 + Qscale + 5;
sys/dev/ic/igsfb_subr.c
672
int M, N, P, bestM = 0, bestN = 0;
sys/dev/ic/igsfb_subr.c
690
M = ((target * (N + 1) * IGS_SCALE(P) + (IGS_CLOCK_REF/2)) +
sys/dev/ic/igsfb_subr.c
692
if (0 <= M && M <= maxM)
sys/dev/ic/igsfb_subr.c
694
f_out = IGS_CLOCK(M,N,P);
sys/dev/ic/igsfb_subr.c
701
bestM = M;
sys/dev/ic/nglereg.h
125
#define IBOvals(R,M,X,S,D,L,B,F) \
sys/dev/ic/nglereg.h
126
(((R)<<8)|((M)<<16)|((X)<<24)|((S)<<29)|((D)<<28)|((L)<<31)|((B)<<1)|(F))
sys/dev/ipmi.c
1429
int64_t M, B;
sys/dev/ipmi.c
1439
M = signextend((((short)(s1->m_tolerance & 0xC0)) << 2) + s1->m, 10);
sys/dev/ipmi.c
1451
val = M * vs * v1 + B * v2;
sys/dev/pci/agp_ali.c
163
4*M, /* 3 */
sys/dev/pci/agp_ali.c
164
8*M, /* 4 */
sys/dev/pci/agp_ali.c
166
16*M, /* 6 */
sys/dev/pci/agp_ali.c
167
32*M, /* 7 */
sys/dev/pci/agp_ali.c
168
64*M, /* 8 */
sys/dev/pci/agp_ali.c
169
128*M, /* 9 */
sys/dev/pci/agp_ali.c
170
256*M, /* 10 */
sys/dev/pci/agp_ali.c
195
if (aperture & (aperture - 1) || aperture < 1*M)
sys/dev/pci/tga.c
1542
int N, M, R, V, X;
sys/dev/pci/tga.c
1547
N = 0x40; M = 0x7; V = 0x0; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1549
N = 0x2d; M = 0x2b; V = 0x1; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1551
N = 0x11; M = 0x9; V = 0x1; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1553
N = 0x6d; M = 0xf; V = 0x0; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1555
N = 0x5F; M = 0x3E; V = 0x1; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1557
N = 0x6e; M = 0x15; V = 0x0; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1559
N = 0x2a; M = 0x41; V = 0x1; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1561
N = 0x35; M = 0xb; V = 0x0; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1563
N = 0x6d; M = 0x0c; V = 0x0; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1565
N = 0x37; M = 0x3f; V = 0x1; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1567
N = 0x5f; M = 0x11; V = 0x0; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1569
N = 0x16; M = 0x05; V = 0x0; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1571
N = 0x66; M = 0x1d; V = 0x0; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1573
N = 0x42; M = 0x07; V = 0x0; X = 0x1; R = 0x1; break;
sys/dev/pci/tga.c
1575
N = 0x60; M = 0x32; V = 0x1; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1577
N = 0x60; M = 0x32; V = 0x1; X = 0x1; R = 0x2; break;
sys/dev/pci/tga.c
1579
N = 0x03; M = 0x03; V = 0x1; X = 0x1; R = 0x3; break;
sys/dev/pci/tga.c
1585
valU = N | ( M << 7 ) | (V << 14);
sys/dev/raidframe/rf_pq.c
883
M(2, 3);
sys/dev/raidframe/rf_pq.c
884
M(4, 5);
sys/dev/raidframe/rf_pq.c
885
M(5, 6);
sys/dev/raidframe/rf_pq.c
887
M(7, 8);
sys/dev/raidframe/rf_pq.c
888
M(9, 10);
sys/dev/raidframe/rf_pq.c
889
M(11, 12);
sys/dev/usb/umassvar.h
40
#define DPRINTFM(M,FMT,A,B,C,D) USBHIST_LOGM(umassdebug,M,FMT,A,B,C,D)
sys/dev/videomode/vesagtf.c
181
#define M_PRIME256(p) (p->K * p->M)
sys/dev/videomode/vesagtf.c
642
params.M = VESAGTF_M;
sys/dev/videomode/vesagtf.h
49
unsigned M; /* blanking formula gradient */
sys/dev/videomode/videomode.c
100
M("640x480x60",640,480,54000,688,744,900,480,482,500,HP|VP|DS),
sys/dev/videomode/videomode.c
101
M("640x480x85",640,480,74250,672,752,864,480,482,505,HP|VP|DS),
sys/dev/videomode/videomode.c
102
M("640x512x60",640,512,54000,664,720,844,512,514,533,HP|VP|DS),
sys/dev/videomode/videomode.c
103
M("640x512x70",640,512,63000,664,720,844,512,514,533,HP|VP|DS),
sys/dev/videomode/videomode.c
104
M("640x512x75",640,512,67500,648,720,844,512,514,533,HP|VP|DS),
sys/dev/videomode/videomode.c
105
M("640x512x85",640,512,78750,672,752,864,512,514,536,HP|VP|DS),
sys/dev/videomode/videomode.c
106
M("800x600x60",800,600,81000,832,928,1080,600,602,625,HP|VP|DS),
sys/dev/videomode/videomode.c
107
M("800x600x65",800,600,87750,832,928,1080,600,602,625,HP|VP|DS),
sys/dev/videomode/videomode.c
108
M("800x600x70",800,600,94500,832,928,1080,600,602,625,HP|VP|DS),
sys/dev/videomode/videomode.c
109
M("800x600x75",800,600,101250,832,928,1080,600,602,625,HP|VP|DS),
sys/dev/videomode/videomode.c
110
M("800x600x85",800,600,114750,832,928,1080,600,602,625,HP|VP|DS),
sys/dev/videomode/videomode.c
111
M("840x525x60",840,525,73570,892,984,1128,525,527,543,HP|VP|DS),
sys/dev/videomode/videomode.c
112
M("896x672x60",896,672,102400,960,1060,1224,672,674,697,HN|VP|DS),
sys/dev/videomode/videomode.c
113
M("896x672x75",896,672,130500,944,1052,1228,672,674,708,HN|VP|DS),
sys/dev/videomode/videomode.c
114
M("928x696x60",928,696,109150,976,1088,1264,696,698,719,HN|VP|DS),
sys/dev/videomode/videomode.c
115
M("928x696x75",928,696,144000,992,1104,1280,696,698,750,HN|VP|DS),
sys/dev/videomode/videomode.c
116
M("960x720x60",960,720,117000,1024,1128,1300,720,722,750,HN|VP|DS),
sys/dev/videomode/videomode.c
117
M("960x720x75",960,720,148500,1032,1144,1320,720,722,750,HN|VP|DS),
sys/dev/videomode/videomode.c
118
M("416x312x74",416,312,28642,432,464,576,312,314,333,HN|VN|DS),
sys/dev/videomode/videomode.c
119
M("576x384x54",576,384,32497,589,657,736,385,388,403,HP|VP|DS),
sys/dev/videomode/videomode.c
120
M("700x525x60",700,525,61000,744,820,940,526,532,541,HP|VP|DS),
sys/dev/videomode/videomode.c
121
M("700x525x74",700,525,77900,732,892,956,526,532,545,HP|VP|DS),
sys/dev/videomode/videomode.c
122
M("576x450x66",576,450,47250,596,660,764,451,453,468,HN|VN|DS),
sys/dev/videomode/videomode.c
123
M("576x450x76",576,450,52780,584,640,736,451,453,471,HN|VN|DS),
sys/dev/videomode/videomode.c
29
M("640x350x85",640,350,31500,672,736,832,382,385,445,HP|VN),
sys/dev/videomode/videomode.c
30
M("640x400x85",640,400,31500,672,736,832,401,404,445,HN|VP),
sys/dev/videomode/videomode.c
31
M("720x400x70",720,400,28320,738,846,900,412,414,449,HN|VP),
sys/dev/videomode/videomode.c
32
M("720x400x85",720,400,35500,756,828,936,401,404,446,HN|VP),
sys/dev/videomode/videomode.c
33
M("720x400x87",720,400,35500,738,846,900,421,423,449,HN|VN),
sys/dev/videomode/videomode.c
34
M("640x480x60",640,480,25175,656,752,800,490,492,525,HN|VN),
sys/dev/videomode/videomode.c
35
M("640x480x72",640,480,31500,664,704,832,489,492,520,HN|VN),
sys/dev/videomode/videomode.c
36
M("640x480x75",640,480,31500,656,720,840,481,484,500,HN|VN),
sys/dev/videomode/videomode.c
37
M("640x480x85",640,480,36000,696,752,832,481,484,509,HN|VN),
sys/dev/videomode/videomode.c
38
M("800x600x56",800,600,36000,824,896,1024,601,603,625,HP|VP),
sys/dev/videomode/videomode.c
39
M("800x600x60",800,600,40000,840,968,1056,601,605,628,HP|VP),
sys/dev/videomode/videomode.c
40
M("800x600x72",800,600,50000,856,976,1040,637,643,666,HP|VP),
sys/dev/videomode/videomode.c
41
M("800x600x75",800,600,49500,816,896,1056,601,604,625,HP|VP),
sys/dev/videomode/videomode.c
42
M("800x600x85",800,600,56250,832,896,1048,601,604,631,HP|VP),
sys/dev/videomode/videomode.c
43
M("1024x768x87i",1024,768,44900,1032,1208,1264,768,776,817,HP|VP|I),
sys/dev/videomode/videomode.c
44
M("1024x768x60",1024,768,65000,1048,1184,1344,771,777,806,HN|VN),
sys/dev/videomode/videomode.c
45
M("1024x768x70",1024,768,75000,1048,1184,1328,771,777,806,HN|VN),
sys/dev/videomode/videomode.c
46
M("1024x768x75",1024,768,78750,1040,1136,1312,769,772,800,HP|VP),
sys/dev/videomode/videomode.c
47
M("1024x768x85",1024,768,94500,1072,1168,1376,769,772,808,HP|VP),
sys/dev/videomode/videomode.c
48
M("1024x768x89",1024,768,100000,1108,1280,1408,768,780,796,HP|VP),
sys/dev/videomode/videomode.c
49
M("1152x864x75",1152,864,108000,1216,1344,1600,865,868,900,HP|VP),
sys/dev/videomode/videomode.c
50
M("1280x768x75",1280,768,105640,1312,1712,1744,782,792,807,HN|VP),
sys/dev/videomode/videomode.c
51
M("1280x960x60",1280,960,108000,1376,1488,1800,961,964,1000,HP|VP),
sys/dev/videomode/videomode.c
52
M("1280x960x85",1280,960,148500,1344,1504,1728,961,964,1011,HP|VP),
sys/dev/videomode/videomode.c
53
M("1280x1024x60",1280,1024,108000,1328,1440,1688,1025,1028,1066,HP|VP),
sys/dev/videomode/videomode.c
54
M("1280x1024x70",1280,1024,126000,1328,1440,1688,1025,1028,1066,HP|VP),
sys/dev/videomode/videomode.c
55
M("1280x1024x75",1280,1024,135000,1296,1440,1688,1025,1028,1066,HP|VP),
sys/dev/videomode/videomode.c
56
M("1280x1024x85",1280,1024,157500,1344,1504,1728,1025,1028,1072,HP|VP),
sys/dev/videomode/videomode.c
57
M("1600x1200x60",1600,1200,162000,1664,1856,2160,1201,1204,1250,HP|VP),
sys/dev/videomode/videomode.c
58
M("1600x1200x65",1600,1200,175500,1664,1856,2160,1201,1204,1250,HP|VP),
sys/dev/videomode/videomode.c
59
M("1600x1200x70",1600,1200,189000,1664,1856,2160,1201,1204,1250,HP|VP),
sys/dev/videomode/videomode.c
60
M("1600x1200x75",1600,1200,202500,1664,1856,2160,1201,1204,1250,HP|VP),
sys/dev/videomode/videomode.c
61
M("1600x1200x85",1600,1200,229500,1664,1856,2160,1201,1204,1250,HP|VP),
sys/dev/videomode/videomode.c
62
M("1680x1050x60",1680,1050,147140,1784,1968,2256,1051,1054,1087,HP|VP),
sys/dev/videomode/videomode.c
63
M("1792x1344x60",1792,1344,204800,1920,2120,2448,1345,1348,1394,HN|VP),
sys/dev/videomode/videomode.c
64
M("1792x1344x75",1792,1344,261000,1888,2104,2456,1345,1348,1417,HN|VP),
sys/dev/videomode/videomode.c
65
M("1856x1392x60",1856,1392,218300,1952,2176,2528,1393,1396,1439,HN|VP),
sys/dev/videomode/videomode.c
66
M("1856x1392x75",1856,1392,288000,1984,2208,2560,1393,1396,1500,HN|VP),
sys/dev/videomode/videomode.c
67
M("1920x1440x60",1920,1440,234000,2048,2256,2600,1441,1444,1500,HN|VP),
sys/dev/videomode/videomode.c
68
M("1920x1440x75",1920,1440,297000,2064,2288,2640,1441,1444,1500,HN|VP),
sys/dev/videomode/videomode.c
69
M("832x624x74",832,624,57284,864,928,1152,625,628,667,HN|VN),
sys/dev/videomode/videomode.c
70
M("1152x768x54",1152,768,64995,1178,1314,1472,771,777,806,HP|VP),
sys/dev/videomode/videomode.c
71
M("1400x1050x60",1400,1050,122000,1488,1640,1880,1052,1064,1082,HP|VP),
sys/dev/videomode/videomode.c
72
M("1400x1050x74",1400,1050,155800,1464,1784,1912,1052,1064,1090,HP|VP),
sys/dev/videomode/videomode.c
73
M("1152x900x66",1152,900,94500,1192,1320,1528,902,906,937,HN|VN),
sys/dev/videomode/videomode.c
74
M("1152x900x76",1152,900,105560,1168,1280,1472,902,906,943,HN|VN),
sys/dev/videomode/videomode.c
78
M("320x175x85",320,175,15750,336,368,416,191,192,222,HP|VN|DS),
sys/dev/videomode/videomode.c
79
M("320x200x85",320,200,15750,336,368,416,200,202,222,HN|VP|DS),
sys/dev/videomode/videomode.c
80
M("360x200x70",360,200,14160,369,423,450,206,207,224,HN|VP|DS),
sys/dev/videomode/videomode.c
81
M("360x200x85",360,200,17750,378,414,468,200,202,223,HN|VP|DS),
sys/dev/videomode/videomode.c
82
M("360x200x87",360,200,17750,369,423,450,210,211,224,HN|VN|DS),
sys/dev/videomode/videomode.c
83
M("320x240x60",320,240,12587,328,376,400,245,246,262,HN|VN|DS),
sys/dev/videomode/videomode.c
84
M("320x240x72",320,240,15750,332,352,416,244,246,260,HN|VN|DS),
sys/dev/videomode/videomode.c
85
M("320x240x75",320,240,15750,328,360,420,240,242,250,HN|VN|DS),
sys/dev/videomode/videomode.c
86
M("320x240x85",320,240,18000,348,376,416,240,242,254,HN|VN|DS),
sys/dev/videomode/videomode.c
87
M("400x300x56",400,300,18000,412,448,512,300,301,312,HP|VP|DS),
sys/dev/videomode/videomode.c
88
M("400x300x60",400,300,20000,420,484,528,300,302,314,HP|VP|DS),
sys/dev/videomode/videomode.c
89
M("400x300x72",400,300,25000,428,488,520,318,321,333,HP|VP|DS),
sys/dev/videomode/videomode.c
90
M("400x300x75",400,300,24750,408,448,528,300,302,312,HP|VP|DS),
sys/dev/videomode/videomode.c
91
M("400x300x85",400,300,28125,416,448,524,300,302,315,HP|VP|DS),
sys/dev/videomode/videomode.c
92
M("512x384x87i",512,384,22450,516,604,632,384,388,408,HP|VP|DS|I),
sys/dev/videomode/videomode.c
93
M("512x384x60",512,384,32500,524,592,672,385,388,403,HN|VN|DS),
sys/dev/videomode/videomode.c
94
M("512x384x70",512,384,37500,524,592,664,385,388,403,HN|VN|DS),
sys/dev/videomode/videomode.c
95
M("512x384x75",512,384,39375,520,568,656,384,386,400,HP|VP|DS),
sys/dev/videomode/videomode.c
96
M("512x384x85",512,384,47250,536,584,688,384,386,404,HP|VP|DS),
sys/dev/videomode/videomode.c
97
M("512x384x89",512,384,50000,554,640,704,384,390,398,HP|VP|DS),
sys/dev/videomode/videomode.c
98
M("576x432x75",576,432,54000,608,672,800,432,434,450,HP|VP|DS),
sys/dev/videomode/videomode.c
99
M("640x384x75",640,384,52820,656,856,872,391,396,403,HN|VP|DS),
sys/dev/wscons/mra.c
100
M = (S11 * S22 - S12 * S12);
sys/dev/wscons/mra.c
101
if (M == 0) {
sys/dev/wscons/mra.c
106
A = (S1Y * S22 - S2Y * S12) * scale / M;
sys/dev/wscons/mra.c
107
B = (S2Y * S11 - S1Y * S12) * scale / M;
sys/dev/wscons/mra.c
57
int64_t A, B, C, M;
sys/net/npf/npf_bpf.c
100
args->mem = M;
sys/net/npf/npf_bpf.c
120
M[BPF_MW_IPVER] = ver;
sys/net/npf/npf_bpf.c
121
M[BPF_MW_L4OFF] = npc->npc_hlen;
sys/net/npf/npf_bpf.c
122
M[BPF_MW_L4PROTO] = npc->npc_proto;
sys/net/npf/npf_bpf.c
158
uint32_t * const M = args->mem;
sys/net/npf/npf_bpf.c
160
M[BPF_MW_IPVER] = ver;
sys/net/npf/npf_bpf.c
161
M[BPF_MW_L4OFF] = npc->npc_hlen;
sys/net/npf/npf_bpf.c
162
M[BPF_MW_L4PROTO] = npc->npc_proto;
sys/net/npf/npf_bpf.c
85
npf_bpf_prepare(npf_cache_t *npc, bpf_args_t *args, uint32_t *M)
sys/netinet/sctp_constants.h
643
#define compare_with_wrap(a, b, M) (((a > b) && ((a - b) < ((M >> 1) + 1))) || \
sys/netinet/sctp_constants.h
644
((b > a) && ((b - a) > ((M >> 1) + 1))))
sys/sys/param.h
72
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
tests/fs/ffs/t_extattr.c
132
if ((fd = rump_sys_open(M, O_RDWR | O_CREAT, 0600)) == -1)
tests/fs/ffs/t_extattr.c
139
if ((nr = rump_sys_extattr_get_file(M, EXTATTR_NAMESPACE_USER,
tests/fs/ffs/t_extattr.c
145
if (rump_sys_extattr_set_file(M, EXTATTR_NAMESPACE_USER, T, S, 9) == -1)
tests/fs/ffs/t_extattr.c
158
if ((nr = rump_sys_extattr_list_file(M, EXTATTR_NAMESPACE_USER,
tests/fs/ffs/t_extattr.c
170
if (rump_sys_extattr_delete_file(M, EXTATTR_NAMESPACE_USER, E) == -1)
tests/fs/ffs/t_extattr.c
178
if (rump_sys_unlink(M) == -1)
tests/fs/ffs/t_extattr.c
203
if ((fd = rump_sys_open(M, O_RDWR | O_CREAT, 0600)) == -1)
tests/fs/ffs/t_extattr.c
210
if (rump_sys_extattr_set_file(M, EXTATTR_NAMESPACE_USER, T, S, 9) == -1)
tests/fs/ffs/t_extattr.c
213
if (rump_sys_unlink(M) == -1)
tests/lib/libc/gen/h_ctype_abuse.c
131
FOREACHCTYPE(M)
tests/lib/libc/gen/h_ctype_abuse.c
52
#define FOREACHCTYPE(M) \
tests/lib/libc/gen/h_ctype_abuse.c
53
M(ISALPHA, isalpha) \
tests/lib/libc/gen/h_ctype_abuse.c
54
M(ISUPPER, isupper) \
tests/lib/libc/gen/h_ctype_abuse.c
55
M(ISLOWER, islower) \
tests/lib/libc/gen/h_ctype_abuse.c
56
M(ISDIGIT, isdigit) \
tests/lib/libc/gen/h_ctype_abuse.c
57
M(ISXDIGIT, isxdigit) \
tests/lib/libc/gen/h_ctype_abuse.c
58
M(ISALNUM, isalnum) \
tests/lib/libc/gen/h_ctype_abuse.c
59
M(ISSPACE, isspace) \
tests/lib/libc/gen/h_ctype_abuse.c
60
M(ISPUNCT, ispunct) \
tests/lib/libc/gen/h_ctype_abuse.c
61
M(ISPRINT, isprint) \
tests/lib/libc/gen/h_ctype_abuse.c
62
M(ISGRAPH, isgraph) \
tests/lib/libc/gen/h_ctype_abuse.c
63
M(ISCNTRL, iscntrl) \
tests/lib/libc/gen/h_ctype_abuse.c
64
M(ISBLANK, isblank) \
tests/lib/libc/gen/h_ctype_abuse.c
65
M(TOUPPER, toupper) \
tests/lib/libc/gen/h_ctype_abuse.c
66
M(TOLOWER, tolower)
tests/lib/libc/gen/h_ctype_abuse.c
95
FOREACHCTYPE(M)
tests/lib/libc/sys/t_wait_noproc.c
152
const size_t M = (1 << __arraycount(matrix)) - 1;
tests/lib/libc/sys/t_wait_noproc.c
157
if (pos > M)
tests/lib/libc/sys/t_wait_noproc.c
195
const size_t M = (1 << __arraycount(special)) - 1;
tests/lib/libc/sys/t_wait_noproc.c
204
if (pos > M)
usr.bin/deroff/deroff.c
1625
M(NONE, '\\','"', skip), /* comment */
usr.bin/deroff/deroff.c
1626
M(NOMAC, 'd','e', domacro), /* define */
usr.bin/deroff/deroff.c
1627
M(NOMAC, 'i','g', domacro), /* ignore till .. */
usr.bin/deroff/deroff.c
1628
M(NOMAC, 'a','m', domacro), /* append macro */
usr.bin/deroff/deroff.c
1629
M(NBLK, 'n','f', nf), /* filled */
usr.bin/deroff/deroff.c
1630
M(NBLK, 'c','e', ce), /* centered */
usr.bin/deroff/deroff.c
1632
M(NONE, 's','o', so), /* source a file */
usr.bin/deroff/deroff.c
1633
M(NONE, 'n','x', nx), /* go to next file */
usr.bin/deroff/deroff.c
1635
M(NONE, 't','m', skip), /* print string on tty */
usr.bin/deroff/deroff.c
1636
M(NONE, 'h','w', skip), /* exception hyphen words */
usr.bin/deroff/deroff.c
1637
M(NONE, 0,0, 0)
usr.bin/deroff/deroff.c
1644
M(FNEST, 'E','Q', EQ), /* equation starting */
usr.bin/deroff/deroff.c
1645
M(FNEST, 'T','S', intbl), /* table starting */
usr.bin/deroff/deroff.c
1646
M(FNEST, 'T','C', intbl), /* alternative table? */
usr.bin/deroff/deroff.c
1647
M(FNEST, 'T','&', intbl), /* table reformatting */
usr.bin/deroff/deroff.c
1648
M(NONE, 'T','E', outtbl),/* table ending */
usr.bin/deroff/deroff.c
1649
M(NONE, 'P','S', PS), /* picture starting */
usr.bin/deroff/deroff.c
1650
M(NONE, 0,0, 0)
usr.bin/deroff/deroff.c
1657
M(NONE, 'T','L', skiptocom), /* title follows */
usr.bin/deroff/deroff.c
1658
M(NONE, 'F','S', skiptocom), /* start footnote */
usr.bin/deroff/deroff.c
1659
M(NONE, 'O','K', skiptocom), /* Other kws */
usr.bin/deroff/deroff.c
1661
M(NONE, 'N','R', skip), /* undocumented */
usr.bin/deroff/deroff.c
1662
M(NONE, 'N','D', skip), /* use supplied date */
usr.bin/deroff/deroff.c
1664
M(PARAG, 'P','P', PP), /* begin parag */
usr.bin/deroff/deroff.c
1665
M(PARAG, 'I','P', PP), /* begin indent parag, tag x */
usr.bin/deroff/deroff.c
1666
M(PARAG, 'L','P', PP), /* left blocked parag */
usr.bin/deroff/deroff.c
1668
M(NONE, 'A','U', AU), /* author */
usr.bin/deroff/deroff.c
1669
M(NONE, 'A','I', AU), /* authors institution */
usr.bin/deroff/deroff.c
1671
M(NONE, 'S','H', SH), /* section heading */
usr.bin/deroff/deroff.c
1672
M(NONE, 'S','N', SH), /* undocumented */
usr.bin/deroff/deroff.c
1673
M(NONE, 'U','X', UX), /* unix */
usr.bin/deroff/deroff.c
1675
M(NBLK, 'D','S', mssnblock), /* start display text */
usr.bin/deroff/deroff.c
1676
M(NBLK, 'K','S', mssnblock), /* start keep */
usr.bin/deroff/deroff.c
1677
M(NBLK, 'K','F', mssnblock), /* start float keep */
usr.bin/deroff/deroff.c
1678
M(NONE, 0,0, 0)
usr.bin/deroff/deroff.c
1682
M(NONE, 'H',' ', MMHU), /* -mm ? */
usr.bin/deroff/deroff.c
1683
M(NONE, 'H','U', MMHU), /* -mm ? */
usr.bin/deroff/deroff.c
1684
M(PARAG, 'P',' ', PP), /* paragraph for -mm */
usr.bin/deroff/deroff.c
1685
M(NBLK, 'N','S', mssnblock), /* undocumented */
usr.bin/deroff/deroff.c
1686
M(NONE, 0,0, 0)
usr.bin/deroff/deroff.c
1690
M(PARAG, 'p','p', mepp),
usr.bin/deroff/deroff.c
1691
M(PARAG, 'l','p', mepp),
usr.bin/deroff/deroff.c
1692
M(PARAG, 'n','p', mepp),
usr.bin/deroff/deroff.c
1693
M(NONE, 'i','p', meip),
usr.bin/deroff/deroff.c
1695
M(NONE, 's','h', mesh),
usr.bin/deroff/deroff.c
1696
M(NONE, 'u','h', mesh),
usr.bin/deroff/deroff.c
1698
M(NBLK, '(','l', mesnblock),
usr.bin/deroff/deroff.c
1699
M(NBLK, '(','q', mesnblock),
usr.bin/deroff/deroff.c
1700
M(NBLK, '(','b', mesnblock),
usr.bin/deroff/deroff.c
1701
M(NBLK, '(','z', mesnblock),
usr.bin/deroff/deroff.c
1702
M(NBLK, '(','c', mesnblock),
usr.bin/deroff/deroff.c
1704
M(NBLK, '(','d', mesnblock),
usr.bin/deroff/deroff.c
1705
M(NBLK, '(','f', mesnblock),
usr.bin/deroff/deroff.c
1706
M(NBLK, '(','x', mesnblock),
usr.bin/deroff/deroff.c
1708
M(NONE, 'r',' ', mefont),
usr.bin/deroff/deroff.c
1709
M(NONE, 'i',' ', mefont),
usr.bin/deroff/deroff.c
1710
M(NONE, 'b',' ', mefont),
usr.bin/deroff/deroff.c
1711
M(NONE, 'u',' ', mefont),
usr.bin/deroff/deroff.c
1712
M(NONE, 'q',' ', mefont),
usr.bin/deroff/deroff.c
1713
M(NONE, 'r','b', mefont),
usr.bin/deroff/deroff.c
1714
M(NONE, 'b','i', mefont),
usr.bin/deroff/deroff.c
1715
M(NONE, 'b','x', mefont),
usr.bin/deroff/deroff.c
1716
M(NONE, 0,0, 0)
usr.bin/deroff/deroff.c
1720
M(PARAG, 'B','I', manfont),
usr.bin/deroff/deroff.c
1721
M(PARAG, 'B','R', manfont),
usr.bin/deroff/deroff.c
1722
M(PARAG, 'I','B', manfont),
usr.bin/deroff/deroff.c
1723
M(PARAG, 'I','R', manfont),
usr.bin/deroff/deroff.c
1724
M(PARAG, 'R','B', manfont),
usr.bin/deroff/deroff.c
1725
M(PARAG, 'R','I', manfont),
usr.bin/deroff/deroff.c
1727
M(PARAG, 'P','P', manpp),
usr.bin/deroff/deroff.c
1728
M(PARAG, 'L','P', manpp),
usr.bin/deroff/deroff.c
1729
M(PARAG, 'H','P', manpp),
usr.bin/deroff/deroff.c
1730
M(NONE, 0,0, 0)
usr.bin/mail/cmdtab.c
101
{ "show", show, S, CMP(S) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
102
{ "version", pversion, S, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
103
{ "group", group, S, CMP(a) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
106
{ "file", file, 0, CMP(f) T|M|RAWLIST, 0, 1 },
usr.bin/mail/cmdtab.c
107
{ "folder", file, 0, CMP(f) T|M|RAWLIST, 0, 1 },
usr.bin/mail/cmdtab.c
108
{ "folders", folders, S, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
113
{ "?", help, S, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
114
{ "z", scroll, S, CMP(n) M|STRLIST, 0, 0 },
usr.bin/mail/cmdtab.c
116
{ "help", help, S, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
123
{ "echo", echo, S, CMP(F) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
125
{ "list", pcmdlist, S, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
126
{ "xit", rexit, 0, CMP(n) M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
127
{ "exit", rexit, 0, CMP(n) M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
130
{ "if", ifcmd, 0, CMP(F) T|F|M|RAWLIST, 1, 1 },
usr.bin/mail/cmdtab.c
131
{ "ifdef", ifdefcmd, 0, CMP(F) T|F|M|RAWLIST, 1, 1 },
usr.bin/mail/cmdtab.c
132
{ "ifndef", ifndefcmd, 0, CMP(F) T|F|M|RAWLIST, 1, 1 },
usr.bin/mail/cmdtab.c
133
{ "else", elsecmd, 0, CMP(F) T|F|M|RAWLIST, 0, 0 },
usr.bin/mail/cmdtab.c
134
{ "endif", endifcmd, 0, CMP(F) T|F|M|RAWLIST, 0, 0 },
usr.bin/mail/cmdtab.c
135
{ "alternates", alternates, S, CMP(n) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
136
{ "ignore", igfield, S, CMP(n) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
137
{ "discard", igfield, S, CMP(n) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
138
{ "retain", retfield, S, CMP(n) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
139
{ "saveignore", saveigfield, S, CMP(n) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
140
{ "savediscard",saveigfield, S, CMP(n) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
141
{ "saveretain", saveretfield, S, CMP(n) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
142
{ "Header", Header, S, CMP(n) T|M|STRLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
143
{ "core", core, 0, CMP(F) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
144
{ "#", null, 0, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/cmdtab.c
145
{ "clobber", clobber, 0, CMP(n) T|M|RAWLIST, 0, 1 },
usr.bin/mail/cmdtab.c
147
{ "smopts", smoptscmd, S, CMP(m) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
148
{ "unsmopts", unsmoptscmd, S, CMP(M) T|M|RAWLIST, 1, 1000 },
usr.bin/mail/cmdtab.c
65
{ "alias", group, S, CMP(A) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/cmdtab.c
78
{ "unset", unset, 0, CMP(S) T|M|RAWLIST, 1, 1000 },
usr.bin/mail/cmdtab.c
79
{ "mail", sendmail, 0, CMP(A) R|M|I|STRLIST, 0, 0 },
usr.bin/mail/cmdtab.c
89
{ "unalias", unalias, 0, CMP(A) T|M|RAWLIST, 1, 1000 },
usr.bin/mail/cmdtab.c
93
/* R */ { "copy", copycmd, 0, CMP(F) M|STRLIST, 0, 0 },
usr.bin/mail/cmdtab.c
94
{ "chdir", schdir, 0, CMP(F) T|M|RAWLIST, 0, 1 },
usr.bin/mail/cmdtab.c
95
{ "cd", schdir, 0, CMP(F) T|M|RAWLIST, 0, 1 },
usr.bin/mail/cmdtab.c
98
{ "source", source, 0, CMP(F) T|M|RAWLIST, 1, 1 },
usr.bin/mail/cmdtab.c
99
{ "set", set, S, CMP(sF) T|M|RAWLIST, 0, 1000 },
usr.bin/mail/def.h
236
#define ARGTYPE_MASK ~(P|I|M|W|F|T|R)
usr.bin/mail/lex.c
686
if (mailmode == mm_sending && (com->c_argtype & M) == 0) {
usr.bin/vndcompress/common.h
93
#define TOOMANY(T, X, N, M) (!ADD_OK(T, X, (N) - 1) || HOWMANY(X, N) > (M))