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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dread.c49 #define OKCMD -1 macro
275 return (OKCMD);
470 for (num = OKCMD; num == OKCMD;) { /* while still editing this
476 if ((num = read_getcmd(el, &cmdnum, &ch)) != OKCMD) {
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dread.c55 #define OKCMD -1 /* must be -1! */ macro
294 return (OKCMD);
564 for (num = OKCMD; num == OKCMD;) { /* while still editing this
570 if ((num = read_getcmd(el, &cmdnum, &ch)) != OKCMD) {
/macosx-10.10/libedit-40/src/
H A Dread.c55 #define OKCMD -1 /* must be -1! */ macro
236 * Get next command from the input stream, return OKCMD on success.
249 return 0; /* not OKCMD */
294 return OKCMD;
574 for (num = OKCMD; num == OKCMD;) { /* while still editing this
580 if ((num = read_getcmd(el, &cmdnum, &ch)) != OKCMD) {
/macosx-10.10/tcsh-65/tcsh/
H A Ded.inputl.c41 #define OKCMD INT_MAX macro
159 for (num = OKCMD; num == OKCMD;) { /* while still editing this line */
178 if ((num = GetNextCommand(&cmdnum, &ch)) != OKCMD) {
734 return OKCMD;

Completed in 205 milliseconds