Lines Matching defs:table
2370 /* Determine whether to append an expiration to the leap second table. */
2472 indicate the expiration of the leap second table, or if the first
2489 " leap second table truncation"),
2763 second table expires. Although this does not conform to
3667 byword(const char *word, const struct lookup *table)
3672 if (word == NULL || table == NULL)
3678 if (table == lasts && ciprefix("last", word) && word[4]) {
3684 table = wday_names;
3691 for (lp = table; lp->l_word != NULL; ++lp)
3698 for (lp = table; lp->l_word != NULL; ++lp)
3708 for (lp = table; lp->l_word; lp++)