Home
last modified time | relevance | path

Searched refs:rulep (Results 1 – 2 of 2) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dctime.c493 getrule(strp, rulep) in getrule() argument
495 register struct rule * const rulep;
501 rulep->r_type = JULIAN_DAY;
525 rulep->r_type = DAY_OF_YEAR;
535 strp = getsecs(strp, &rulep->r_time);
559 switch (rulep->r_type) {
570 if (leapyear && rulep->r_day >= 60)
595 m1 = (rulep->r_mon + 9) % 12 + 1;
609 d = rulep->r_day - dow;
612 for (i = 1; i < rulep->r_week; ++i) {
[all …]
/original-bsd/usr.bin/yacc/
H A Dlalr.c359 register short *rulep; in build_relations() local
384 for (rulep = derives[symbol1]; *rulep >= 0; rulep++) in build_relations()
390 for (rp = ritem + rrhs[*rulep]; *rp >= 0; rp++) in build_relations()
405 add_lookback_edge(stateno, *rulep, i); in build_relations()