Home
last modified time | relevance | path

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

/openthread-2.7.6/src/posix/
Dcli_readline.cpp42 #if defined(HAVE_LIBEDIT) || defined(HAVE_LIBREADLINE)
44 #if defined(HAVE_LIBEDIT)
Dclient.cpp35 #ifndef HAVE_LIBEDIT
36 #define HAVE_LIBEDIT 0 macro
43 #define OPENTHREAD_USE_READLINE (HAVE_LIBEDIT || HAVE_LIBREADLINE)
55 #if HAVE_LIBEDIT
Dcli_stdio.cpp36 #if !(defined(HAVE_LIBEDIT) || defined(HAVE_LIBREADLINE))
Dmain.c48 #ifndef HAVE_LIBEDIT
49 #define HAVE_LIBEDIT 0 macro