Searched defs:REPLY (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Demo/rpc/
H A Drpc.py20 REPLY = 1 variable
75 self.pack_enum(REPLY)
113 if mtype != REPLY:
114 raise RuntimeError, 'no REPLY but %r' % (mtype,)
685 self.packer.pack_uint(REPLY)
720 self.packer.pack_uint(REPLY)
/external/mksh/src/
H A Dfuncs.c1588 static char REPLY[] = "REPLY"; variable
1678 *--wp = REPLY;

Completed in 377 milliseconds