Home | History | Annotate | Download | only in src

Lines Matching refs:wp_end

2794 	te.wp_end = wp + argc;
3245 if ((te->flags & TEF_DBRACKET) || (&te->pos.wp[1] < te->wp_end &&
3294 if (te->pos.wp >= te->wp_end)
3315 if (te->pos.wp >= te->wp_end)
3326 if ((op = te->pos.wp + ofs >= te->wp_end ? NULL : te->pos.wp[ofs]))