Searched refs:this_name (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dax-gdb.c1181 char *this_name = TYPE_FIELD_NAME (type, i);
1183 if (this_name && strcmp (name, this_name) == 0)
1186 if (this_name[0] == '\0')
1171 char *this_name = TYPE_FIELD_NAME (type, i); local
H A Dp-exp.y1399 static const char this_name[] = "this";
1401 if (lookup_symbol (this_name, expression_context_block,
H A Dp-exp.c2724 static const char this_name[] = "this";
2726 if (lookup_symbol (this_name, expression_context_block,
2720 static const char this_name[] = "this"; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c639 const char *this_name = apr_hash_this_key(hi);
652 new_target_relative = svn_relpath_join(target_relative, this_name,
1144 const char *this_name = apr_hash_this_key(hi);
1154 this_name, iterpool);
637 const char *this_name = apr_hash_this_key(hi); local
1142 const char *this_name = apr_hash_this_key(hi); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch.c1544 const char *this_name; local
1548 &is_subbranch, &this_parent_eid, &this_name,
1551 if (this_name)
1567 this_name, payload,

Completed in 203 milliseconds