OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transientfor
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
twm_window_struct.h
191
Window
transientfor
;
member in struct:TwmWindow
win_iconify.c
57
leader = tmp_win->
transientfor
;
545
((t->istransient && t->
transientfor
== tmp_win->w) ||
563
((t->istransient && t->
transientfor
== tmp_win->w) ||
otp.c
150
return (trans->istransient && trans->
transientfor
== main->w);
1506
const TwmWindow *parent = GetTwmWindow(owl->twm_win->
transientfor
);
1861
TwmWindow *parent = GetTwmWindow(owl->twm_win->
transientfor
);
occupation.c
174
t = GetTwmWindow(twm_win->
transientfor
);
1328
((t->istransient && t->
transientfor
== tmp_win->w) ||
add_window.c
264
&tmp_win->
transientfor
);
267
* XXX Should this be looking up
transientfor
instead of tmp_win?
439
t = GetTwmWindow(tmp_win->
transientfor
);
/xsrc/external/mit/twm/dist/src/
twm.h
293
Window
transientfor
; /* window contained in XA_XM_TRANSIENT_FOR */
member in struct:TwmWindow
menus.c
2404
if (t->transient && t->
transientfor
== tmp_win->w) {
2456
if (t->transient && t->
transientfor
== tmp_win->w) {
add_window.c
263
tmp_win->transient = (short) Transient(tmp_win->w, &tmp_win->
transientfor
);
Completed in 11 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026