Lines Matching defs:ident
205 ResIdent ident;
239 ident = (ResIdent) c_event->data.l[2];
245 SendCommand(w, res_comm, ident, ProtocolMismatch, &globals.stream);
250 GetCommand, (XtPointer)(long)ident, time);
262 * ident - the id number we are looking for
277 BuildEvent(Widget w, Atom sel, XtPointer data, ResIdent ident,
294 SendFailure(w, sel, ident, ERROR_MESSAGE);
299 if (temp != ident) /* Id's don't match, ignore request */
395 SendFailure(w, sel, ident, buf);
404 SendFailure(w, sel, ident, ERROR_MESSAGE);
443 * data - contains the ident number for the command
453 ResIdent ident = (ResIdent)(long)data;
459 if ((event = BuildEvent(w, *selection, value, ident, *length)) != NULL)
461 ExecuteCommand(w, *selection, ident, event);
480 ExecuteCommand(Widget w, Atom sel, ResIdent ident, EditresEvent *event)
487 SendFailure(w, sel, ident,
494 SendFailure(w, sel, ident,
528 SendFailure(w, sel, ident, buf);
535 SendCommand(w, sel, ident, PartialSuccess, &globals.stream);
537 SendFailure(w, sel, ident, str);
605 * ident - identifier
612 SendFailure(Widget w, Atom sel, ResIdent ident, _Xconst char *str)
616 SendCommand(w, sel, ident, Failure, &globals.stream);
624 * ident - identifier
634 BuildReturnPacket(ResIdent ident, EditResError error, ProtocolStream *stream)
655 _XEditResPut8(stream, ident);
672 * ident - identifier
680 SendCommand(Widget w, Atom sel, ResIdent ident, EditResError error,
683 BuildReturnPacket(ident, error, stream);