Searched refs:AutoRaise (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dscreen.h165 name_list *AutoRaise; /* list of window names to auto-raise */ member in struct:ScreenInfo
H A Dtwm.c418 Scr->AutoRaise = NULL;
671 FreeList(&Scr->AutoRaise);
H A Dgram.y232 | AUTO_RAISE { list = &Scr->AutoRaise; }
H A Dadd_window.c286 tmp_win->auto_raise = short_lookup LookInList(Scr->AutoRaise,
/xsrc/external/mit/ctwm/dist/
H A Dscreen.h593 /// AutoRaise config var (list). Windows to automatically raise when
596 name_list *AutoRaise; member in struct:ScreenInfo
784 /// AutoRaise config flag. \sa ScreenInfo.AutoRaise
H A Dgram.y349 | AUTO_RAISE { curplist = &Scr->AutoRaise; }
H A Dadd_window.c383 tmp_win->auto_raise = Scr->AutoRaiseDefault || CHKL(AutoRaise);
H A Dgram.tab.c2514 { curplist = &Scr->AutoRaise; }
H A DCHANGES.md1788 * AutoRaise and tiny windows in the Workspace Map.
2091 1. AutoRaise with RaiseDelay. Thanks to Johan Vromans <<jv@mh.nl>> who
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c2514 { curplist = &Scr->AutoRaise; }
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc395 AutoRaise { "emacs" "XTerm" "Xmh" }
401 AutoRaise
490 AutoRaise [{ `win-list` }]::
1594 (see the `AutoRaise` variable and the `f.autoraise` function)
2426 entered by the pointer. See the description of the variable `AutoRaise`.

Completed in 69 milliseconds