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

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c206 ZFPM_READONLY = 0x01, /* make parameter readonly */ enumerator in enum:__anon15705
490 * if ZFPM_READONLY, make it readonly, but only when creating it.
506 if ((pm = createparam(name, type)) && (flags & ZFPM_READONLY))
724 zfsetparam("ZFTP_REPLY", ztrdup(lastmsg), ZFPM_READONLY);
731 zfsetparam("ZFTP_CODE", ztrdup(lastcodestr), ZFPM_READONLY);
786 zfsetparam("ZFTP_REPLY", ztrdup(line), ZFPM_READONLY);
1113 zfsetparam("ZFTP_SIZE", &sz, ZFPM_READONLY|ZFPM_INTEGER);
1292 zfsetparam("ZFTP_SIZE", &sz, ZFPM_READONLY|ZFPM_INTEGER);
1293 zfsetparam("ZFTP_FILE", ztrdup(nam), ZFPM_READONLY);
1294 zfsetparam("ZFTP_TRANSFER", ztrdup(recv ? "G" : "P"), ZFPM_READONLY);
[all...]

Completed in 73 milliseconds