Home
last modified time | relevance | path

Searched refs:gpm (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c64xx-pinctrl.dtsi95 gpm: gpm-gpio-bank { label
/freebsd/sys/x86/iommu/
H A Damd_reg.h313 u_int gpm:2; /* Guest Paging Mode */ member
/freebsd/contrib/ncurses/
H A Dconfigure.in510 CF_VERBOSE(assuming soname for gpm is $with_gpm)
513 CF_LIB_SONAME([#include <gpm.h>],[if (Gpm_Open(0,0)) Gpm_Close();],gpm)
515 …NE_UNQUOTED(LIBGPM_SONAME,"$cf_cv_gpm_soname",[Define as needed to set the gpm share library sonam…
520 CF_ADD_LIB(gpm,TEST_LIBS)
521 CF_ADD_LIB(gpm,PRIVATE_LIBS)
523 AC_DEFINE(HAVE_LIBGPM,1,[Define to 1 if we have the gpm library])
H A DINSTALL49 If you are trying to build applications using gpm with ncurses,
997 --with-gpm
1008 --with-gpm=$HOME/tmp/test-gpm.so
1145 this feature, or --without-gpm, depending on whether you wish to use
2480 See the FAQ, as well as the discussion under the --with-gpm option:
H A Daclocal.m41345 AC_CHECK_LIB(gpm,Gpm_Wgetch,[
1352 #include <gpm.h>
9170 dnl the gpm library, e.g., for dynamic loading.
9174 AC_ARG_WITH(gpm,
9175 [ --with-gpm use Alessandro Rubini's GPM library],
9181 AC_CHECK_HEADER(gpm.h,[
9182 AC_DEFINE(HAVE_GPM_H,1,[Define to 1 if we have gpm.h header])
9185 AC_DEFINE(HAVE_LIBGPM,1,[Define to 1 if we have the gpm library])
9188 AC_CHECK_LIB(gpm,Gpm_Open,[with_gpm=yes],[
H A DANNOUNCE460 * Extended mouse support via Alessandro Rubini's gpm package.
H A DNEWS2321 to list helper libraries such as gpm for static linking (Debian
3455 + further workaround for PIE/PIC breakage which causes gpm to not link.
5292 + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
7733 + modify configure --with-gpm option to allow it to accept a parameter,
8247 that one may wish to use --without-gpm to ensure a completely
9608 + do not try to open gpm mouse driver if standard output is not a tty;
9609 the gpm library does not make this check (bug report for dialog
9797 --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
11424 xterm-style events provided by gpm patch by Joerg Schoen.
11766 + reorder tests during mouse initialization to allow for gpm to run in
[all …]
H A Dconfigure759 --with-gpm use Alessandro Rubini's GPM library
/freebsd/contrib/file/magic/Magdir/
H A Dmap192 !:mime application/x-garmin-gpm
/freebsd/contrib/dialog/
H A Daclocal.m43638 dnl because it may be linked with the gpm (general purpose mouse) library.
3639 dnl Some distributions have gpm linked with (bsd) curses, which makes it
3640 dnl unusable with ncurses. However, we don't want to link with gpm unless
3641 dnl ncurses has a dependency, since gpm is normally set up as a shared library,
3651 # This works, except for the special case where we find gpm, but
3653 # to link gpm.
3656 AC_CHECK_LIB(gpm,Gpm_Open,
3657 [AC_CHECK_LIB(gpm,initscr,
H A DCHANGES2235 ncurses (the gpm support no longer works, but is useful for reference)
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc552 * Linux console, when configured with gpm(1), Alessandro Rubini's
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src26070 # * add kmous capability to linux to use Joerg Schoen's gpm patch.