Home
last modified time | relevance | path

Searched defs:_stm (Results 1 – 7 of 7) sorted by relevance

/dports/french/med/med-4.0.0/src/cfi/
H A Dmedfieldcf.c256 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFRPW() local
317 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFIPW() local
836 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFNVP() local
883 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFNPN() local
1021 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFRPR() local
1072 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFIPR() local
1386 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFONV() local
1444 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFORR() local
1503 med_storage_mode _stm = (med_storage_mode) *stm; in MFDFOIR() local
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DSearchFrame.java25 SearchTableModel _stm; field in SearchFrame
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdio.h1415 #define getwc(_stm) fgetwc(_stm) argument
1416 #define putwc(_c,_stm) fputwc(_c,_stm) argument
1418 #define _putwc_nolock(_c,_stm) _fputwc_nolock(_c,_stm) argument
H A Dwchar.h1242 #define getwc(_stm) fgetwc(_stm) argument
1243 #define putwc(_c,_stm) fputwc(_c,_stm) argument
1245 #define _putwc_nolock(_c,_stm) _fputwc_nolock(_c,_stm) argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdio.h1415 #define getwc(_stm) fgetwc(_stm) argument
1416 #define putwc(_c,_stm) fputwc(_c,_stm) argument
1418 #define _putwc_nolock(_c,_stm) _fputwc_nolock(_c,_stm) argument
H A Dwchar.h1242 #define getwc(_stm) fgetwc(_stm) argument
1243 #define putwc(_c,_stm) fputwc(_c,_stm) argument
1245 #define _putwc_nolock(_c,_stm) _fputwc_nolock(_c,_stm) argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/
H A DVoIPController.cpp205 …for(vector<shared_ptr<Stream>>::iterator _stm=incomingStreams.begin();_stm!=incomingStreams.end();… in ~VoIPController() local