Lines Matching defs:xp
36 * if xp!=0 then it replaces the first MSG_ARG_file or MSG_ARG_string args
41 msgvcall(int fd, unsigned long channel, unsigned long call, Msg_return_t* ret, void** xp, va_list ap)
73 oxp = xp;
87 ip = xp ? (Msg_file_t*)(*xp) : va_arg(ap, Msg_file_t*);
163 ip = (xp && *xp) ? (Msg_file_t*)(*xp++) : va_arg(ap, Msg_file_t*);
202 ip = (xp && *xp) ? (Msg_file_t*)(*xp++) : va_arg(ap, Msg_file_t*);
270 p = (xp && *xp) ? (char*)(*xp++) : va_arg(ap, char*);
389 * if xp!=0 then it replaces the first MSG_ARG_file or MSG_ARG_string args
393 msgvreturn(int fd, unsigned long call, void** xp, va_list ap)
436 if (xp && *xp) xp++;
538 if (xp && *xp) xp++;