Home
last modified time | relevance | path

Searched refs:_SLsys_input_pending (Results 1 – 8 of 8) sorted by relevance

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslgetkey.c102 n = _SLsys_input_pending (tsecs); in SLang_input_pending()
118 while (_SLsys_input_pending (0) > 0) in SLang_flush_input()
H A Dslw32tty.c278 int _SLsys_input_pending (int tsecs) in _SLsys_input_pending() function
332 status = _SLsys_input_pending (600); in _SLsys_getkey()
H A Dslos2tty.c221 int _SLsys_input_pending(int tsecs) in _SLsys_input_pending() function
249 while (!_SLsys_input_pending(tsecs)); in _SLsys_getkey()
H A Dslvmstty.c333 while (!_SLsys_input_pending(450)); in _SLsys_getkey()
339 int _SLsys_input_pending(int tsecs) in _SLsys_input_pending() function
H A Dsldostty.c422 int _SLsys_input_pending (int tsecs) in _SLsys_input_pending() function
461 && (0 == _SLsys_input_pending (300))) in _SLsys_getkey()
H A Dslutty.c467 int _SLsys_input_pending(int tsecs) in _SLsys_input_pending() function
536 if (0 == (ret = _SLsys_input_pending (100))) in _SLsys_getkey()
H A Dslkanji.c1164 if(_SLsys_input_pending(PENDING)) in kSLsys_getkey()
1167 if(_SLsys_input_pending(PENDING)) in kSLsys_getkey()
1219 if(kSLinput_code != EUC && SKanaToDKana && ISNIGORI(ret) && _SLsys_input_pending(PENDING)) in kSLsys_getkey()
H A D_slang.h334 extern int _SLsys_input_pending (int);