Home
last modified time | relevance | path

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

/freebsd-src/contrib/tcsh/
H A Ded.chared.c961 GetHistLine(void) in GetHistLine() function
1196 if (GetHistLine() == CC_ERROR) in e_inc_search()
1198 (void) GetHistLine(); in e_inc_search()
1222 if (GetHistLine() == CC_ERROR) in e_inc_search()
1247 if (GetHistLine() == CC_ERROR) in e_inc_search()
1779 if (GetHistLine() == CC_ERROR) { in e_up_hist()
1781 (void) GetHistLine(); /* Hist_num was fixed by first call */ in e_up_hist()
1806 return(GetHistLine()); in e_down_hist()
1913 return(GetHistLine()); in e_up_search_hist()
1970 return(GetHistLine()); in e_down_search_hist()
H A Ded.decls.h42 extern CCRETVAL GetHistLine (void);
H A Ded.inputl.c146 GetHistLine(); in Inputl()