plist_put        11513 src/coding.c   	plist_put (CODING_ATTR_PLIST (attrs), prop, val));
plist_put        2544 src/fns.c          return plist_put (plist, prop, val);
plist_put        2604 src/fns.c          (symbol, plist_put (XSYMBOL (symbol)->u.s.plist, propname, value));
plist_put        3459 src/fns.c        XSETCDR (widget, plist_put (XCDR (widget), property, value));
plist_put        4051 src/lisp.h     extern Lisp_Object plist_put (Lisp_Object plist, Lisp_Object prop,
plist_put        1300 src/process.c      pset_childp (p, plist_put (p->childp, QCbuffer, buffer));
plist_put        1392 src/process.c      pset_childp (p, plist_put (p->childp, QCfilter, filter));
plist_put        1424 src/process.c      pset_childp (p, plist_put (p->childp, QCsentinel, sentinel));
plist_put        1585 src/process.c      contact = plist_put (contact, QCremote,
plist_put        2968 src/process.c        pset_childp (p, plist_put (p->childp, option, value));
plist_put        3529 src/process.c  		  contact = plist_put (contact, QCservice, service);
plist_put        3635 src/process.c        contact = plist_put (contact, p->is_server? QClocal: QCremote,
plist_put        3644 src/process.c  	    contact = plist_put (contact, QClocal,
plist_put        4068 src/process.c  	  contact = plist_put (contact, QChost, Qnil);
plist_put        5029 src/process.c    contact = plist_put (contact, QCserver, Qnil);
plist_put        5030 src/process.c    contact = plist_put (contact, QChost, host);
plist_put        5032 src/process.c      contact = plist_put (contact, QCservice, service);
plist_put        5033 src/process.c    contact = plist_put (contact, QCremote,
plist_put        5038 src/process.c      contact = plist_put (contact, QClocal,
plist_put        2960 src/sysdep.c     childp2 = plist_put (childp2, QCspeed, tem);
plist_put        2981 src/sysdep.c     childp2 = plist_put (childp2, QCbytesize, tem);
plist_put        3014 src/sysdep.c     childp2 = plist_put (childp2, QCparity, tem);
plist_put        3036 src/sysdep.c     childp2 = plist_put (childp2, QCstopbits, tem);
plist_put        3076 src/sysdep.c     childp2 = plist_put (childp2, QCflowcontrol, tem);
plist_put        3083 src/sysdep.c     childp2 = plist_put (childp2, QCsummary, build_string (summary));
plist_put        11022 src/w32.c        childp2 = plist_put (childp2, QCspeed, tem);
plist_put        11036 src/w32.c        childp2 = plist_put (childp2, QCbytesize, tem);
plist_put        11066 src/w32.c        childp2 = plist_put (childp2, QCparity, tem);
plist_put        11083 src/w32.c        childp2 = plist_put (childp2, QCstopbits, tem);
plist_put        11116 src/w32.c        childp2 = plist_put (childp2, QCflowcontrol, tem);
plist_put        11122 src/w32.c        childp2 = plist_put (childp2, QCsummary, build_string (summary));
plist_put        15088 src/xdisp.c    	      plist = plist_put (plist, QCrelief, make_fixnum (-relief));
plist_put        15098 src/xdisp.c    	  plist = plist_put (plist, QCrelief,
plist_put        15110 src/xdisp.c    	    plist = plist_put (plist, QCmargin, make_fixnum (hmargin));
plist_put        15112 src/xdisp.c    	    plist = plist_put (plist, QCmargin,
plist_put        15121 src/xdisp.c    	plist = plist_put (plist, QCconversion, Qdisabled);
plist_put        27105 src/xdisp.c    			oprops = plist_put (oprops, XCAR (tem),
plist_put        27563 src/xdisp.c    	  props = plist_put (props, Qface, face);