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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-pretty-print.c 121 static SCM ppscm_array_string; variable
603 if (gdbscm_is_true (scm_string_equal_p (hint, ppscm_array_string)))
1121 ppscm_array_string = scm_from_latin1_string ("array");
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-pretty-print.c 121 static SCM ppscm_array_string; variable
603 if (gdbscm_is_true (scm_string_equal_p (hint, ppscm_array_string)))
1121 ppscm_array_string = scm_from_latin1_string ("array");

Completed in 22 milliseconds