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

/openbsd-current/usr.bin/doas/
H A Dparse.y40 const char **strlist;
150 } | TSETENV '{' strlist '}' {
152 $$.envlist = $3.strlist;
155 strlist: /* empty */ { label
156 if (!($$.strlist = calloc(1, sizeof(char *))))
157 errx(1, "can't allocate strlist");
158 } | strlist TSTRING {
159 int nstr = arraylen($1.strlist);
161 if (!($$.strlist = reallocarray($1.strlist, nst
[all...]

Completed in 208 milliseconds