Searched refs:mpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c591 int mpl; local
597 mpl = jd_flag ? 2 : 3;
599 wdss = (mpl == 2) ? " " : "";
612 * The year header is printed when there are more than 'mpl' months
613 * and if the first month is a multitude of 'mpl'.
616 printyearheader = (after >= mpl - 1) && (M2M(m1) - 1) % mpl == 0;
621 for (i = 0; i != mpl && m + i <= m2; i++) {
633 printf("%s\n", center(t, s, mpl * mw));
668 m += mpl;
679 int mpl; local
[all...]
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_isr.c64 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
121 mpl = mpf = mp;
128 mpl->m_next = mp;
129 mpl = mp;
134 mpl->m_len = rem_len;
183 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
256 mpl = mpf = mp;
263 mpl->m_next = mp;
264 mpl = mp;
269 mpl
[all...]

Completed in 49 milliseconds