Lines Matching refs:wordp
160 size_t wp, word, wordp, cmd_start, oword = 0, ocmd_start = 0; in tenematch() local
231 wordp = word; in tenematch()
260 p = qline.s + wordp; in tenematch()
262 wordp = p - qline.s; in tenematch()
280 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL && in tenematch()
283 for (bptr = qline.s + wordp; bptr < slshp; bptr++) { in tenematch()
297 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch()
301 qline.len = wordp; in tenematch()
315 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch()
322 wp = wordp + wordbuf.len; in tenematch()
325 qline.len = wordp; in tenematch()
349 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch()
367 qline.len = wordp; in tenematch()
385 items[0] = Strsave(qline.s + wordp); in tenematch()
389 count = (looking == TW_COMMAND && Strchr(qline.s + wordp, '/') == 0) ? in tenematch()
432 if ((bptr = dnormalize(qline.s + wordp, symlinks == SYM_IGNORE || in tenematch()
449 found = cmd_expand(qline.s + wordp, &p); in tenematch()
469 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch()
473 qline.len = wordp; in tenematch()