Home
last modified time | relevance | path

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

/openbsd/usr.bin/cvs/
H A Drcs.c2031 int expmode, expand; in rcs_rev_getbuf() local
2038 expmode = RCS_KWEXP_NONE; in rcs_rev_getbuf()
2044 expmode = rcs_kwexp_get(rfp); in rcs_rev_getbuf()
2046 if (!(expmode & RCS_KWEXP_NONE)) { in rcs_rev_getbuf()
2068 rcs_kwexp_line(rfp->rf_path, rdp, lines, lp, expmode); in rcs_rev_getbuf()
2092 int expmode, expand; in rcs_rev_write_fd() local
2099 expmode = RCS_KWEXP_NONE; in rcs_rev_write_fd()
2104 expmode = rcs_kwexp_get(rfp); in rcs_rev_write_fd()
2106 if (!(expmode & RCS_KWEXP_NONE)) { in rcs_rev_write_fd()
2129 rcs_kwexp_line(rfp->rf_path, rdp, lines, lp, expmode); in rcs_rev_write_fd()
/openbsd/usr.bin/rcs/
H A Drcs.c1839 int expmode; in rcs_kwexp_buf() local
1844 expmode = rcs_kwexp_get(rf); in rcs_kwexp_buf()
1846 if (!(expmode & RCS_KWEXP_NONE)) { in rcs_kwexp_buf()
1849 return (rcs_expand_keywords(rf->rf_path, rdp, bp, expmode)); in rcs_kwexp_buf()