Searched refs:AddFuncButton (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dmenus.h147 void AddFuncButton(int num, int cont, int mods, int func,
H A Dgram.y227 AddFuncButton ($1, C_ROOT, 0, F_MENU, root, NULL);
232 AddFuncButton ($1, C_ROOT, 0, $2, pull, NULL);
240 AddFuncButton ($1, C_ROOT, 0, $2, NULL, item);
H A Dgram.tab.c2200 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, F_MENU, root, NULL);
2210 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, (yyvsp[0].num), pull, NULL);
2218 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, (yyvsp[0].num), NULL, item);
H A Dmenus.c157 * AddFuncButton - add a function button to the list
171 AddFuncButton(int num, int cont, int nmods, int func, function in typeref:typename:void
227 #define SETDEF(btn, ctx, func) AddFuncButton(btn, ctx, 0, func, NULL, NULL)
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c2200 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, F_MENU, root, NULL);
2210 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, (yyvsp[0].num), pull, NULL);
2218 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, (yyvsp[0].num), NULL, item);

Completed in 16 milliseconds