Home
last modified time | relevance | path

Searched refs:_ascii (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/shells/ksh93/ast-93u/src/lib/libvcodex/
H A Dvcio.c750 static Vcchar_t _ascii[256]; local
754 _ascii[c] = (char)c;
755 _ascii[(Vcchar_t)'\a'] = '\007';
756 _ascii[(Vcchar_t)'\b'] = '\010';
757 _ascii[(Vcchar_t)'\t'] = '\011';
758 _ascii[(Vcchar_t)'\n'] = '\012';
759 _ascii[(Vcchar_t)'\v'] = '\013';
760 _ascii[(Vcchar_t)'\f'] = '\014';
761 _ascii[(Vcchar_t)'\r'] = '\015';
762 _ascii[(Vcchar_t)' ' ] = '\040';
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvcodex/
H A Dvcio.c750 static Vcchar_t _ascii[256]; local
754 _ascii[c] = (char)c;
755 _ascii[(Vcchar_t)'\a'] = '\007';
756 _ascii[(Vcchar_t)'\b'] = '\010';
757 _ascii[(Vcchar_t)'\t'] = '\011';
758 _ascii[(Vcchar_t)'\n'] = '\012';
759 _ascii[(Vcchar_t)'\v'] = '\013';
760 _ascii[(Vcchar_t)'\f'] = '\014';
761 _ascii[(Vcchar_t)'\r'] = '\015';
762 _ascii[(Vcchar_t)' ' ] = '\040';
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/
H A Dvcio.c750 static Vcchar_t _ascii[256]; local
754 _ascii[c] = (char)c;
755 _ascii[(Vcchar_t)'\a'] = '\007';
756 _ascii[(Vcchar_t)'\b'] = '\010';
757 _ascii[(Vcchar_t)'\t'] = '\011';
758 _ascii[(Vcchar_t)'\n'] = '\012';
759 _ascii[(Vcchar_t)'\v'] = '\013';
760 _ascii[(Vcchar_t)'\f'] = '\014';
761 _ascii[(Vcchar_t)'\r'] = '\015';
762 _ascii[(Vcchar_t)' ' ] = '\040';
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A DKey.cpp28 _ascii(0), _keycode(0), _flags(0) { in Key()
32 _ascii(ascii), _keycode(ascii), _flags(0) { in Key()
36 _ascii(ascii), _keycode(keycode), _flags(flags) { in Key()
40 _ascii = ascii; in setKey()
45 _ascii = ascii; in setKey()
50 _ascii = ascii; in setKey()
56 return _ascii; in ascii()
/dports/games/residualvm/residualvm-0.3.1/gui/
H A DKey.cpp28 _ascii(0), _keycode(0), _flags(0) { in Key()
32 _ascii(ascii), _keycode(ascii), _flags(0) { in Key()
36 _ascii(ascii), _keycode(keycode), _flags(flags) { in Key()
40 _ascii = ascii; in setKey()
45 _ascii = ascii; in setKey()
50 _ascii = ascii; in setKey()
56 return _ascii; in ascii()
/dports/games/openxcom/OpenXcom-1.0/src/Interface/
H A DTextEdit.cpp37 …veSurface(width, height, x, y), _value(L""), _blink(true), _modal(true), _ascii(L'A'), _caretPos(0… in TextEdit()
308 newValue += _ascii; in draw()
414 _ascii++; in keyboardPress()
415 if (_ascii > L'~') in keyboardPress()
417 _ascii = L' '; in keyboardPress()
421 _ascii--; in keyboardPress()
422 if (_ascii < L' ') in keyboardPress()
424 _ascii = L'~'; in keyboardPress()
434 if (!exceedsMaxWidth(_ascii)) in keyboardPress()
436 _value += _ascii; in keyboardPress()
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/fft/src/
H A Dasgram.c128 const char * _ascii) in ASGRAM()
132 if (_ascii[i] == '\0') { in ASGRAM()
136 _q->levelchar[i] = _ascii[i]; in ASGRAM()
170 char * _ascii, in ASGRAM()
176 memset(_ascii,' ',_q->nfft); in ASGRAM()
215 _ascii[i] = _q->levelchar[0]; in ASGRAM()
218 _ascii[i] = _q->levelchar[j]; in ASGRAM()
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/style/
H A Dborder_style.py13 _ascii = None variable in BorderStyle
67 if cls._ascii is None:
70 cls._ascii = style
72 return cls._ascii
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/tests/
H A Dtest_fsBTree.py28 from .._compat import _ascii
29 return[(_ascii(c*2), _ascii(c*6)) for c in 'abcdef']
/dports/converters/wkhtmltopdf/qt-5db36ec/src/testlib/
H A Dqtestevent.h81 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
84 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
89 if (_ascii == 0) in simulate()
92 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
99 char _ascii; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/testlib/
H A Dqtestevent.h78 : _action(action), _delay(delay), _modifiers(modifiers), _ascii(0), _key(key) {} in QTestKeyEvent()
81 _ascii(ascii), _key(Qt::Key_unknown) {} in QTestKeyEvent()
87 if (_ascii == 0) in simulate()
90 QTest::keyEvent(_action, w, _ascii, _modifiers, _delay); in simulate()
98 char _ascii; variable

12345678910>>...20