Searched refs:rulep (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 143 static const char * getrule(const char * strp, struct rule * rulep); 174 static int_fast32_t transtime(int year, const struct rule * rulep, 780 getrule(const char *strp, register struct rule *const rulep) in getrule() argument 786 rulep->r_type = JULIAN_DAY; in getrule() 788 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); in getrule() 793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 795 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule() 800 strp = getnum(strp, &rulep->r_week, 1, 5); in getrule() 805 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); in getrule() 810 rulep->r_type = DAY_OF_YEAR; in getrule() [all …]
|
/external/bison/src/ |
D | lalr.c | 231 rule **rulep; in build_relations() local 233 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++) in build_relations() 241 for (rp = (*rulep)->rhs; ! item_number_is_rule_number (*rp); rp++) in build_relations() 249 add_lookback_edge (s, *rulep, i); in build_relations()
|
D | ielr.c | 111 rule **rulep; in ielr_compute_internal_follow_edges() local 112 for (rulep = derives[states[to_state[i]]->accessing_symbol in ielr_compute_internal_follow_edges() 114 *rulep; in ielr_compute_internal_follow_edges() 115 ++rulep) in ielr_compute_internal_follow_edges() 136 (*rulep)->rhs - ritem)) in ielr_compute_internal_follow_edges() 140 item_number_as_symbol_number (*(*rulep)->rhs)); in ielr_compute_internal_follow_edges()
|