HomeSort by: relevance | last modified time | path
    Searched refs:libedit (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libedit/readline/
Makefile 7 .PATH: ${NETBSDSRCDIR}/lib/libedit
  /src/crypto/external/bsd/heimdal/lib/libsl/
Makefile 14 LIBDPLIBS+= edit ${NETBSDSRCDIR}/lib/libedit \
  /src/lib/libedit/
Makefile 24 FILES+= libedit.pc
132 tc1: libedit.a tc1.o
134 ${CC} ${LDFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermlib
  /src/crypto/external/bsd/heimdal/
heimdal2netbsd 107 rm -rf $d/lib/libedit && echo removed lib/libedit
  /src/bin/sh/
Makefile 18 DPADD+= ${LIBEDIT} ${LIBTERMINFO}
26 CPPFLAGS+=-DSHELL -I. -I${.CURDIR} -I${NETBSDSRCDIR}/lib/libedit
  /src/share/mk/
bsd.hostprog.mk 22 LIBEDIT?= /usr/lib/libedit.a
  /src/lib/
Makefile 143 SUBDIR+= libedit # depends on libterminfo
241 # heimdal depends on libcrypto, libedit, libterminfo
244 # libedit, libterminfo,
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 1136 # The libedit check changes this.
1201 # libedit mimics libreadline and on some systems does not have its
1205 # libedit, but it then expects to see <editline/readline.h>, which
1206 # some system's don't actually have despite having libedit. If we
1209 # case, we will link against libedit.
1278 # libedit typically require some other library which (according to
1313 NOTE: the local libedit uses <readline/readline.h> so we
1315 libedit.
  /src/external/mpl/bind/dist/
configure 1733 --with-readline=yes|no|libedit|readline
26184 # [pairwise: --with-readline=auto, --with-readline=yes, --with-readline=libedit, --without-readline]
26202 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libedit" >&5
26203 printf %s "checking for libedit... " >&6; }
26209 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libedit\""; } >&5
26210 ($PKG_CONFIG --exists --print-errors "libedit") 2>&5
26214 pkg_cv_READLINE_CFLAGS=`$PKG_CONFIG --cflags "libedit" 2>/dev/null`
26226 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libedit\""; } >&5
26227 ($PKG_CONFIG --exists --print-errors "libedit") 2>&5
26231 pkg_cv_READLINE_LIBS=`$PKG_CONFIG --libs "libedit" 2>/dev/null
    [all...]

Completed in 77 milliseconds