Home
last modified time | relevance | path

Searched refs:c_command (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Debugger/
Dlibcython.py98 def dispatch_on_frame(c_command, python_command=None): argument
110 gdb.execute(c_command)
1117 @dispatch_on_frame(c_command='info locals', python_command='py-locals')
1144 @dispatch_on_frame(c_command='info variables', python_command='py-globals')
/external/mksh/src/
Dfuncs.c106 {"command", c_command},
628 c_command(const char **wp) in c_command() function
Dexec.c553 } else if (tp->val.f == c_command) { in comexec()
Dsh.h1681 int c_command(const char **);