Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dgetdate.c2378 static table const dst_table[] = variable
2680 if (strcmp (word, dst_table[0].name) == 0) in lookup_word()
2681 return dst_table; in lookup_word()