Home
last modified time | relevance | path

Searched refs:ocmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/ed/
H A Dglbl.c73 static char *ocmd = NULL; in exec_global() local
113 } 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()
/freebsd/crypto/openssh/
H A Dsftp.c1554 const char *ocmd = cmd; in parse_dispatch_command() local
1574 mprintf("sftp> %s\n", ocmd); in parse_dispatch_command()