Searched defs:mstr (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvclzparse.c134 Vcchar_t *ms, *ts, *et, *mstr; local
143 { mstr = vcpa->tar; /* matching in target data */
145 ms = mstr + m; /* start of match */
149 { mstr = vcpa->src; /* matching in source data */
151 ms = mstr + mt->mpos;
184 mt->mpos = (ms - mstr) + mbeg + (type ? -n : n);

Completed in 19 milliseconds