ndx_page_t         47 ext/dbase/dbf_ndx.c static ndx_page_t *ndx_get_page(ndx_header_t *hp, int pageno)
ndx_page_t         49 ext/dbase/dbf_ndx.c 	ndx_page_t	*fp;
ndx_page_t         56 ext/dbase/dbf_ndx.c 	if ((fp = (ndx_page_t *)malloc(sizeof(ndx_page_t))) == NULL)
ndx_page_t         87 ext/dbase/dbf_ndx.c static ndx_page_t *ndx_get_first_pg(ndx_header_t *hp)
ndx_page_t         89 ext/dbase/dbf_ndx.c 	ndx_page_t	*fp;
ndx_page_t         99 ext/dbase/dbf_ndx.c static ndx_record_t *ndx_get_record(ndx_page_t *fp, int rec_no)
ndx_page_t        127 ext/dbase/dbf_ndx.c static ndx_record_t *ndx_scan_down(ndx_header_t *hp, ndx_page_t *fp, int recno)
ndx_page_t        129 ext/dbase/dbf_ndx.c 	ndx_page_t	*np;
ndx_page_t        142 ext/dbase/dbf_ndx.c static ndx_record_t *ndx_scan_up(ndx_header_t *hp, ndx_page_t *fp, int recno)
ndx_page_t        158 ext/dbase/dbf_ndx.c 	ndx_page_t	*fp;
ndx_page_t        171 ext/dbase/dbf_ndx.c 	ndx_page_t	*fp;