Searched refs:wptmp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c87 wordexp_t wptmp; local
120 * So we work with wptmp, and only copy wptmp to wp if one of the
123 wptmp = *wp;
132 wptmp.we_offs = 0;
140 wptmp.we_wordc = 0;
141 wptmp.we_wordn = wptmp.we_offs + INITIAL;
142 wptmp.we_wordv = malloc(sizeof (char *) * wptmp
[all...]

Completed in 36 milliseconds