Searched refs:pofs (Results 1 – 1 of 1) sorted by relevance
360 char *ecopy, *ep, *p, *pofs, *re; in do_rexp() local367 if ((pofs = strrchr(ecopy, *expr)) == NULL || pofs[-1] == '\\') in do_rexp()369 *pofs++ = '\0'; in do_rexp()371 if (*pofs != '\0') { in do_rexp()373 ofs = strtol(pofs, &ep, 10); in do_rexp()375 errx(1, "%s: bad offset", pofs); in do_rexp()