Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dsubst.c1012 apr_size_t next_sign_off = 0; in translate_chunk() local
1061 next_sign_off = 0; in translate_chunk()
1066 if (next_sign_off == 0) in translate_chunk()
1067 next_sign_off = b->keyword_off - 1; in translate_chunk()
1075 if (next_sign_off > 0) in translate_chunk()
1078 p -= (b->keyword_off - next_sign_off); in translate_chunk()
1079 b->keyword_off = next_sign_off; in translate_chunk()
1080 next_sign_off = 0; in translate_chunk()