Home | History | Annotate | Download | only in db

Lines Matching defs:rh

617 	static RECNOINFO rh;
677 rh.flags = atoi(eq);
678 return &rh;
681 rh.cachesize = atoi(eq);
682 return &rh;
685 rh.lorder = atoi(eq);
686 return &rh;
689 rh.reclen = atoi(eq);
690 return &rh;
693 rh.bval = atoi(eq);
694 return &rh;
697 rh.psize = atoi(eq);
698 return &rh;