Lines Matching defs:ref
754 // The " " + 1 is to set p to null string but allow ref to prev char for
2810 // get field ref (lvalue ref) in prep for assignment to field.
2972 // ref_stack_ptr is number of slots down in stack the ref is
2982 struct zvalue *ref, *v = 0; // init v to mute "may be uninit" warning
2984 ref = STKP - ref_stack_ptr;
2985 if (ref->flags & ZF_FIELDREF) return get_field_ref(*field_num = ref->num);
2986 k = ref->num >= 0 ? ref->num : parmbase - ref->num;
2989 if (ref->flags & ZF_REF) {
2991 } else if (ref->flags & ZF_MAPREF) {
3423 // v is NULL or an lvalue ref
3892 push_int_val(*ip++); // function tbl ref
4119 // v is NULL or an lvalue ref