Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/cvs/
Drcs.h69 #define RCS_KW_STATE 0x0800 macro
76 | RCS_KW_AUTHOR | RCS_KW_STATE)
Drcs.c134 { "State", RCS_KW_STATE },
2364 if (kwtype & RCS_KW_STATE) { in rcs_kwexp_line()
/openbsd/src/usr.bin/rcs/
Drcs.h70 #define RCS_KW_STATE 0x0800 macro
77 | RCS_KW_AUTHOR | RCS_KW_STATE | RCS_KW_LOCKER)
Drcs.c69 { "State", RCS_KW_STATE },
1608 if (kwtype & RCS_KW_STATE) { in rcs_expand_keywords()