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

/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c592 mkmonth(int y, int m, int jd_flag, struct monthlines *mlines) argument
612 strftime(mlines->name, sizeof(mlines->name), "%B", &tm);
614 len = mbstowcs(NULL, mlines->name, 0);
616 mbstowcs(wcs, mlines->name, len);
618 wcstombs(mlines->name, wcs, sizeof(mlines->name));
662 memcpy(mlines->lines[i] + k,
665 memcpy(mlines->lines[i] + k, " ", dw);
666 mlines
683 mkmonthb(int y, int m, int jd_flag, struct monthlines *mlines) argument
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplist.c48 * mlines: The number of lines in the logical array of all matches,
51 static int noselect, mselect, inselect, mcol, mline, mcols, mlines; variable
65 * mlastlines: stored value of mlines for use in calculating mnew.
95 * contains mcols*mlines entries. These entries contain a pointer to
1697 DPUTS2(mselect >= 0 && ml >= mlines,
1699 ml, mlines);
2058 mlastlines = mlines = listdat.nlines;
2455 mlines = 999999;
2466 for (y = 0; y < mlines; y++) {
2475 if (y < mlines)
[all...]

Completed in 109 milliseconds