Lines Matching refs:chpos
41 int *chpos = (int *) ecalloc(len, sizeof(int)); in cvt_alloc_chpos() local
44 chpos[i] = -1; in cvt_alloc_chpos()
45 return (chpos); in cvt_alloc_chpos()
53 public void cvt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *l… in cvt_text() argument
97 if (chpos != NULL) in cvt_text()
100 chpos[dst_pos++] = (int) src_pos; /*{{type-issue}}*/ in cvt_text()