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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c1015 apr_size_t next_sign_off = 0;
1064 next_sign_off = 0;
1069 if (next_sign_off == 0)
1070 next_sign_off = b->keyword_off - 1;
1078 if (next_sign_off > 0)
1081 p -= (b->keyword_off - next_sign_off);
1082 b->keyword_off = next_sign_off;
1083 next_sign_off = 0;
1011 apr_size_t next_sign_off = 0; local

Completed in 154 milliseconds