Searched refs:ocmd (Results 1 – 2 of 2) sorted by relevance
73 static char *ocmd = NULL; in exec_global() local113 } else cmd = ocmd; in exec_global()117 REALLOC(ocmd, ocmdsz, n + 1, ERR); in exec_global()118 memcpy(ocmd, cmd, n + 1); in exec_global()119 cmd = ocmd; in exec_global()
1554 const char *ocmd = cmd; in parse_dispatch_command() local1574 mprintf("sftp> %s\n", ocmd); in parse_dispatch_command()