Searched refs:byword (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c284 static struct lookup const * byword(const char * string,
844 lp = byword(fields[0], line_codes);
1142 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) {
1195 if ((lp = byword(fields[LP_ROLL], leap_types)) == NULL) {
1248 if ((lp = byword(monthp, mon_names)) == NULL) {
1284 lp = byword(cp, begin_years);
1301 lp = byword(cp, end_years);
1342 if ((lp = byword(dp, lasts)) != NULL) {
1362 if ((lp = byword(dp, wday_names)) == NULL) {
2418 byword(wor function
[all...]

Completed in 23 milliseconds