Searched refs:rulep (Results 1 – 5 of 5) sorted by relevance
/external/ltrace/ |
D | filter.c | 69 struct filter_rule **rulep; in filter_add_rule() local 70 for (rulep = &filt->rules; *rulep != NULL; rulep = &(*rulep)->next) in filter_add_rule() 72 *rulep = rule; in filter_add_rule()
|
/external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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 | 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()
|