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

  /src/external/gpl3/gdb.old/dist/gdb/
linux-tdep.c 595 static int init_regex_p = 0; local
597 if (!init_regex_p)
601 init_regex_p = -1;
606 init_regex_p = 1;
609 if (init_regex_p == -1)
linux-tdep.c 595 static int init_regex_p = 0; local
597 if (!init_regex_p)
601 init_regex_p = -1;
606 init_regex_p = 1;
609 if (init_regex_p == -1)
  /src/external/gpl3/gdb/dist/gdb/
linux-tdep.c 602 static int init_regex_p = 0; local
604 if (!init_regex_p)
608 init_regex_p = -1;
613 init_regex_p = 1;
616 if (init_regex_p == -1)
linux-tdep.c 602 static int init_regex_p = 0; local
604 if (!init_regex_p)
608 init_regex_p = -1;
613 init_regex_p = 1;
616 if (init_regex_p == -1)

Completed in 42 milliseconds