Searched refs:OKCMD (Results 1 – 1 of 1) sorted by relevance
55 #define OKCMD -1 /* must be -1! */ macro294 return OKCMD; in read_getcmd()580 for (num = OKCMD; num == OKCMD;) { /* while still editing this in FUN()586 if ((num = read_getcmd(el, &cmdnum, &ch)) != OKCMD) { in FUN()