Searched refs:we_wordc (Results 1 – 10 of 10) sorted by relevance
79 wdarg->we_wordc = 0; in wordexp()156 av = (char**)realloc((void*)&wdarg->we_wordv[-1], (wdarg->we_wordc+c)*sizeof(char*)); in wordexp()177 av += wdarg->we_wordc; in wordexp()178 wdarg->we_wordc += ac; in wordexp()215 wdarg->we_wordc=0; in wordfree()
49 size_t we_wordc; member
159 wptmp.we_wordc = 0; in wordexp()347 wptmp.we_wordp[wptmp.we_wordc] = NULL; in wordexp()402 if ((wp->we_wordp + wp->we_wordc) == in append()414 wp->we_wordp[wp->we_wordc++] = cp; in append()428 for (i = wp->we_offs; i < wp->we_offs + wp->we_wordc; i++) in wordfree()431 wp->we_wordc = 0; in wordfree()
44 size_t we_wordc; /* Count of paths matched by pattern */ member
58 size_t we_wordc; member
210 (mi->exec_args_we.we_wordc != mi2->exec_args_we.we_wordc) || in method_info_equal()215 for (i = 0; i < mi->exec_args_we.we_wordc; i++) { in method_info_equal()
765 if (wrdexp_buf.we_wordc > 1) { in expand()