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

/macosx-10.10.1/vim-55/src/
H A Doption.c417 #define P_BOOL 0x01 /* the option is boolean */ macro
501 {"antialias", "anti", P_BOOL|P_VI_DEF|P_VIM|P_RCLR,
510 {"arabic", "arab", P_BOOL|P_VI_DEF|P_VIM,
517 {"arabicshape", "arshape", P_BOOL|P_VI_DEF|P_VIM|P_RCLR,
524 {"allowrevins", "ari", P_BOOL|P_VI_DEF|P_VIM,
531 {"altkeymap", "akm", P_BOOL|P_VI_DEF,
548 {"autochdir", "acd", P_BOOL|P_VI_DEF,
552 {"autoindent", "ai", P_BOOL|P_VI_DEF,
555 {"autoprint", "ap", P_BOOL|P_VI_DEF,
558 {"autoread", "ar", P_BOOL|P_VI_DE
[all...]
/macosx-10.10.1/rsync-45/rsync/
H A Dloadparm.c67 P_BOOL,P_BOOLREV,P_CHAR,P_INTEGER,P_OCTAL, enumerator in enum:__anon12015
307 {"ignore errors", P_BOOL, P_LOCAL, &sDefault.ignore_errors, NULL,0},
308 {"ignore nonreadable",P_BOOL, P_LOCAL, &sDefault.ignore_nonreadable,NULL,0},
312 {"list", P_BOOL, P_LOCAL, &sDefault.list, NULL,0},
318 {"munge symlinks", P_BOOL, P_LOCAL, &sDefault.munge_symlinks, NULL,0},
326 {"read only", P_BOOL, P_LOCAL, &sDefault.read_only, NULL,0},
329 {"strict modes", P_BOOL, P_LOCAL, &sDefault.strict_modes, NULL,0},
333 {"transfer logging", P_BOOL, P_LOCAL, &sDefault.transfer_logging, NULL,0},
335 {"use chroot", P_BOOL, P_LOCAL, &sDefault.use_chroot, NULL,0},
336 {"write only", P_BOOL, P_LOCA
[all...]

Completed in 179 milliseconds