Lines Matching full:refs
152 Buffer_pPick refs; // points to Pick
174 if (!refs[i]){ // exist name, no ref
178 *ref = refs[i];
194 refs.append(var_ref);
197 refs[i] = var_ref; // link definition with variable
201 refs[i] = var_ref;
213 if (refs[i] == NULL){
225 int s = refs.content_size();
227 delete refs[i]; // TOFIX: point alias/recursion problem
229 refs.reset();