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

  /src/external/bsd/less/dist/lesstest/
log.c 72 int log_command(char* const* argv, int argc, const char* textfile) { function
114 if (!log_command(argv, argc, textfile))
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 99 void log_command (const char *arg0) override;
276 void log_command (const char *arg0) override;
1957 target_ops::log_command (const char *arg0) function in class:target_ops
1959 this->beneath ()->log_command (arg0);
1963 dummy_target::log_command (const char *arg0) function in class:dummy_target
1968 debug_target::log_command (const char *arg0) function in class:debug_target
1970 target_debug_printf_nofunc ("-> %s->log_command (...)", this->beneath ()->shortname ());
1971 this->beneath ()->log_command (arg0);
1972 target_debug_printf_nofunc ("<- %s->log_command (%s)",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.c 99 void log_command (const char *arg0) override;
276 void log_command (const char *arg0) override;
1957 target_ops::log_command (const char *arg0) function in class:target_ops
1959 this->beneath ()->log_command (arg0);
1963 dummy_target::log_command (const char *arg0) function in class:dummy_target
1968 debug_target::log_command (const char *arg0) function in class:debug_target
1970 target_debug_printf_nofunc ("-> %s->log_command (...)", this->beneath ()->shortname ());
1971 this->beneath ()->log_command (arg0);
1972 target_debug_printf_nofunc ("<- %s->log_command (%s)",

Completed in 28 milliseconds