Searched refs:tbf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations_init.c206 TitleButtonFunc *tbf; local in function:SetCurrentTBAction
212 for(tbf = cur_tb->funs; tbf; tbf = tbf->next) {
213 if(tbf->num == button && tbf->mods == nmods) {
217 if(!tbf) {
218 tbf = malloc(sizeof(TitleButtonFunc));
219 if(!tbf) {
[all...]
H A Devent_handlers.c2698 TitleButtonFunc *tbf; local in function:HandleButtonPress
2706 for(tbf = tbw->info->funs; tbf; tbf = tbf->next) {
2707 if(tbf->num == ButtonPressed
2708 && tbf->mods == modifier) {
2709 switch(tbf->func) {
2718 do_menu(tbf->menuroot, tbw->window);
2722 ExecuteFunction(tbf
[all...]

Completed in 4 milliseconds