Searched refs:watchers (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dedit.c876 char *watchers; local
927 watchers = fileattr_get0 (filename, "_watchers");
928 p = watchers;
1077 if (watchers != NULL)
1078 free (watchers);
H A Dwatch.c1 /* Implementation for "cvs watch add", "cvs watchers", and related commands
493 watchers (int argc, char **argv) function
532 send_to_server ("watchers\012", 0);
H A Dcvs.h869 int watchers (int argc, char **argv);
H A Dmain.c181 { "watchers", NULL, NULL, watchers, CVS_CMD_USES_WORK_DIR },
274 " watchers See who is watching a file\n",
H A Dserver.c4743 do_cvs_command ("watchers", watchers);
5964 REQ_LINE("watchers", serve_watchers, 0),
H A Dsanity.sh16505 dotest devcom-24 "$testcvs watchers" ''
16509 dotest devcom-a-nonexist "$testcvs watchers nonexist" ''
16512 dotest devcom-a2 "$testcvs watchers" \
16516 dotest devcom-a4 "$testcvs watchers abb" \
16530 # cvs watchers: cannot open CVS/Entries for reading: No such file or directory
16532 : dotest devcom-t-nonexist "${testcvs} watchers nonexist" fixme
16783 dotest devcom3-9hp "$testcvs watchers w1"
16787 dotest devcom3-9fr "$testcvs watchers w1" \
16791 dotest devcom3-9hr "$testcvs watchers w1"
30939 # The "watchers" reques
[all...]

Completed in 223 milliseconds