Home
last modified time | relevance | path

Searched refs:_INBUFSIZ (Results 1 – 7 of 7) sorted by relevance

/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dgetch.c87 #define _INBUFSIZ 512 /* size of terminal input buffer */ macro
166 static int buffer[_INBUFSIZ]; /* character buffer */ in wgetch()
288 if (c_pindex < _INBUFSIZ - 2) in wgetch()
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dgetch.c87 #define _INBUFSIZ 512 /* size of terminal input buffer */ macro
162 static int buffer[_INBUFSIZ]; /* character buffer */ in wgetch()
284 if (c_pindex < _INBUFSIZ - 2) in wgetch()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dgetch.c87 #define _INBUFSIZ 512 /* size of terminal input buffer */ macro
166 static int buffer[_INBUFSIZ]; /* character buffer */ in wgetch()
288 if (c_pindex < _INBUFSIZ - 2) in wgetch()
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dgetch.c84 #define _INBUFSIZ 512 /* size of terminal input buffer */ macro
159 static int buffer[_INBUFSIZ]; /* character buffer */ in wgetch()
281 if (c_pindex < _INBUFSIZ - 2) in wgetch()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_include/
H A Dcurspriv.h119 #define _INBUFSIZ 512 /* size of terminal input buffer */ macro
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dinitscr.c245 SP->c_buffer = malloc(_INBUFSIZ * sizeof(int)); in initscr()
H A Dgetch.c467 if (SP->c_pindex < _INBUFSIZ - 2) in wgetch()