Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/regex/
H A Dwordexp.c164 wptmp.we_wordp = wptmp.we_wordv + wptmp.we_offs; in wordexp()
347 wptmp.we_wordp[wptmp.we_wordc] = NULL; in wordexp()
402 if ((wp->we_wordp + wp->we_wordc) == in append()
410 wp->we_wordp = wp->we_wordv + wp->we_offs; in append()
414 wp->we_wordp[wp->we_wordc++] = cp; in append()
/titanic_50/usr/src/head/
H A Dwordexp.h48 char **we_wordp; /* we_pathv + we_offs */ member