Searched refs:maxpos (Results 1 – 5 of 5) sorted by relevance
264 char *cp, *pos, *maxpos; in c_cut() local273 maxpos = pos + maxval; in c_cut()274 while(pos < maxpos && *cp != '\0') { in c_cut()298 char *sp, *ep, *pos, *maxpos; in f_cut() local312 maxpos = pos + maxval; in f_cut()324 if (*sp == '\0' || pos == maxpos) in f_cut()
45 off_t maxpos; /* max allowed pos (.wav limitation) */ member
743 if (f->maxpos >= 0) { in afile_write()744 maxwrite = f->maxpos - f->curpos; in afile_write()883 f->maxpos = 0x7fffffff; in afile_open()894 f->maxpos = 0x7fffffff; in afile_open()905 f->maxpos = 0x7fffffff; in afile_open()910 f->maxpos = -1; in afile_open()
9453 ST.maxpos = loceol - 1; in S_regmatch()9455 while (UTF8_IS_CONTINUATION(*(U8*)ST.maxpos)) in S_regmatch()9456 ST.maxpos--; in S_regmatch()9460 for (ST.maxpos = locinput; in S_regmatch()9461 m >0 && ST.maxpos < loceol; m--) in S_regmatch()9462 ST.maxpos += UTF8SKIP(ST.maxpos); in S_regmatch()9465 ST.maxpos = locinput + ST.max - ST.min; in S_regmatch()9466 if (ST.maxpos >= loceol) in S_regmatch()9467 ST.maxpos = loceol - 1; in S_regmatch()9591 } while (locinput <= ST.maxpos); in S_regmatch()[all …]
1064 char *maxpos; /* highest possible point in string to match */ member