Home
last modified time | relevance | path

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

/dports/games/cgoban/cgoban-1.9.14/src/
H A DgameSetup.c106 ls->hcapIn = butTextin_create(newHcap, ls, ls->win, 1, in gameSetup_create()
208 but_resize(ls->hcapIn, bw*3,y+bw*6+fh*10, butW,fh*2); in resize()
312 but_setFlags(ls->hcapIn, BUT_KEYED); in newSize()
397 if (newHcap(ls->hcapIn, butTextin_get(ls->hcapIn)) & BUTOUT_ERR) in okPressed()
H A DgameSetup.h39 But *hcapStr, *hcapIn; member
/dports/games/cgoban/cgoban-1.9.14/src/client/
H A Dmatch.h42 But *hcapStr, *hcapIn, *hcapDown, *hcapUp; member
H A Dmatch.c195 m->hcapIn = butTextin_create(newHcap, m, m->win, 1, in cliMatch_create()
357 but_resize(m->hcapIn, bw*3+fh*2,y+bw*5+fh*6, butW-fh*4,fh*2); in resize()
771 if (newHcap(m->hcapIn, butTextin_get(m->hcapIn)) & BUTOUT_ERR) in changeHcap()
788 butTextin_set(m->hcapIn, hcapStr, TRUE); in changeHcap()
800 butTextin_set(match->hcapIn, temp, TRUE); in cliMatch_extraInfo()