Searched refs:m_ord (Results 1 – 6 of 6) sorted by relevance
71 m_ord(c) in m_ord() function154 A = m_ord('A'); in main()155 Z = m_ord('Z'); in main()156 a = m_ord('a'); in main()157 z = m_ord('z'); in main()163 printf("ord(0x100) = %d, ord(0) = %d\n", m_ord(0x100), m_ord(0)); in main()
52 LEXTERN int m_ord ANSI((wint_t));66 #define m_ord(c) \ macro
227 i = m_ord(c); in tparm()238 i = m_ord(c); in tparm()
63 #define m_ord(c) \ macro
220 i = m_ord(c);230 i = m_ord(c);
82 m_cmdnam.o m_errorx.o m_ord.o m_strdup.o \