Lines Matching refs:rval
64 int rval;73 rval = PyList_Append(pverlist, ent);75 return (rval);85 int rval = -1;102 rval = PyList_Append(pdep, ent);107 return (rval);116 int rval;125 rval = PyList_Append(pdef, ent);127 return (rval);248 int rval; \252 rval = PyDict_SetItemString(pdict, key, ent); \254 if (rval == -1) { \