plist_put        11539 src/coding.c   	plist_put (CODING_ATTR_PLIST (attrs), prop, val));
plist_put        2570 src/fns.c          return plist_put (plist, prop, val);
plist_put        2630 src/fns.c          (symbol, plist_put (XSYMBOL (symbol)->u.s.plist, propname, value));
plist_put        3492 src/fns.c        XSETCDR (widget, plist_put (XCDR (widget), property, value));
plist_put        4056 src/lisp.h     extern Lisp_Object plist_put (Lisp_Object plist, Lisp_Object prop,
plist_put        1306 src/process.c      pset_childp (p, plist_put (p->childp, QCbuffer, buffer));
plist_put        1398 src/process.c      pset_childp (p, plist_put (p->childp, QCfilter, filter));
plist_put        1430 src/process.c      pset_childp (p, plist_put (p->childp, QCsentinel, sentinel));
plist_put        1591 src/process.c      contact = plist_put (contact, QCremote,
plist_put        2984 src/process.c        pset_childp (p, plist_put (p->childp, option, value));
plist_put        3545 src/process.c  		  contact = plist_put (contact, QCservice, service);
plist_put        3651 src/process.c        contact = plist_put (contact, p->is_server? QClocal: QCremote,
plist_put        3660 src/process.c  	    contact = plist_put (contact, QClocal,
plist_put        4083 src/process.c  	  contact = plist_put (contact, QChost, Qnil);
plist_put        5044 src/process.c    contact = plist_put (contact, QCserver, Qnil);
plist_put        5045 src/process.c    contact = plist_put (contact, QChost, host);
plist_put        5047 src/process.c      contact = plist_put (contact, QCservice, service);
plist_put        5048 src/process.c    contact = plist_put (contact, QCremote,
plist_put        5053 src/process.c      contact = plist_put (contact, QClocal,
plist_put        3208 src/sysdep.c     childp2 = plist_put (childp2, QCspeed, tem);
plist_put        3229 src/sysdep.c     childp2 = plist_put (childp2, QCbytesize, tem);
plist_put        3262 src/sysdep.c     childp2 = plist_put (childp2, QCparity, tem);
plist_put        3284 src/sysdep.c     childp2 = plist_put (childp2, QCstopbits, tem);
plist_put        3324 src/sysdep.c     childp2 = plist_put (childp2, QCflowcontrol, tem);
plist_put        3331 src/sysdep.c     childp2 = plist_put (childp2, QCsummary, build_string (summary));
plist_put        11023 src/w32.c        childp2 = plist_put (childp2, QCspeed, tem);
plist_put        11037 src/w32.c        childp2 = plist_put (childp2, QCbytesize, tem);
plist_put        11067 src/w32.c        childp2 = plist_put (childp2, QCparity, tem);
plist_put        11084 src/w32.c        childp2 = plist_put (childp2, QCstopbits, tem);
plist_put        11117 src/w32.c        childp2 = plist_put (childp2, QCflowcontrol, tem);
plist_put        11123 src/w32.c        childp2 = plist_put (childp2, QCsummary, build_string (summary));
plist_put        15188 src/xdisp.c    	      plist = plist_put (plist, QCrelief, make_fixnum (-relief));
plist_put        15198 src/xdisp.c    	  plist = plist_put (plist, QCrelief,
plist_put        15210 src/xdisp.c    	    plist = plist_put (plist, QCmargin, make_fixnum (hmargin));
plist_put        15212 src/xdisp.c    	    plist = plist_put (plist, QCmargin,
plist_put        15221 src/xdisp.c    	plist = plist_put (plist, QCconversion, Qdisabled);
plist_put        27368 src/xdisp.c    			oprops = plist_put (oprops, XCAR (tem),
plist_put        27826 src/xdisp.c    	  props = plist_put (props, Qface, face);