ismeta
(void)printf("%c", ismeta(*p) ? '_' : ' ');
if (ismeta(*p))
while (!ismeta(*cmd) && *cmd != ':' && *cmd != '=') {