deref
deref = LDAP_DEREF_NEVER; /* prudent, but probably unnecessary */
ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
int rc, deref, optind;
int rc, use_ldif, deref;
deref = LDAP_DEREF_NEVER; /* this seems prudent */
ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
deref = LDAP_DEREF_NEVER; /* this seems prudent */
ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
int rc, havedn, deref, optind;
static int includeufn, allow_binary, vals2tmp, ldif, scope, deref;
deref = LDAP_DEREF_NEVER;
ldap_set_option( ld, LDAP_OPT_DEREF, &deref );
deref = LDAP_DEREF_NEVER;
deref = LDAP_DEREF_SEARCHING;
deref = LDAP_DEREF_FINDING;
deref = LDAP_DEREF_ALWAYS;
if (deref(pap, size) != 0)
if (deref(pap, size) != 0)
int scope = LDAP_SCOPE_BASE, deref = LDAP_DEREF_NEVER,
LDAP_REQ_SEARCH, basedn, scope, deref,
sym = get_type(expr->deref);
sym = get_type(expr->deref);
expr = expr->deref;
dest = dest->deref;
struct expression *deref;
deref = expr->deref;
if (deref->type == EXPR_PREOP && deref->op == '*')
deref = deref->unop;
struct_bytes = get_array_size_bytes_max(deref);
type = get_type(expr->deref);
p_type = do_expression(p_mode, expr->deref);
struct expression *deref = expr->deref, *add;
if (!evaluate_expression(deref))
ctype = deref->ctype;
combine_address_space(deref->pos, &address_space, ctype->ctype.as);
if (!lvalue_expression(deref)) {
if (deref->type != EXPR_SLICE) {
expr->base = deref;
expr->base = deref->base;
expr->r_bitpos = deref->r_bitpos;
deref = deref->unop;
expr->deref = deref;
add = evaluate_offset(deref, offset);
struct expression *deref = alloc_expression(token->pos, EXPR_PREOP);
deref->op = '*';
deref->unop = add;
expr = deref;
struct expression *deref = alloc_expression(token->pos, EXPR_DEREF);
deref->op = '.';
deref->deref = expr;
deref->member = token->ident;
deref->member_offset = -1;
expr = deref;
struct expression *deref;
struct expression *deref = copy_expression(expr->deref);
expr->deref = deref;
type = get_type(expr->deref);
expr = expr->deref;
expr = expr->deref;
expr = expr->deref;
struct expression *member_expression(struct expression *deref, int op, struct ident *member)
expr = alloc_tmp_expression(deref->pos, EXPR_DEREF);
expr->deref = deref;
struct expression *deref, *member_expr;
deref = strip_expr(expr->deref);
type = get_type(deref);
member_expr = deref;
expr = strip_expr(expr->deref);
struct expression *member_expression(struct expression *deref, int op, struct ident *member);
struct expression *deref, *assign, *tmp, *right;
deref = NULL;
if (deref)
deref = member_expression(deref, '.', member);
deref = member_expression(symbol, '.', member);
deref = member_expression(symbol, '.', member);
type = get_type(deref);
fake_element_assigns_helper(deref, right->expr_list, fake_cb);
fake_member_assigns_helper(deref, right->expr_list, fake_cb);
assign = assign_expression(deref, '=', right);
expr_set_parent_expr(expr->deref, expr);
__split_expr(expr->deref);
struct expression *deref;
deref = expr->deref;
op = deref->op;
if (deref->type == EXPR_PREOP && op == '*') {
struct expression *unop = strip_expr(deref->unop);
deref = unop->unop;
if (!is_pointer(deref) && !is_pointer(deref->unop))
deref = deref->unop;
__get_variable_from_expr(sym_ptr, buf, deref, len, complicated);
return get_complication_score(expr->deref);
sym = get_type(expr->deref);
sym = get_type(expr->deref);
struct expression *deref;
deref = expr->deref;
if (deref->type != EXPR_DEREF || !deref->member)
sym = get_type(deref->deref);
deref = deref->deref;
if (deref->type == EXPR_PREOP && deref->op == '*')
deref = deref->unop;
outer = expr_to_str(deref);
sym = expr_to_sym(expr->deref);
expr = strip_expr(expr->deref);
type = get_type(expr->deref);
ret = recurse(expr->deref, func, param, nr);
sym = get_type(expr->deref);
return expr_to_vsl(expr->deref);
return deref(arg->array);