Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.inputl.c37 #define OKCMD INT_MAX macro
155 for (num = OKCMD; num == OKCMD;) { /* while still editing this line */ in Inputl()
174 if ((num = GetNextCommand(&cmdnum, &ch)) != OKCMD) { in Inputl()
732 return OKCMD; in GetNextCommand()
/freebsd/contrib/libedit/
H A DChangeLog1761 get rid of the OKCMD preprocessor macro.
2785 * read.c: return !OKCMD on error.