Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/src/
Dwatch.c31 static struct addremove_args the_args; variable
224 watch_modify_watchers (finfo->file, &the_args);
239 if (the_args.setting_default)
240 watch_modify_watchers (NULL, &the_args);
257 the_args.commit = 0;
258 the_args.edit = 0;
259 the_args.unedit = 0;
274 the_args.edit = 1;
276 the_args.unedit = 1;
278 the_args.commit = 1;
[all …]