| /xsrc/external/mit/twm/dist/src/ |
| H A D | list.h | 69 extern void AddToList(name_list ** list_head, char *name, char *ptr);
|
| H A D | list.c | 86 AddToList(name_list ** list_head, char *name, char *ptr) function in typeref:typename:void
|
| H A D | gram.y | 491 AddToList(list, $1, $2); } 524 AddToList(list, $1, (char *) 530 AddToList(list, $1, (char *) 544 AddToList(list, $1, NULL); 555 icon_entry : string string { if (Scr->FirstTime) AddToList(list, $1, $2); }
|
| H A D | icons.c | 351 AddToList(&Scr->Icons, icon_name, (char *) bm); 415 AddToList(&Scr->Icons, icon_name, (char *) bm);
|
| H A D | parse.c | 1164 AddToList(list, name, (char *) sinfo);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | list.h | 26 void AddToList(name_list **list_head, const char *name, void *ptr);
|
| H A D | image.c | 64 AddToList(list, fullname, image); 76 AddToList(list, name, image); 88 AddToList(list, name, image); 100 AddToList(list, fullname, image); 111 AddToList(list, fullname, image); 138 AddToList(list, fullname, image); 145 AddToList(list, fullname, image);
|
| H A D | gram.y | 761 AddToList(curplist, $1, $2); } 770 /* added a ';' after call to AddToList */ 771 wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); } 783 AddToList (&Scr->VirtualScreens, $1, ""); 852 AddToList(curplist, $1, 858 AddToList(curplist, $1, 940 AddToList(curplist, $1, 0); 996 icon_entry : string string { if (Scr->FirstTime) AddToList(curplist, $1, $2); }
|
| H A D | list.c | 47 * AddToList - add a window name to the appropriate list 63 void AddToList(name_list **list_head, const char *name, void *ptr) function in typeref:typename:void
|
| H A D | gram.tab.c | 3373 AddToList(curplist, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3385 { AddToList (&Scr->WindowGeometries, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3399 AddToList (&Scr->VirtualScreens, (yyvsp[0].ptr), ""); 3489 AddToList(curplist, (yyvsp[-2].ptr), 3499 AddToList(curplist, (yyvsp[-3].ptr), 3647 AddToList(curplist, (yyvsp[0].ptr), 0); 3718 { if (Scr->FirstTime) AddToList(curplist, (yyvsp[-1].ptr), (yyvsp[0].ptr)); }
|
| H A D | occupation.c | 1419 AddToList(&ws->clientlist, client, ""); 1427 AddToList(&ws->clientlist, client, ""); 1434 AddToList(&ws->clientlist, client, "");
|
| H A D | parse_be.c | 1935 AddToList(slist, name, sinfo); 1965 AddToList(&Scr->EWMHIgnore, (x), ""); \ 1998 AddToList(&Scr->MWMIgnore, (x), ""); \
|
| H A D | icons.c | 722 AddToList(&tmp_win->iconslist, pattern, icon);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | chgprop.c | 115 if (stuff->mode != AddToList && stuff->mode != DeleteFromList) {
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | chgprop.c | 114 if (stuff->mode != AddToList && stuff->mode != DeleteFromList) {
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XI.h | 232 #define AddToList 0 macro
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 3373 AddToList(curplist, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3385 { AddToList (&Scr->WindowGeometries, (yyvsp[-1].ptr), (yyvsp[0].ptr)); } 3399 AddToList (&Scr->VirtualScreens, (yyvsp[0].ptr), ""); 3489 AddToList(curplist, (yyvsp[-2].ptr), 3499 AddToList(curplist, (yyvsp[-3].ptr), 3647 AddToList(curplist, (yyvsp[0].ptr), 0); 3718 { if (Scr->FirstTime) AddToList(curplist, (yyvsp[-1].ptr), (yyvsp[0].ptr)); }
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_input.c | 570 numEvents, eventList, AddToList);
|