Home
last modified time | relevance | path

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

/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_action.h49 TOK_CWD, enumerator
H A Dwzd_protocol.c108 case STRTOINT('c','w','d','\0'): return TOK_CWD; in identify_token()
H A Dwzd_commands.c218 if (commands_add(_ctable,"cwd",do_cwd,NULL,TOK_CWD)) return -1; in commands_add_defaults()