Home
last modified time | relevance | path

Searched refs:rcs_expkw (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/cvs/
H A Drcs.h100 #define RCS_NKWORDS (sizeof(rcs_expkw)/sizeof(rcs_expkw[0]))
H A Drcs.c123 struct rcs_kw rcs_expkw[] = { variable
2234 kwlen = strlen(rcs_expkw[j].kw_str); in rcs_kwexp_line()
2240 memcmp(c, rcs_expkw[j].kw_str, kwlen) == 0 && in rcs_kwexp_line()
2243 kwstr = rcs_expkw[j].kw_str; in rcs_kwexp_line()
2244 kwtype = rcs_expkw[j].kw_type; in rcs_kwexp_line()
/openbsd/usr.bin/rcs/
H A Drcs.h101 #define RCS_NKWORDS (sizeof(rcs_expkw)/sizeof(rcs_expkw[0]))
H A Dci.c62 extern struct rcs_kw rcs_expkw[];
867 len = strlen(rcs_expkw[j].kw_str); in checkin_keywordscan()
870 if (memcmp(c, rcs_expkw[j].kw_str, len) != 0) { in checkin_keywordscan()
871 kwstr = rcs_expkw[j].kw_str; in checkin_keywordscan()
H A Drcs.c57 struct rcs_kw rcs_expkw[] = { variable
1533 kwlen = strlen(rcs_expkw[i].kw_str); in rcs_expand_keywords()
1539 memcmp(c , rcs_expkw[i].kw_str, kwlen) == 0 && in rcs_expand_keywords()
1547 kwtype = rcs_expkw[i].kw_type; in rcs_expand_keywords()
1575 buf_puts(newbuf, rcs_expkw[i].kw_str); in rcs_expand_keywords()