HomeSort by: relevance | last modified time | path
    Searched refs:C_ROOT (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
ctwm.h 78 #define C_ROOT 3
90 #define C_ROOT_BIT (1 << C_ROOT)
functions_win.c 79 if(tmp_win->icon && (w == tmp_win->icon->w) && Context != C_ROOT) {
137 if(tmp_win->icon && (w == tmp_win->icon->w) && Context != C_ROOT) {
149 if(tmp_win->icon && (w == tmp_win->icon->w) && Context != C_ROOT) {
functions.c 376 if((context == C_ROOT) || (context == C_ALTERNATE)) {
win_iconify.c 157 (Window) 0, tmp_win, &event, C_ROOT, false);
210 (Window) 0, tmp_win, &event, C_ROOT, false);
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);
workspace_utils.c 275 (Window) 0, NULL, &event, C_ROOT, false);
event_handlers.c 904 Context = C_ROOT;
913 fprintf(stderr, "HandleKeyPress: wt_Desktop -> C_ROOT\n");
914 Context = C_ROOT;
1002 if(Context == C_ROOT && Tmp_win != NULL) {
2684 Context = C_ROOT;
2762 Context = C_ROOT;
2783 fprintf(stderr, "HandleButtonPress: wt_Desktop -> C_ROOT\n");
2784 Context = C_ROOT;
2986 if(Context == C_ROOT && Tmp_win != NULL) {
3396 Context = C_ROOT;
    [all...]
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);
functions_win_moveresize.c 903 || Context == C_ROOT)
add_window.c 2048 case C_ROOT:
2065 case C_ROOT:
  /xsrc/external/mit/twm/dist/src/
twm.h 124 #define C_ROOT 3
134 #define C_ROOT_BIT (1 << C_ROOT)
gram.y 182 Scr->Mouse[$1][C_ROOT][0].func = F_MENU;
183 Scr->Mouse[$1][C_ROOT][0].menu = root;
185 | button action { Scr->Mouse[$1][C_ROOT][0].func = $2;
189 Scr->Mouse[$1][C_ROOT][0].menu = pull;
194 Scr->Mouse[$1][C_ROOT][0].item =
events.c 577 Context = C_ROOT;
1795 Context = C_ROOT;
menus.c 1817 if (w == tmp_win->icon_w && Context != C_ROOT)
2198 * is C_ROOT
2207 if (context == C_ROOT) {
  /xsrc/external/mit/ctwm/dist/gen/
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 56 milliseconds