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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c259 static struct lookup const *byword(const char *string,
864 lp = byword(fields[0], line_codes);
1171 if ((lp = byword(fields[LP_MONTH], mon_names)) == NULL) {
1224 if ((lp = byword(fields[LP_ROLL], leap_types)) == NULL) {
1277 if ((lp = byword(monthp, mon_names)) == NULL) {
1313 lp = byword(cp, begin_years);
1340 if ((lp = byword(cp, end_years)) != NULL) {
1392 if ((lp = byword(dp, lasts)) != NULL) {
1412 if ((lp = byword(dp, wday_names)) == NULL) {
2038 byword(wor function
[all...]

Completed in 64 milliseconds