Searched refs:notif_type (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | edit.c | 149 int notif_type; in ncheck_fileproc() local 172 notif_type = line[0]; in ncheck_fileproc() 173 if (notif_type == '\0') in ncheck_fileproc() 199 notify_do (notif_type, filename, finfo->update_dir, getcaller (), val, in ncheck_fileproc() 1138 int notif_type; in notify_check() local 1143 notif_type = line[0]; in notify_check() 1144 if (notif_type == '\0') in notify_check() 1153 client_notify (repository, update_dir, filename, notif_type, val); in notify_check()
|
| D | client.c | 5095 const char *filename, int notif_type, const char *val) in client_notify() argument 5103 buf[0] = notif_type; in client_notify()
|