Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tnftp/src/
HDcmdtab.c190 #define CMPL(x) macro
193 #define CMPL(x) #x, macro
201 { "append", H(appendhelp), 1, 1, 1, CMPL(lr) put },
207 { "cd", H(cdhelp), 0, 1, 1, CMPL(r) cd },
209 { "chmod", H(chmodhelp), 0, 1, 1, CMPL(nr) do_chmod },
213 { "delete", H(deletehelp), 0, 1, 1, CMPL(r) delete },
214 { "dir", H(lshelp), 1, 1, 1, CMPL(rl) ls },
222 { "fget", H(fgethelp), 1, 1, 1, CMPL(l) fget },
226 { "get", H(receivehelp), 1, 1, 1, CMPL(rl) get },
229 { "help", H(helphelp), 0, 0, 1, CMPL(C) help },
[all …]