Home
last modified time | relevance | path

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

/openbsd/usr.bin/rcs/
H A Drcs.c1489 int kwtype; in rcs_expand_keywords() local
1547 kwtype = rcs_expkw[i].kw_type; in rcs_expand_keywords()
1591 if (kwtype & RCS_KW_REVISION) { in rcs_expand_keywords()
1597 if (kwtype & RCS_KW_DATE) { in rcs_expand_keywords()
1603 if (kwtype & RCS_KW_AUTHOR) { in rcs_expand_keywords()
1608 if (kwtype & RCS_KW_STATE) { in rcs_expand_keywords()
1614 if (kwtype & RCS_KW_SOURCE) { in rcs_expand_keywords()
1619 if (kwtype & RCS_KW_MDOCDATE) { in rcs_expand_keywords()
1629 if (kwtype & RCS_KW_NAME) in rcs_expand_keywords()
1632 if ((kwtype & RCS_KW_LOCKER)) { in rcs_expand_keywords()
[all …]
/openbsd/usr.bin/cvs/
H A Drcs.c2183 int kwtype; in rcs_kwexp_line() local
2190 kwtype = 0; in rcs_kwexp_line()
2257 kwtype = RCS_KW_ID; in rcs_kwexp_line()
2305 if (kwtype & RCS_KW_RCSFILE) { in rcs_kwexp_line()
2325 if (kwtype & RCS_KW_DATE) { in rcs_kwexp_line()
2355 if (kwtype & RCS_KW_AUTHOR) { in rcs_kwexp_line()
2364 if (kwtype & RCS_KW_STATE) { in rcs_kwexp_line()
2374 if (kwtype & RCS_KW_LOG) { in rcs_kwexp_line()
2484 if (kwtype & RCS_KW_SOURCE) { in rcs_kwexp_line()
2492 if (kwtype & RCS_KW_NAME) in rcs_kwexp_line()
[all …]