Searched refs:old_value (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Drelocwrapper.c100 const char *old_value; local
106 old_value = getenv (LIBPATHVAR);
107 if (old_value == NULL)
108 old_value = "";
113 total += strlen (old_value) + 1;
129 if (old_value[0] != '\0')
130 strcpy (p, old_value);
/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_write_cmd.c49 db_expr_t old_value; local
79 old_value = db_get_value(addr, size, false);
80 db_printf("\t\t%s = ", db_num_to_str(old_value));
H A Ddb_variables.c254 db_expr_t old_value; local
281 db_read_variable(vp, &old_value);
282 db_printf("$%s\t\t%s = ", vp->name, db_num_to_str(old_value));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistory.c341 HIST_ENTRY *temp, *old_value; local
347 old_value = the_history[which];
351 temp->timestamp = savestring (old_value->timestamp);
354 return (old_value);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dexec.c404 struct target_section *old_value;
408 old_value = table->sections;
403 struct target_section *old_value; local
H A Dsol-thread.c550 char old_value[MAX_REGISTER_SIZE];
553 regcache_raw_collect (regcache, regnum, old_value);
565 regcache_raw_supply (regcache, regnum, old_value);
547 char old_value[MAX_REGISTER_SIZE]; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-cmds.c612 source_verbose_cleanup (void *old_value)
614 source_verbose = *(int *)old_value;
615 xfree (old_value);
606 source_verbose_cleanup(void *old_value) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.c1186 tree old_value;
1190 old_value = lookup_member (t, name, /*protect=*/0, /*want_type=*/false);
1191 if (old_value)
1193 if (is_overloaded_fn (old_value))
1194 old_value = OVL_CURRENT (old_value);
1196 if (DECL_P (old_value) && DECL_CONTEXT (old_value) == t)
1199 old_value = NULL_TREE;
1207 if (! old_value)
1184 tree old_value; local
[all...]
H A Ddecl.c351 pop_label (tree label, tree old_value)
368 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
406 pop_local_label (tree label, tree old_value)
411 pop_label (label, old_value);
348 pop_label(tree label, tree old_value) argument
365 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value); local
403 pop_local_label(tree label, tree old_value) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dclass.c1181 tree old_value;
1185 old_value = lookup_member (t, name, /*protect=*/0, /*want_type=*/false);
1186 if (old_value)
1188 if (is_overloaded_fn (old_value))
1189 old_value = OVL_CURRENT (old_value);
1191 if (DECL_P (old_value) && DECL_CONTEXT (old_value) == t)
1194 old_value = NULL_TREE;
1202 if (! old_value)
1179 tree old_value; local
[all...]
H A Ddecl.c203 tree old_value; local
342 pop_label (tree label, tree old_value)
364 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value);
380 pop_label (link->label_decl, link->old_value);
2184 ent->old_value = IDENTIFIER_LABEL_VALUE (id);
339 pop_label(tree label, tree old_value) argument
361 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value); local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c1520 valueT old_value; local
1526 old_value = S_GET_VALUE (label);
1543 && S_GET_VALUE (sym) == old_value)

Completed in 225 milliseconds