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

/macosx-10.10.1/nano-12/src/
H A Dsearch.c1281 filestruct *find_history(const filestruct *h_start, const filestruct function
1313 p = find_history(*hage, *hbot, s, (size_t)-1);
1414 p = find_history((*h)->next, hbot, s, len);
1417 p = find_history(p->next, hbot, s, len);
1426 p = find_history(hage, *h, s, len);
1429 p = find_history(p->next, *h, s, len);
H A Dproto.h616 filestruct *find_history(const filestruct *h_start, const filestruct

Completed in 96 milliseconds