Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dedit.c879 char *watchers; in notify_do() local
930 watchers = fileattr_get0 (filename, "_watchers"); in notify_do()
931 p = watchers; in notify_do()
1080 if (watchers != NULL) in notify_do()
1081 free (watchers); in notify_do()
Dwatch.c493 watchers (int argc, char **argv) in watchers() function
Dcvs.h866 int watchers (int argc, char **argv);
Dmain.c186 { "watchers", NULL, NULL, watchers, CVS_CMD_USES_WORK_DIR },
Dserver.c4758 do_cvs_command ("watchers", watchers); in serve_watchers()
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dcvsclient.texi862 @code{watch-remove}, @code{watchers}, @code{editors},
1130 @itemx watchers \n
Dcvs.texinfo6648 @c functionality, and "watch add"/"watchers" is another
6947 @cindex watchers (subcommand)
6948 @deffn Command {cvs watchers} [@code{-lR}] [@var{files}]@dots{}
8702 and @code{watchers}.
8740 and @code{watchers}.
12683 @item watchers [@var{options}] [@var{files}@dots{}]
/mirbsd/src/gnu/usr.bin/cvs/
DNEWS29 * `cvs watch add' on an empty directory no longer clears watchers, and