Lines Matching defs:lookup
357 struct lookup {
362 static struct lookup const * byword(const char * string,
363 const struct lookup * lp);
365 static struct lookup const zi_line_codes[] = {
371 static struct lookup const leap_line_codes[] = {
377 static struct lookup const mon_names[] = {
393 static struct lookup const wday_names[] = {
404 static struct lookup const lasts[] = {
415 static struct lookup const begin_years[] = {
420 static struct lookup const end_years[] = {
426 static struct lookup const leap_types[] = {
1700 register const struct lookup * lp;
1730 struct lookup const *line_codes
2013 register const struct lookup * lp;
2090 struct lookup const *lp = byword(fields[LP_ROLL], leap_types);
2147 register const struct lookup * lp;
3666 static const struct lookup *
3667 byword(const char *word, const struct lookup *table)
3669 register const struct lookup * foundlp;
3670 register const struct lookup * lp;