Home
last modified time | relevance | path

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

/openbsd/usr.bin/rcs/
H A Drcsparse.c92 struct rcs_keyword { struct
104 static const struct rcs_keyword keywords[] = { argument
883 const struct rcs_keyword *p; in rcsparse_token()
1251 return (strcmp(k, ((const struct rcs_keyword *)e)->k_name)); in kw_cmp()
/openbsd/usr.bin/cvs/
H A Drcsparse.c92 struct rcs_keyword { struct
104 static const struct rcs_keyword keywords[] = { argument
883 const struct rcs_keyword *p; in rcsparse_token()
1253 return (strcmp(k, ((const struct rcs_keyword *)e)->k_name)); in kw_cmp()
/openbsd/gnu/usr.bin/cvs/src/
H A Drcs.c3343 struct rcs_keyword struct
3349 static struct rcs_keyword keywords[] = argument
3558 const struct rcs_keyword *keyword;
H A DChangeLog-972406 (struct rcs_keyword): Define.