Searched refs:h_start (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dsearch.c1279 * string s in the history list, starting at h_start and ending at
1281 filestruct *find_history(const filestruct *h_start, const filestruct argument
1286 for (p = h_start; p != h_end->next && p != NULL; p = p->next) {
H A Dproto.h616 filestruct *find_history(const filestruct *h_start, const filestruct

Completed in 142 milliseconds