Searched refs:watchers (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/src/ |
| D | edit.c | 879 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()
|
| D | watch.c | 493 watchers (int argc, char **argv) in watchers() function
|
| D | cvs.h | 866 int watchers (int argc, char **argv);
|
| D | main.c | 186 { "watchers", NULL, NULL, watchers, CVS_CMD_USES_WORK_DIR },
|
| D | server.c | 4758 do_cvs_command ("watchers", watchers); in serve_watchers()
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvsclient.texi | 862 @code{watch-remove}, @code{watchers}, @code{editors}, 1130 @itemx watchers \n
|
| D | cvs.texinfo | 6648 @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/ |
| D | NEWS | 29 * `cvs watch add' on an empty directory no longer clears watchers, and
|