Home
last modified time | relevance | path

Searched refs:prevHist (Results 1 – 13 of 13) sorted by relevance

/dports/japanese/w3m/w3m-2b59b9e/
H A Dhistory.h29 extern char *prevHist(Hist *hist);
H A Dhistory.c222 prevHist(Hist *hist) in prevHist() function
H A Dlinein.c1020 p = prevHist(hist); in _prev()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dhistory.h29 extern char *prevHist(Hist *hist);
H A Dhistory.c222 prevHist(Hist *hist) in prevHist() function
H A Dlinein.c1020 p = prevHist(hist); in _prev()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dhistory.h29 extern char *prevHist(Hist *hist);
H A Dhistory.c222 prevHist(Hist *hist) in prevHist() function
H A Dlinein.c1020 p = prevHist(hist); in _prev()
/dports/www/w3m/w3m-2b59b9e/
H A Dhistory.h29 extern char *prevHist(Hist *hist);
H A Dhistory.c222 prevHist(Hist *hist) in prevHist() function
H A Dlinein.c1020 p = prevHist(hist); in _prev()
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dchatwindow.cpp839 const HistoryIterator prevHist = mCurHist++; in keyPressed() local
851 mCurHist = prevHist; in keyPressed()