Home
last modified time | relevance | path

Searched refs:OKCMD (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libedit/
H A Dread.c26 #define OKCMD -1 macro
214 return OKCMD;
310 for (num = OKCMD; num == OKCMD;) { /* while still editing this line */
315 if ((num = read_getcmd(el, &cmdnum, &ch)) != OKCMD) {