Home
last modified time | relevance | path

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

/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Deb.h418 struct histLabel { struct
420 struct histLabel *prev; argument
450 struct histLabel *histLabel; member
H A Dbuffers.c894 struct histLabel *label, *lnext; in freeWindow()
907 lnext = w->histLabel; in freeWindow()
1280 return (int *)cw->histLabel; in nextLabel()
4456 struct histLabel *label, *lnext; in twoLetter()
4506 lnext = cw->histLabel; in twoLetter()
4511 cw->histLabel = 0; in twoLetter()
6038 struct histLabel *label = cw->histLabel; in runCommand()
6043 cw->histLabel = label->prev; in runCommand()
6662 struct histLabel *label = in runCommand()
6665 label->prev = cw->histLabel; in runCommand()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DConsole.py16 histLabel = consoleWin.GetControl(2)
17 histLabel.SetText ("History:")