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

/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c600 int firstm; /* first day of first week of month */ local
636 * Set firstm to the day number of monday of the first week of
639 firstm = first - weekday(first);
656 for (j = firstm + i, k = 0; j < last; j += 7, k += dw)
672 for (j = firstm, k = 0; j < last; k += dw, j += 7)
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomp.h263 Cmatch firstm; /* the first match */ member in struct:aminfo

Completed in 118 milliseconds