Searched refs:sprlex (Results 1 – 4 of 4) sorted by relevance
80 extern Char *sprlex (const struct wordent *);
1002 p = sprlex(&hp->Hlex); in GetHistLine()1735 p = sprlex(&hp->Hlex); in e_toggle_hist()1882 hp->histline = sprlex(&hp->Hlex); in e_up_search_hist()1886 hl = sprlex(&hp->Hlex); in e_up_search_hist()1941 hp->histline = sprlex(&hp->Hlex); in e_down_search_hist()1945 hl = sprlex(&hp->Hlex); in e_down_search_hist()
1204 istr = sprlex(&hp->Hlex); in fmthist()
145 sprlex(const struct wordent *sp0) in sprlex() function