lexpand
keys = cp && *cp ? lexpand(cp, 0) : NULL;
struct name *lexpand(char *, int);
cc = cat(cc, lexpand(optarg, GCC));
bcc = cat(bcc, lexpand(optarg, GBCC));