zic.c | 371 static struct lookup const * byword(const char * string, 1772 lp = byword(fields[0], line_codes); 2089 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) { 2131 struct lookup const *lp = byword(fields[LP_ROLL], leap_types); 2194 if ((lp = byword(monthp, mon_names)) == NULL) { 2230 lp = byword(cp, begin_years); 2244 lp = byword(cp, end_years); 2277 if ((lp = byword(dp, lasts)) != NULL) { 2301 if ((lp = byword(dp, wday_names)) == NULL) { 3723 byword(const char *word, const struct lookup *table function in typeref:typename:const struct lookup * [all...] |