Searched refs:rulep (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | localtime.c | 148 static const char * getrule(const char * strp, struct rule * rulep); 179 const struct rule * rulep, long offset); 759 getrule(strp, rulep) in getrule() argument 761 register struct rule * const rulep; 767 rulep->r_type = JULIAN_DAY; 769 strp = getnum(strp, &rulep->r_day, 1, DAYSPERNYEAR); 774 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 776 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); 781 strp = getnum(strp, &rulep->r_week, 1, 5); 786 strp = getnum(strp, &rulep->r_day, 0, DAYSPERWEEK - 1); [all …]
|
/external/bison/src/ |
D | lalr.c | 242 rule **rulep; in build_relations() local 244 for (rulep = derives[symbol1 - ntokens]; *rulep; rulep++) in build_relations() 252 for (rp = (*rulep)->rhs; ! item_number_is_rule_number (*rp); rp++) in build_relations() 260 add_lookback_edge (s, *rulep, i); in build_relations()
|