Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp77 const int *search(const char *ptr, int length, int **temp_listp);
514 int **temp_listp) in search() argument
517 if (*temp_listp) { in search()
518 a_delete *temp_listp; in search() local
519 *temp_listp = 0; in search()
559 *temp_listp = matches; in search()