PROMPT
tmp = NCONF_get_string(req_conf, SECTION, PROMPT);
goto PROMPT;
PROMPT:
} while ((c&0177) != character(value(PROMPT)));
printf("%s", PROMPT);