Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c16 extern void consh(int), variable(int), cu_take(int), cu_put(int);
24 { 'p', NORM, "put file to remote UNIX", cu_put },
H A Dcmds.c394 cu_put(int cc) in cu_put() function