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

  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.c 531 int result_depth = inclusion_depth (result);
533 if (! best || result_depth < best_depth)
536 best_depth = result_depth;
527 int result_depth = inclusion_depth (result); local
  /src/external/gpl3/gdb/dist/gdb/
macrotab.c 531 int result_depth = inclusion_depth (result);
533 if (! best || result_depth < best_depth)
536 best_depth = result_depth;
527 int result_depth = inclusion_depth (result); local

Completed in 426 milliseconds