Home
last modified time | relevance | path

Searched refs:USE_EBCDIC (Results 1 – 16 of 16) sorted by relevance

/dports/editors/hexcurse/hexcurse-1.60.0/src/
H A Dhexcurse.c38 bool USE_EBCDIC; variable
77 USE_EBCDIC = FALSE; /*use ascii by default*/ in main()
200 case 'e': USE_EBCDIC=TRUE; /*use instead of ascii*/ in parseArgs()
H A Dacceptch.c75 if (USE_EBCDIC) in wacceptch()
231 wprintw(win->ascii, "%c", (USE_EBCDIC) ?EBCDIC[val]: in wacceptch()
710 wprintw(win->ascii, "%c", (USE_EBCDIC) ? EBCDIC[val] : in wacceptch()
726 wprintw(win->ascii, "%c", (USE_EBCDIC) ? EBCDIC[val] : in wacceptch()
H A Dfile.c72 if (USE_EBCDIC) in outline()
/dports/editors/hexcurse/hexcurse-1.60.0/include/
H A Dhex.h100 extern bool USE_EBCDIC;
/dports/lang/gawk/gawk-5.1.1/pc/
H A Dconfig.h516 #undef USE_EBCDIC
/dports/lang/gawk/gawk-5.1.1/
H A Deval.c131 #elif defined(USE_EBCDIC)
218 #ifndef USE_EBCDIC in load_casetable()
1033 #if defined(USE_EBCDIC) && defined(ELIDE_IBM_ERROR_CODE) in update_ERRNO_string()
H A Dcommand.y1029 #ifdef USE_EBCDIC
1312 #ifdef USE_EBCDIC
1427 #ifdef USE_EBCDIC in find_command()
H A Dcommand.c2758 #ifdef USE_EBCDIC
3041 #ifdef USE_EBCDIC
3156 #ifdef USE_EBCDIC in find_command()
H A Dconfigure.ac152 [AC_DEFINE(USE_EBCDIC, 1, Define to 1 if the character set is EBCDIC)
H A Dconfigh.in407 #undef USE_EBCDIC
H A Dmain.c1836 #elif defined(USE_EBCDIC) in platform_name()
H A Dawkgram.y2241 #ifdef USE_EBCDIC
3559 #ifdef USE_EBCDIC
4521 #ifdef USE_EBCDIC
6388 #ifdef USE_EBCDIC in check_special()
H A Dawkgram.c4749 #ifdef USE_EBCDIC
6067 #ifdef USE_EBCDIC
7029 #ifdef USE_EBCDIC
8896 #ifdef USE_EBCDIC in check_special()
H A Ddebug.c366 #ifdef USE_EBCDIC
H A DChangeLog.169 * command.y: Fix test for EBCDIC to use USE_EBCDIC.
4070 helpers/testdfa.c: Define and use the USE_EBCDIC cpp symbol
H A DChangeLog.02594 * awkgram.y: Added USE_EBCDIC changes for EBCDIC collating sequence.