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

  /src/external/gpl3/gdb/dist/gdb/guile/
scm-ports.c 589 ioscm_with_output_to_port_worker (SCM port, SCM thunk, enum oport oport,
640 return ioscm_with_output_to_port_worker (port, thunk, GDB_STDOUT, FUNC_NAME);
655 return ioscm_with_output_to_port_worker (port, thunk, GDB_STDERR, FUNC_NAME);
584 ioscm_with_output_to_port_worker (SCM port, SCM thunk, enum oport oport, function
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-ports.c 589 ioscm_with_output_to_port_worker (SCM port, SCM thunk, enum oport oport,
640 return ioscm_with_output_to_port_worker (port, thunk, GDB_STDOUT, FUNC_NAME);
655 return ioscm_with_output_to_port_worker (port, thunk, GDB_STDERR, FUNC_NAME);
584 ioscm_with_output_to_port_worker (SCM port, SCM thunk, enum oport oport, function

Completed in 25 milliseconds