Searched refs:we_wordn (Results 1 – 2 of 2) sorted by relevance
160 wptmp.we_wordn = wptmp.we_offs + INITIAL; in wordexp()161 wptmp.we_wordv = malloc(sizeof (char *) * wptmp.we_wordn); in wordexp()403 (wp->we_wordv + wp->we_wordn - 1)) { in append()405 (wp->we_wordn + INITIAL) * sizeof (char *)); in append()408 wp->we_wordn += INITIAL; in append()
49 int we_wordn; /* # of elements allocated */ member