Home
last modified time | relevance | path

Searched refs:comment_cpLim (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
109 *comment_cpLim = posBKL[bkf[i].ibkl]; in wvGetCommentBounds()
112 *comment_cpFirst, *comment_cpLim)); in wvGetCommentBounds()
121 *comment_cpLim = pos[i] + 1; in wvGetCommentBounds()
126 *comment_cpLim = 0xfffffffeL; in wvGetCommentBounds()
H A Ddecode_simple.c58 U32 comment_cpFirst = 0xffffffffL, comment_cpLim = 0xffffffffL; in wvDecodeSimple() local
317 if (i == comment_cpLim) in wvDecodeSimple()
421 if ((comment_cpLim == 0xffffffffL) || (comment_cpLim == i)) in wvDecodeSimple()
428 &comment_cpLim, i, atrd, in wvDecodeSimple()
435 comment_cpLim)); in wvDecodeSimple()
512 if (i == comment_cpLim) in wvDecodeSimple()
516 comment_cpLim = 0xffffffffL; in wvDecodeSimple()
H A Ddecode_complex.c365 U32 comment_cpFirst = 0xffffffffL, comment_cpLim = 0xffffffffL; in wvDecodeComplex() local
581 if (i == comment_cpLim) in wvDecodeComplex()
725 if ((comment_cpLim == 0xffffffffL) || (comment_cpLim == i)) in wvDecodeComplex()
732 &comment_cpLim, i, atrd, in wvDecodeComplex()
739 comment_cpLim)); in wvDecodeComplex()
830 if (i == comment_cpLim) in wvDecodeComplex()
834 comment_cpLim = 0xffffffffL; in wvDecodeComplex()
H A Dwv.h3207 ATRD *wvGetCommentBounds (U32 * comment_cpFirst, U32 * comment_cpLim,