Lines Matching refs:ev
33 char **ev = toys.optargs;37 if (*ev && **ev == '-' && !(*ev)[1]) {39 ev++;45 for (; *ev; ev++)46 if (strchr(*ev, '=')) xsetenv(xstrdup(*ev), 0);50 xexec(ev);53 for (ev = environ; *ev; ev++) xprintf("%s%c", *ev, '\n'*!FLAG(0));