Home
last modified time | relevance | path

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

/openbsd/usr.bin/rcs/
H A Drcsparse.c55 #define RCS_TOK_COLON (1 << 17) macro
708 if (rcsparse_token(rfp, RCS_TOK_COLON) != RCS_TOK_COLON || in rcsparse_symbols()
741 if (rcsparse_token(rfp, RCS_TOK_COLON) != RCS_TOK_COLON || in rcsparse_locks()
928 type = RCS_TOK_COLON; in rcsparse_token()
955 allowed &= ~(RCS_TOK_COLON|RCS_TOK_SCOLON|RCS_TOK_COMMA); in rcsparse_token()
/openbsd/usr.bin/cvs/
H A Drcsparse.c55 #define RCS_TOK_COLON (1 << 17) macro
708 if (rcsparse_token(rfp, RCS_TOK_COLON) != RCS_TOK_COLON || in rcsparse_symbols()
741 if (rcsparse_token(rfp, RCS_TOK_COLON) != RCS_TOK_COLON || in rcsparse_locks()
929 type = RCS_TOK_COLON; in rcsparse_token()
956 allowed &= ~(RCS_TOK_COLON|RCS_TOK_SCOLON|RCS_TOK_COMMA); in rcsparse_token()