Lines Matching defs:rasp
69 reg Rsrasp_t* rasp = (Rsrasp_t*)rs->methdata;
74 { if((r = rasp->empty) )
76 else rasp->empty = obj;
83 { if((r = rasp->slot[0][index]) )
85 else rasp->slot[0][index] = obj;
89 { if((r = rasp->slot[cr][index]) )
91 else r = rasp->slot[cr][index] = obj;
110 if(!(root = rasp->tree[index]))
111 { rasp->tree[index] = obj;
186 rasp->tree[index] = root;
195 rasp->tree[index] = obj;
404 reg Rsrasp_t* rasp = (Rsrasp_t*)rs->methdata;
406 list = endl = rasp->empty; rasp->empty = NIL(Rsobj_t*);
410 if((r = rasp->tree[n]) )
412 rasp->tree[n] = NIL(Rsobj_t*);
416 { if(!(r = rasp->slot[e][n]) )
422 rasp->slot[e][n] = NIL(Rsobj_t*);
425 if((r = rasp->slot[0][n]) )
431 rasp->slot[0][n] = NIL(Rsobj_t*);
458 "rasp",