Searched refs:F_NEXTICONMGR (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dparse.h140 #define F_NEXTICONMGR 38 macro
H A Diconmgr.c281 * - F_NEXTICONMGR - go to the next icon manager
294 #define ITER(i) (dir == F_NEXTICONMGR ? (i)->next : (i)->prev)
295 #define IPOFSP(sp) (dir == F_NEXTICONMGR ? &(sp->iconmgr) : sp->iconmgr.lasti)
306 int inc = (dir == F_NEXTICONMGR ? 1 : -1);
H A Dparse.c452 { "f.nexticonmgr", FKEYWORD, F_NEXTICONMGR },
H A Dmenus.c1239 case F_NEXTICONMGR:
1292 case F_NEXTICONMGR:
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_defs.h80 #define F_NEXTICONMGR 59 macro
H A Dfunctions.c200 case F_NEXTICONMGR:
H A Dfunctions_dispatch_execution.h77 [F_NEXTICONMGR] = f_nexticonmgr_impl,
H A Dfunctions_parse_table.h80 { "f.nexticonmgr", FKEYWORD, F_NEXTICONMGR },
H A Diconmgr.c615 * F_NEXTICONMGR - go to the next icon manager
633 #define ITER(i) (dir == F_NEXTICONMGR ? (i)->next : (i)->prev)
634 #define IPOFSP(sp) (dir == F_NEXTICONMGR ? sp->iconmgr : sp->iconmgr->lasti)
645 int inc = (dir == F_NEXTICONMGR ? 1 : -1);

Completed in 10 milliseconds