Home
last modified time | relevance | path

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

/dports/mail/isync/isync-1.4.4/src/
H A Dsync.h40 #define XOP_PULL (1<<9) macro
41 #define XOP_MASK_DIR (XOP_PUSH|XOP_PULL)
H A Dconfig.c167 *cops |= XOP_PULL; in getopt_helper()
193 *cops |= XOP_PULL|XOP_PUSH; in getopt_helper()
284 if (cops & XOP_PULL) { in merge_ops()
298 cops |= XOP_PULL|XOP_PUSH; in merge_ops()
299 if (cops & XOP_PULL) in merge_ops()
H A Dmain.c507 cops |= XOP_PULL, ops[F] |= XOP_HAVE_TYPE; in main()
542 ops[F] |= XOP_HAVE_TYPE|XOP_PULL|XOP_PUSH; in main()
546 op = XOP_PULL; in main()
576 case XOP_PULL: ops[N] |= op & OP_MASK_TYPE; break; in main()
628 cops |= XOP_PULL|XOP_PUSH; in main()
654 case XOP_PULL: ops[N] |= op & OP_MASK_TYPE; break; in main()
663 op = XOP_PULL; in main()