Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/cvs/
H A Drcs.h64 #define RCS_KW_LOG 0x4000 macro
H A Drcs.c129 { "Log", RCS_KW_LOG },
2374 if (kwtype & RCS_KW_LOG) { in rcs_kwexp_line()
/openbsd-src/usr.bin/rcs/
H A Drcs.h65 #define RCS_KW_LOG 0x4000 macro
H A Drcs.c64 { "Log", RCS_KW_LOG },
1582 if (kwtype & (RCS_KW_RCSFILE|RCS_KW_LOG)) { in rcs_expand_keywords()
1644 if (kwtype & RCS_KW_LOG) { in rcs_expand_keywords()