Home
last modified time | relevance | path

Searched refs:we_wordn (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/regex/
H A Dwordexp.c160 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()
/titanic_44/usr/src/head/
H A Dwordexp.h49 int we_wordn; /* # of elements allocated */ member