Home | History | Annotate | Download | only in tzcode

Lines Matching full:byword

320 static struct lookup const *	byword(const char * string,
1019 lp = byword(fields[0], line_codes);
1304 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) {
1357 if ((lp = byword(fields[LP_ROLL], leap_types)) == NULL) {
1406 if ((lp = byword(monthp, mon_names)) == NULL) {
1442 lp = byword(cp, begin_years);
1461 lp = byword(cp, end_years);
1504 if ((lp = byword(dp, lasts)) != NULL) {
1524 if ((lp = byword(dp, wday_names)) == NULL) {
2884 byword(register const char *const word,