iscommand
static int iscommand(Char *);
if ((i = iscommand(sp->word)) != 0) {
int iscommand = 0;
iscommand = internal_command(sc, &type, kp->command,
if (type != WSCONS_EVENT_KEY_DOWN || iscommand) {