Home
last modified time | relevance | path

Searched refs:_rlc_program (Results 1 – 2 of 2) sorted by relevance

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c173 static const TCHAR * _rlc_program; /* name of the program */ variable
409 _rlc_program = attr.title = progbase; in rlc_main()
746 for(s=_rlc_program, q=Prog; *s; s++, q++) /* capitalise the key */ in rlc_option_key()
747 { *q = (s==_rlc_program ? _totupper(*s) : _totlower(*s)); in rlc_option_key()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c184 static const TCHAR * _rlc_program; /* name of the program */ variable
423 _rlc_program = attr.title = progbase; in rlc_main()
762 for(s=_rlc_program, q=Prog; *s; s++, q++) /* capitalise the key */ in rlc_option_key()
763 { *q = (s==_rlc_program ? _totupper(*s) : _totlower(*s)); in rlc_option_key()