Lines Matching defs:offs
2745 regoff_t offs, end;
2762 if ((r = rx_find_FS(rx, s, &offs, &end, eflag))) offs = end = strlen(s);
2765 if (k < offs) offs = k, end = k + 1;
2772 // If so, skip this (empty) field, otherwise set field, length is offs.
2773 if (offs || r || rx != &TT.rx_default) setter(m, ++nf, s, offs);
3116 regoff_t offs = -1, e = -1;
3135 if (rx_find(&TT.rx_printf_fmt, fmt, &offs, &e, 0))
4188 ptrdiff_t offs = s3 ? utf8cnt(s1, s3 - s1) + 1 : 0;
4191 push_int_val(offs);