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

/freebsd-10.0-release/contrib/libreadline/
H A Disearch.c377 #define ENDSRCH_CHAR(c) \ macro
383 if (cxt->lastc >= 0 && (cxt->mb[0] && cxt->mb[1] == '\0') && ENDSRCH_CHAR (cxt->lastc))
393 if (cxt->lastc >= 0 && ENDSRCH_CHAR (cxt->lastc))

Completed in 54 milliseconds