HomeSort by: relevance | last modified time | path
    Searched defs:name_scope (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
d-namespace.c 435 int name_scope = d_find_first_component (name); local
437 if (name[name_scope] != '\0'
438 && strncmp (name, current->alias, name_scope) == 0)
441 name_scope++;
443 name + name_scope,
d-namespace.c 435 int name_scope = d_find_first_component (name); local
437 if (name[name_scope] != '\0'
438 && strncmp (name, current->alias, name_scope) == 0)
441 name_scope++;
443 name + name_scope,
  /src/external/gpl3/gdb/dist/gdb/
d-namespace.c 435 int name_scope = d_find_first_component (name); local
437 if (name[name_scope] != '\0'
438 && strncmp (name, current->alias, name_scope) == 0)
441 name_scope++;
443 name + name_scope,
d-namespace.c 435 int name_scope = d_find_first_component (name); local
437 if (name[name_scope] != '\0'
438 && strncmp (name, current->alias, name_scope) == 0)
441 name_scope++;
443 name + name_scope,

Completed in 34 milliseconds