Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Datrd.c82 wvGetCommentBounds (U32 * comment_cpFirst, U32 * comment_cpLim, U32 currentcp, in wvGetCommentBounds() argument
108 *comment_cpFirst = posBKF[i]; in wvGetCommentBounds()
112 *comment_cpFirst, *comment_cpLim)); in wvGetCommentBounds()
120 *comment_cpFirst = pos[i]; in wvGetCommentBounds()
H A Ddecode_simple.c58 U32 comment_cpFirst = 0xffffffffL, comment_cpLim = 0xffffffffL; in wvDecodeSimple() local
427 wvGetCommentBounds (&comment_cpFirst, in wvDecodeSimple()
434 ("begin and end are %d %d\n", comment_cpFirst, in wvDecodeSimple()
438 if (i == comment_cpFirst) in wvDecodeSimple()
H A Ddecode_complex.c365 U32 comment_cpFirst = 0xffffffffL, comment_cpLim = 0xffffffffL; in wvDecodeComplex() local
731 wvGetCommentBounds (&comment_cpFirst, in wvDecodeComplex()
738 ("begin and end are %d %d\n", comment_cpFirst, in wvDecodeComplex()
742 if (i == comment_cpFirst) in wvDecodeComplex()
H A Dwv.h3207 ATRD *wvGetCommentBounds (U32 * comment_cpFirst, U32 * comment_cpLim,