Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c70 int embedded_at; member
1072 rcsbuf->embedded_at = 0; in rcsbuf_open()
1118 rcsbuf->embedded_at = 0; in rcsbuf_getkey()
1295 ++rcsbuf->embedded_at; in rcsbuf_getkey()
1431 rcsbuf->embedded_at = -1; in rcsbuf_getkey()
1609 return rcsbuf->at_string && rcsbuf->embedded_at < 0; in rcsbuf_valcmp()
1621 int embedded_at; in rcsbuf_valcopy() local
1632 embedded_at = rcsbuf->embedded_at < 0 ? 0 : rcsbuf->embedded_at; in rcsbuf_valcopy()
1634 ret = xmalloc (vlen - embedded_at + 1); in rcsbuf_valcopy()
1636 if (rcsbuf->at_string ? embedded_at == 0 : ! polish) in rcsbuf_valcopy()
[all …]