HomeSort by: relevance | last modified time | path
    Searched refs:curses (Results 1 - 25 of 148) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_curs.c 38 } curses[] = { local
51 cid = nvif_mclass(&disp->disp->object, curses);
57 return curses[cid].new(drm, head, curses[cid].oclass, pwndw);
  /src/share/doc/psd/
Makefile 23 .if exists(19.curses)
24 SUBDIR+= 19.curses
28 # 16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc
  /src/tests/lib/libcurses/slave/
slave.h 34 #include <curses.h>
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
resize-2.exp 41 # Check that curses has the correct notion of screen width.
43 check_width curses 80
50 # Check that curses has the correct notion of screen width after resize.
52 check_width curses 90
83 # At this point, curses still thinks the width is 90. This doesn't look
86 "\r\nNumber of characters curses thinks are in a line is 90.\\r\n.*" \
87 "curses width after resize with TUI disabled"
95 # Check that curses has the correct notion of screen width after screen resize
99 check_width curses 80
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
resize-2.exp 41 # Check that curses has the correct notion of screen width.
43 check_width curses 80
50 # Check that curses has the correct notion of screen width after resize.
52 check_width curses 90
83 # At this point, curses still thinks the width is 90. This doesn't look
86 "\r\nNumber of characters curses thinks are in a line is 90.\\r\n.*" \
87 "curses width after resize with TUI disabled"
95 # Check that curses has the correct notion of screen width after screen resize
99 check_width curses 80
  /src/games/robots/
query.c 41 #include <curses.h>
rnd_pos.c 41 #include <curses.h>
init_field.c 41 #include <curses.h>
make_level.c 41 #include <curses.h>
  /src/lib/libcurses/
unctrl.h 40 #include <curses.h>
  /src/lib/libpanel/
panel.h 32 #include <curses.h>
  /src/usr.bin/systat/
systat.h 34 #include <curses.h>
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_curses.h 1 /* Portable <curses.h>.
25 and so does PDCurses's curses.h, but for an entirely different
28 including curses.h. */
36 NOMACROS so the native <curses.h> doesn't define clear which interferes
51 #include <curses.h> /* IWYU pragma: export */
66 /* SunOS's curses.h has a '#define reg register' in it. Thank you Sun. */
  /src/external/gpl3/gdb/dist/gdb/
gdb_curses.h 1 /* Portable <curses.h>.
25 and so does PDCurses's curses.h, but for an entirely different
28 including curses.h. */
36 NOMACROS so the native <curses.h> doesn't define clear which interferes
51 #include <curses.h> /* IWYU pragma: export */
66 /* SunOS's curses.h has a '#define reg register' in it. Thank you Sun. */
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 97 # Curses isn't available on all platforms
98 try: import curses
106 try: curses.setupterm()
110 self.COLS = curses.tigetnum('cols')
111 self.LINES = curses.tigetnum('lines')
112 self.XN = curses.tigetflag('xenl')
138 import curses
139 return curses.tparm(to_bytes(arg), index).decode('utf-8') or ''
145 import curses
146 cap = curses.tigetstr(cap_name
    [all...]
  /src/games/cribbage/
extern.c 41 #include <curses.h>
instr.c 45 #include <curses.h>
  /src/games/hangman/
hangman.h 37 #include <curses.h>
  /src/lib/libcurses/PSD.doc/
Makefile 5 ARTICLE=curses
  /src/share/examples/rump/ums_draw/
ms.c 42 #include <curses.h>
  /src/usr.bin/talk/
talk.h 39 #include <curses.h>
  /src/usr.sbin/sysinst/
sizemultname.c 42 #include <curses.h>
  /src/games/boggle/boggle/
help.c 44 #include <curses.h>
prtable.c 42 #include <curses.h>
timer.c 48 #include <curses.h>

Completed in 23 milliseconds

1 2 3 4 5 6