Searched refs:LP_RCS (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/cvs/ |
| D | update.c | 371 cvs_log(LP_RCS, RCS_DIFF_DIV); in cvs_update_local() 372 cvs_log(LP_RCS, "Checking out %s", in cvs_update_local() 374 cvs_log(LP_RCS, "RCS: %s", cf->file_rpath); in cvs_update_local() 375 cvs_log(LP_RCS, "VERS: %s", rbuf); in cvs_update_local() 376 cvs_log(LP_RCS, "***************"); in cvs_update_local()
|
| D | annotate.c | 221 cvs_log(LP_RCS, "Annotations for %s", cf->file_path); in cvs_annotate_local() 222 cvs_log(LP_RCS, "***************"); in cvs_annotate_local()
|
| D | log.h | 38 #define LP_RCS 5 macro
|
| D | log.c | 99 } else if (level != LP_RCS) { in cvs_vlog()
|