| /xsrc/external/mit/twm/dist/src/ |
| H A D | list.h | 74 extern char *LookInList(name_list * list_head, const char *name,
|
| H A D | list.c | 77 * 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 D | add_window.c | 275 (!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 D | iconmgr.c | 364 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 D | icons.c | 342 icon_name = LookInList(Scr->IconNames, tmp_win->full_name, 406 icon_name = LookInList(Scr->IconNames, tmp_win->full_name,
|
| H A D | menus.c | 2396 LookInList(Scr->WarpCursorL, tmp_win->full_name, &tmp_win->xclass)) &&
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | list.h | 27 void *LookInList(name_list *list_head, const char *name,
|
| H A D | list.c | 56 * 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 D | event_utils.c | 56 if(LookInList(Scr->AutoPopupL, tmp->name, &tmp->class)
|
| H A D | iconmgr.c | 118 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 D | windowbox.c | 108 if(LookInList(winbox->winlist, twmwin->name, &twmwin->class)) {
|
| H A D | icons.c | 235 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 D | mask_screen.c | 270 ! LookInList(Scr->NoIconTitle, tmp_win->name, &tmp_win->class)) {
|
| H A D | occupation.c | 104 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 D | win_regions.c | 129 if(LookInList(wr->clientlist, tmp_win->name, &tmp_win->class)) {
|
| H A D | win_iconify.c | 196 LookInList(Scr->WarpCursorL, tmp_win->name, &tmp_win->class))) {
|
| H A D | otp.c | 1030 if(LookInList(prefs->switchingL, twm_win->name, &twm_win->class)) { 1036 if(LookInList(prefs->priorityL[i],
|
| H A D | session.c | 380 if(LookInList(Scr == NULL ? ScreenList [0]->DontSave : Scr->DontSave,
|
| H A D | event_handlers.c | 1622 ! 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 D | menus.c | 1241 if(LookInList(Scr->IconMenuDontShow, tmp_win->name, &tmp_win->class)) {
|