Home
last modified time | relevance | path

Searched refs:QNX (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/runtime/doc/
H A Dos_qnx.txt7 *QNX* *qnx*
20 Vim on QNX behaves much like other unix versions. |os_unix.txt|
H A Dhelp.txt210 |os_qnx.txt| QNX
H A Dvarious.txt387 *+GUI_Photon* QNX only: Photon |GUI|
415 N *+mouse_pterm* QNX only: pterm mouse handling |qnx-terminal|
H A Dtags5085 QNX os_qnx.txt /*QNX*
H A Dversion6.txt1030 Port to QNX. Supports the Photon GUI, mouse, etc. (Julian Kinraid)
3237 BeOS: Didn't compile. Configure didn't add the os_beos files, the QNX check
4007 Problem: Various problems with QNX.
H A Dversion7.txt8727 Solution: Updates for QNX 6.4.0. (Sean Boudreau)
17634 Problem: QNX: GUI fails to start.
17635 Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
H A Doptions.txt5341 |win32-mouse|, QNX pterm, *BSD console with sysmouse and Linux console
8336 pterm QNX pterm mouse handling.
H A Deval.txt12441 qnx QNX version of Vim.
/vim-8.2.3635/src/
H A Dconfigure.ac168 dnl If QNX is found, assume we don't want to use Xphoton
170 AC_MSG_CHECKING(for QNX)
172 QNX) OS_EXTRA_SRC=os_qnx.c; OS_EXTRA_OBJ=objects/os_qnx.o
174 QNX=yes; AC_MSG_RESULT(yes);;
175 *) QNX=no; AC_MSG_RESULT(no);;
2258 test "${enable_gui-yes}" != no -a "x$MACOS_X" != "xyes" -a "x$QNX" != "xyes" && with_x=yes
2394 test "x$with_x" = xno -a "x$HAIKU" != "xyes" -a "x$MACOS_X" != "xyes" -a "x$QNX" != "xyes" && enabl…
2427 elif test "x$QNX" = "xyes" -a "x$with_x" = "xno" ; then
/vim-8.2.3635/src/auto/
H A Dconfigure4560 QNX) OS_EXTRA_SRC=os_qnx.c; OS_EXTRA_OBJ=objects/os_qnx.o
4562 QNX=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4564 *) QNX=no; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8171 test "${enable_gui-yes}" != no -a "x$MACOS_X" != "xyes" -a "x$QNX" != "xyes" && with_x=yes
9192 test "x$with_x" = xno -a "x$HAIKU" != "xyes" -a "x$MACOS_X" != "xyes" -a "x$QNX" != "xyes" && enabl…
9233 elif test "x$QNX" = "xyes" -a "x$with_x" = "xno" ; then
/vim-8.2.3635/
H A DFilelist681 # source files for QNX (in the extra archive)
/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim2010 call assert_equal(uname =~? 'QNX', has('qnx'))