Searched refs:trec (Results 1 – 3 of 3) sorted by relevance
663 RegRecord trec = (RegRecord)contents.elementAt(bottom); in walkVector() local673 if (compareEqual(trec.value, pattern)) { in walkVector()674 return trec; in walkVector()676 } else if (compareLessEqual(pattern, trec.value)) { in walkVector()691 if (compareEqual(trec.value, pattern)) { in walkVector()692 rec = trec; in walkVector()719 RegRecord trec = (RegRecord)contents.elementAt(top); in walkVector() local729 if (compareEqual(trec.value, pattern)) { in walkVector()730 return trec; in walkVector()733 trec.value)) { in walkVector()[all …]
119 recno_t scursor, trec; local148 key.data = &trec;
337 float trec, tnext = 0; in prpass() local439 trec = curt->tm_hour * 3600.0 + in prpass()442 if ((recno == 0) && (trec < start_time)) in prpass()444 if ((eflg) && (trec > end_time)) in prpass()477 tnext = trec; in prpass()493 if ((iflg) && (trec < tnext)) in prpass()566 while (tnext <= trec) in prpass()