Home
last modified time | relevance | path

Searched refs:OKCMD (Results 1 – 1 of 1) 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()