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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c233 int toread, startpos, endpos; local
235 startpos = filepos;
269 return filepos - startpos;
H A Dfsys_xfs.c492 int toread, startpos, endpos; local
500 startpos = filepos;
533 return filepos - startpos;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c854 char *startpos = strbeg; local
858 s = find_byclass(prog, prog->regstclass, s, endpos, startpos, 1);
951 S_find_byclass(pTHX_ regexp * prog, regnode *c, char *s, char *strend, char *startpos, I32 norun) argument
1616 register char *startpos = stringarg; local
1640 if (prog == NULL || startpos == NULL) {
1646 if (strend - startpos < minlen) {
1665 PL_regbol = startpos;
1673 PL_regtill = startpos+minend;
1679 s = startpos;
1685 PL_reg_ganch = startpos;
2068 S_regtry(pTHX_ regexp *prog, char *startpos) argument
[all...]

Completed in 50 milliseconds