Searched refs:LookInList (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dlist.h74 extern char *LookInList(name_list * list_head, const char *name,
H A Dlist.c77 * should be placed in it. LookInList returns this ptr value
78 * and procedures calling LookInList will check for a non-null
117 LookInList(name_list * list_head, const char *name, XClassHint *xclass) function in typeref:typename:char *
143 return (LookInList(list_head, name, NULL));
H A Dadd_window.c275 (!short_lookup LookInList(Scr->NoHighlight, tmp_win->full_name,
279 (!short_lookup LookInList(Scr->NoStackModeL, tmp_win->full_name,
283 (!short_lookup LookInList(Scr->NoTitleHighlight, tmp_win->full_name,
286 tmp_win->auto_raise = short_lookup LookInList(Scr->AutoRaise,
293 !short_lookup LookInList(Scr->DontIconify, tmp_win->full_name,
300 short_lookup LookInList(Scr->IconifyByUn, tmp_win->full_name,
303 if (LookInList(Scr->WindowRingL, tmp_win->full_name, &tmp_win->xclass)) {
325 if (!LookInList(Scr->DontSqueezeTitleL, tmp_win->full_name,
328 LookInList(Scr->SqueezeTitleL, tmp_win->full_name,
351 if (LookInList(Sc
[all...]
H A Diconmgr.c364 if (LookInList(Scr->IconMgrNoShow, tmp_win->full_name, &tmp_win->xclass))
367 !LookInList(Scr->IconMgrShow, tmp_win->full_name, &tmp_win->xclass))
369 if ((ip = (IconMgr *) LookInList(Scr->IconMgrs, tmp_win->full_name,
H A Dicons.c342 icon_name = LookInList(Scr->IconNames, tmp_win->full_name,
406 icon_name = LookInList(Scr->IconNames, tmp_win->full_name,
H A Dmenus.c2396 LookInList(Scr->WarpCursorL, tmp_win->full_name, &tmp_win->xclass)) &&
/xsrc/external/mit/ctwm/dist/
H A Dlist.h27 void *LookInList(name_list *list_head, const char *name,
H A Dlist.c56 * should be placed in it. LookInList returns this ptr value
57 * and procedures calling LookInList will check for a non-null
87 * LookInList - look through a list for a window name, or class
101 void *LookInList(name_list *list_head, const char *name, XClassHint *class) function in typeref:typename:void *
132 return (LookInList(list_head, name, NULL));
137 return LookInList(list_head, twin->name, &(twin->class));
142 return (bool)LookInList(list_head, twin->name, &(twin->class));
H A Devent_utils.c56 if(LookInList(Scr->AutoPopupL, tmp->name, &tmp->class)
H A Diconmgr.c118 bw = LookInList(Scr->NoBorder, imname, NULL) ? 0 :
714 if(LookInList(Scr->IconMgrNoShow, tmp_win->name, &tmp_win->class)) {
718 && !LookInList(Scr->IconMgrShow, tmp_win->name, &tmp_win->class)) {
723 if((ip = (IconMgr *)LookInList(Scr->IconMgrs, tmp_win->name,
H A Dwindowbox.c108 if(LookInList(winbox->winlist, twmwin->name, &twmwin->class)) {
H A Dicons.c235 if(LookInList(ir->clientlist, tmp_win->name, &tmp_win->class)) {
585 LookInList(Scr->NoIconTitle, tmp_win->name, &tmp_win->class)) {
1252 LookInList(Scr->NoIconTitle, win->name, &win->class)) {
1399 icon_name = LookInList(Scr->IconNames, tmp_win->name, &tmp_win->class);
H A Dmask_screen.c270 ! LookInList(Scr->NoIconTitle, tmp_win->name, &tmp_win->class)) {
H A Doccupation.c104 if(LookInList(ws->clientlist, twm_win->name, &twm_win->class)) {
110 if(LookInList(Scr->OccupyAll, twm_win->name, &twm_win->class)) {
447 if(LookInList(Scr->OccupyAll, win->name, &win->class)) {
453 if(LookInList(ws->clientlist, win->name, &win->class)) {
H A Dwin_regions.c129 if(LookInList(wr->clientlist, tmp_win->name, &tmp_win->class)) {
H A Dwin_iconify.c196 LookInList(Scr->WarpCursorL, tmp_win->name, &tmp_win->class))) {
H A Dotp.c1030 if(LookInList(prefs->switchingL, twm_win->name, &twm_win->class)) {
1036 if(LookInList(prefs->priorityL[i],
H A Dsession.c380 if(LookInList(Scr == NULL ? ScreenList [0]->DontSave : Scr->DontSave,
H A Devent_handlers.c1622 ! LookInList(Scr->NoIconTitle, Tmp_win->name, &Tmp_win->class)) {
2011 LookInList(Scr->WarpOnDeIconify, Tmp_win->name, &Tmp_win->class)) {
2039 LookInList(Scr->WarpOnDeIconify, Tmp_win->name, &Tmp_win->class)) {
H A Dmenus.c1241 if(LookInList(Scr->IconMenuDontShow, tmp_win->name, &tmp_win->class)) {

Completed in 35 milliseconds