Home
last modified time | relevance | path

Searched refs:MonthDayTable (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/cvs/
Ddate.y300 static TABLE const MonthDayTable[] = {
660 for (tp = MonthDayTable; tp->name; tp++) { in lookup()
/openbsd/src/gnu/usr.bin/cvs/lib/
Dgetdate.y366 static TABLE const MonthDayTable[] = {
738 for (tp = MonthDayTable; tp->name; tp++) {
Dgetdate.c1383 static TABLE const MonthDayTable[] = { variable
1752 for (tp = MonthDayTable; tp->name; tp++) {
/openbsd/src/usr.bin/rcs/
Ddate.y301 static TABLE const MonthDayTable[] = {
665 for (tp = MonthDayTable; tp->name; tp++) { in lookup()