Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.decls.h80 extern Char *sprlex (const struct wordent *);
H A Ded.chared.c1002 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()
H A Dsh.hist.c1204 istr = sprlex(&hp->Hlex); in fmthist()
H A Dtc.func.c145 sprlex(const struct wordent *sp0) in sprlex() function