Searched refs:AddToList (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dlist.h69 extern void AddToList(name_list ** list_head, char *name, char *ptr);
H A Dlist.c86 AddToList(name_list ** list_head, char *name, char *ptr) function in typeref:typename:void
H A Dgram.y491 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 Dicons.c351 AddToList(&Scr->Icons, icon_name, (char *) bm);
415 AddToList(&Scr->Icons, icon_name, (char *) bm);
H A Dparse.c1164 AddToList(list, name, (char *) sinfo);
/xsrc/external/mit/ctwm/dist/
H A Dlist.h26 void AddToList(name_list **list_head, const char *name, void *ptr);
H A Dimage.c64 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 Dgram.y761 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 Dlist.c47 * 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 Dgram.tab.c3373 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 Doccupation.c1419 AddToList(&ws->clientlist, client, "");
1427 AddToList(&ws->clientlist, client, "");
1434 AddToList(&ws->clientlist, client, "");
H A Dparse_be.c1935 AddToList(slist, name, sinfo);
1965 AddToList(&Scr->EWMHIgnore, (x), ""); \
1998 AddToList(&Scr->MWMIgnore, (x), ""); \
H A Dicons.c722 AddToList(&tmp_win->iconslist, pattern, icon);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dchgprop.c115 if (stuff->mode != AddToList && stuff->mode != DeleteFromList) {
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dchgprop.c114 if (stuff->mode != AddToList && stuff->mode != DeleteFromList) {
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXI.h232 #define AddToList 0 macro
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c3373 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 Dglut_input.c570 numEvents, eventList, AddToList);

Completed in 37 milliseconds