Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Dwatch.c27 #define W_ADD 0x08 macro
72 watch_req |= W_ADD; in cvs_watch()
86 if (!(watch_req & (W_ADD|W_REMOVE))) in cvs_watch()
126 if (watch_req & (W_ADD|W_REMOVE)) { in cvs_watch()
154 if (watch_req & (W_ADD|W_REMOVE)) in cvs_watch()
156 (watch_req & W_ADD) ? "add" : "remove"); in cvs_watch()