Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Char *p;
int found;
found = !cmd_expand(qline.s + wordp, &p);
found = cmd_expand(qline.s + wordp, &p);
if (!found) {
xfree(p);