Home
last modified time | relevance | path

Searched refs:ansi (Results 1 – 25 of 45) sorted by relevance

12

/reactos/dll/win32/wshtcpip/
H A Dwshtcpip_specs62 %{!ansi:-Di486} -D__i486 -D__i486__
65 %{!ansi:-Di586 -Dpentium} -D__i586 -D__i586__ -D__pentium -D__pentium__
68 %{!ansi:-Di686 -Dpentiumpro} -D__i686 -D__i686__ -D__pentiumpro -D__pentiumpro__
74 -Acpu(i386) -Amachine(i386) %{!ansi:-Di386} -D__i386 -D__i386__ %{mcpu=i486:%(cpp_486)} %{m486:%(cp…
/reactos/dll/win32/shdocvw/
H A Dutility.cpp65 CHAR ansi[_countof(wide)], buf[MAX_PATH]; in SHELL_IsVerb() local
68 if (SUCCEEDED(hr = pcm->GetCommandString(idCmd, GCS_VERBA, NULL, ansi, _countof(ansi)))) in SHELL_IsVerb()
69 return !lstrcmpiA(ansi, buf); in SHELL_IsVerb()
/reactos/modules/rosapps/applications/explorer-old/
H A Dmakearchive.bat4 rm explorer-ansi.exe
6 mv explorer.exe explorer-ansi.exe
9 zip %TARGET%\ros-explorer.zip explorer-ansi.exe explorer.exe *.dll
/reactos/sdk/lib/ucrt/lowio/
H A Dsetmode.cpp68 _textmode(fh) = __crt_lowio_text_mode::ansi; in _setmode_nolock()
86 if (old_textmode == __crt_lowio_text_mode::ansi) in _setmode_nolock()
H A Dopen.cpp449 text_mode = __crt_lowio_text_mode::ansi; in configure_text_mode()
476 text_mode = __crt_lowio_text_mode::ansi; in configure_text_mode()
769 _textmode(*pfh) = __crt_lowio_text_mode::ansi; in _wsopen_nolock()
785 __crt_lowio_text_mode text_mode = __crt_lowio_text_mode::ansi; in _wsopen_nolock()
H A Dosfinfo.cpp30 it->textmode = __crt_lowio_text_mode::ansi; in __acrt_lowio_create_handle_array()
319 _textmode(fh) = __crt_lowio_text_mode::ansi; in _open_osfhandle()
H A Dwrite.cpp100 if (is_c_locale && _textmode(fh) == __crt_lowio_text_mode::ansi) in write_requires_double_translation_nolock()
684 case __crt_lowio_text_mode::ansi: in _write_nolock()
699 case __crt_lowio_text_mode::ansi: in _write_nolock()
H A Dread.cpp260 if (_textmode(fh) == __crt_lowio_text_mode::ansi) in translate_ansi_or_utf8_nolock()
511 if (text_mode != __crt_lowio_text_mode::ansi && in _read_nolock()
H A Dioinit.cpp23 __crt_lowio_text_mode::ansi, // textmode
/reactos/sdk/lib/ucrt/conio/
H A Dpipe.cpp57 _textmode(crt_read_handle) = __crt_lowio_text_mode::ansi; in _pipe()
81 _textmode(crt_write_handle) = __crt_lowio_text_mode::ansi; in _pipe()
/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A Dsgi_mipspro.mak35 # CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I. -D_STLP_NO_OWN_IOSTREAMS -D_ST…
36 CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I.
H A Degcs.mak36 # CXXFLAGS = -Wall -ansi -I${STL_INCL} -I. -D_STLP_DEBUG ${REPO_FLAGS} ${CXX_EXTRA_FLAGS}
37 CXXFLAGS = -Wall -g -D_STLP_USE_NEWALLOC -DNO_FAST_ALLOCATOR -ansi -I${STL_INCL} -I. ${REPO_FLAGS…
H A Dgcc-99r1.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dmingw32.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Ddjgpp.mak39 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
H A Dhpacc.mak40 # dwa 12/22/99 -- had to turn off -ansi flag so we could use SGI IOSTREAMS
/reactos/win32ss/drivers/font/bmfd/
H A Dfont.c34 CHAR ansi[4]; in FillFaceInfo() local
44 ansi[0] = pFontInfo->dfFirstChar; in FillFaceInfo()
45 ansi[1] = pFontInfo->dfLastChar; in FillFaceInfo()
46 ansi[2] = pFontInfo->dfFirstChar + pFontInfo->dfDefaultChar; in FillFaceInfo()
47 ansi[3] = pFontInfo->dfFirstChar + pFontInfo->dfBreakChar; in FillFaceInfo()
48 EngMultiByteToUnicodeN(unicode, 4 * sizeof(WCHAR), &written, ansi, 4); in FillFaceInfo()
/reactos/base/applications/network/telnet/
H A Dtelnet.ini3 ;Term=ansi
H A Dtelnet.cfg668 [END keymap] // ansi
2548 [config ansi]
2549 keymap ansi
2553 keymap ansi + linux
2557 keymap ansi
2565 keymap ansi + linux
2573 keymap ansi + vt100
2577 keymap ansi + uk
2581 keymap ansi + vt100 + uk
2590 keymap ansi + vt100
[all …]
/reactos/sdk/lib/ucrt/stdio/
H A Dfgetwc.cpp22 _textmode_safe(_fileno(stream.public_stream())) != __crt_lowio_text_mode::ansi) in _fgetwc_nolock()
H A Dungetwc.cpp51 if (text_mode == __crt_lowio_text_mode::ansi) in ungetwc_text_mode_nolock()
H A Dfseek.cpp66 if ((_osfile(fh) & FTEXT) != 0 || _textmode(fh) != __crt_lowio_text_mode::ansi) in common_fseek_binary_mode_read_only_fast_track_nolock()
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c69 UINT ansi; member
700 …ok(hdr->code == notify_test_info.ansi, "Expect 0x%08x, got 0x%08x\n", notify_test_info.ansi, hdr->… in test_notify_proc()
704 if (hdr->code != notify_test_info.ansi) in test_notify_proc()
918 static void send_notify(HWND pager, UINT unicode, UINT ansi, LPARAM lParam, BOOL code_change) in send_notify() argument
925 notify_test_info.ansi = ansi; in send_notify()
934 ok(hdr->code == code_change ? ansi : unicode, "Expect 0x%08x, got 0x%08x\n", hdr->code, in send_notify()
935 code_change ? ansi : unicode); in send_notify()
/reactos/modules/rostests/winetests/user32/
H A Dmenu.c1242 if (ansi) ret = InsertMenuItemA( hmenu, 0, TRUE, &info ); in insert_menu_item()
1264 ret = ansi ? GetMenuItemInfoA( hmenu, 0, TRUE, &info ) : in check_menu_item_info()
1300 broken(! ansi && info.cch == 2 * out_len) /* East-Asian */, in check_menu_item_info()
1304 if(ansi) in check_menu_item_info()
1326 if (ansi) ret = ModifyMenuA( hmenu, 0, flags, id, data ); in modify_menu()
1356 if (ansi) ret = SetMenuItemInfoA( hmenu, 0, TRUE, &info ); in set_menu_item_info()
1364 if(ansi)strcpy( string, init );\
1382 modify_menu( __LINE__, hmenu, ansi, flags, id, data )
1395 BOOL ansi = TRUE; in test_menu_iteminfo() local
1409 if( ansi) {txt=txtA;init=initA;empty=emptyA;string=stringA;} in test_menu_iteminfo()
[all …]
/reactos/base/applications/network/telnet/doc/
H A Dssh.txt10 … You can output CMD.EXE to telnet this way, though, and get a very pretty ansi interpreter. If yo…

12