HomeSort by: relevance | last modified time | path
    Searched refs:PyRun_SimpleString (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-gdb-readline.c 98 if (PyRun_SimpleString ("\
  /src/external/gpl3/gdb/dist/gdb/python/
py-gdb-readline.c 94 if (PyRun_SimpleString ("\
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod.c 401 if(PyRun_SimpleString("import sys \n") < 0 ) {
405 PyRun_SimpleString("sys.path.append('.') \n");
406 PyRun_SimpleString("sys.path.append('"RUN_DIR"') \n");
407 PyRun_SimpleString("sys.path.append('"SHARE_DIR"') \n");
412 PyRun_SimpleString(wdir);
414 if(PyRun_SimpleString("import site\n") < 0) {
418 if(PyRun_SimpleString("sys.path.extend(site.getsitepackages())\n") < 0) {
422 if(PyRun_SimpleString("from unboundmodule import *\n") < 0)
  /src/external/gpl3/gdb.old/dist/gdb/
configure 30789 err = PyRun_SimpleString ("import ctypes\n");
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
configure 30664 err = PyRun_SimpleString ("import ctypes\n");
    [all...]

Completed in 34 milliseconds