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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-utils.c 433 SCM *rest_ptr = va_arg (args, SCM *);
435 *rest_ptr = rest;
431 SCM *rest_ptr = va_arg (args, SCM *); local
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-utils.c 433 SCM *rest_ptr = va_arg (args, SCM *);
435 *rest_ptr = rest;
431 SCM *rest_ptr = va_arg (args, SCM *); local

Completed in 28 milliseconds