OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unctrl
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unctrl.h
35
*
unctrl
.h
42
/* $Id:
unctrl
.h.in,v 1.11 2009/04/18 21:00:52 tom Exp $ */
56
#undef
unctrl
macro
57
NCURSES_EXPORT(NCURSES_CONST char *)
unctrl
(chtype);
60
NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(
unctrl
) (SCREEN*, chtype);
curses.h
[
all
...]
ncurses.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unctrl.h
35
*
unctrl
.h
42
/* $Id:
unctrl
.h.in,v 1.11 2009/04/18 21:00:52 tom Exp $ */
56
#undef
unctrl
macro
57
NCURSES_EXPORT(NCURSES_CONST char *)
unctrl
(chtype);
60
NCURSES_EXPORT(NCURSES_CONST char *) NCURSES_SP_NAME(
unctrl
) (SCREEN*, chtype);
curses.h
[
all
...]
ncurses.h
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py
89
def
unctrl
(c):
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py
89
def
unctrl
(c):
function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py
198
curses.
unctrl
('a')
244
if ascii.
unctrl
(ch) != expected:
245
print 'curses.
unctrl
fails on character', repr(ch)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py
198
curses.
unctrl
('a')
244
if ascii.
unctrl
(ch) != expected:
245
print 'curses.
unctrl
fails on character', repr(ch)
Completed in 603 milliseconds