Searched refs:AddFuncButton (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | menus.h | 147 void AddFuncButton(int num, int cont, int mods, int func,
|
| H A D | gram.y | 227 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 D | gram.tab.c | 2200 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 D | menus.c | 157 * 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 D | gram.tab.c | 2200 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