/src/usr.bin/mail/ |
cmd1.c | 628 int mdot; local in function:inc 636 mdot = newfileinfo(get_abs_msgCount() - nmsg); 637 if ((mp = get_message(mdot)) != NULL)
|
cmd2.c | 66 int list[2], mdot; local in function:next 76 mdot = get_msgnum(dot); 84 if (*ip > mdot)
|
cmd1.c | 628 int mdot; local in function:inc 636 mdot = newfileinfo(get_abs_msgCount() - nmsg); 637 if ((mp = get_message(mdot)) != NULL)
|
cmd2.c | 66 int list[2], mdot; local in function:next 76 mdot = get_msgnum(dot); 84 if (*ip > mdot)
|
lex.c | 1014 int d, n, s, t, u, mdot; local in function:newfileinfo 1031 mdot = get_msgnum(mp); 1033 mdot = omsgCount + 1; 1038 if (mp != NULL && get_message(1) != NULL && get_message(mdot) != mp) 1039 mdot = 0; 1081 return mdot; 1091 int vec[2], mdot; local in function:announce 1093 mdot = newfileinfo(0); 1094 vec[0] = mdot; 1096 if ((dot = get_message(mdot)) == NULL [all...] |
lex.c | 1014 int d, n, s, t, u, mdot; local in function:newfileinfo 1031 mdot = get_msgnum(mp); 1033 mdot = omsgCount + 1; 1038 if (mp != NULL && get_message(1) != NULL && get_message(mdot) != mp) 1039 mdot = 0; 1081 return mdot; 1091 int vec[2], mdot; local in function:announce 1093 mdot = newfileinfo(0); 1094 vec[0] = mdot; 1096 if ((dot = get_message(mdot)) == NULL [all...] |