Searched refs:CMPL (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/ftp/
H A Dcmdtab.c120 #define CMPL(x) __STRING(x), macro
128 { "append", H(appendhelp), 1, 1, 1, CMPL(lr) put },
134 { "cd", H(cdhelp), 0, 1, 1, CMPL(r) cd },
136 { "chmod", H(chmodhelp), 0, 1, 1, CMPL(nr) do_chmod },
140 { "delete", H(deletehelp), 0, 1, 1, CMPL(r) deletecmd },
141 { "dir", H(dirhelp), 1, 1, 1, CMPL(rl) ls },
148 { "get", H(receivehelp), 1, 1, 1, CMPL(rl) get },
152 { "help", H(helphelp), 0, 0, 1, CMPL(C) help },
155 { "lcd", H(lcdhelp), 0, 0, 0, CMPL(l) lcd },
156 { "less", H(pagehelp), 1, 1, 1, CMPL(
[all...]

Completed in 278 milliseconds