Searched defs:m_ord (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_ord.h30 * m_ord.h
34 * $Header: /rd/h/rcs/m_ord.h 1.15 1994/05/29 16:17:02 mark Exp $
52 LEXTERN int m_ord ANSI((wint_t));
57 * m_ord(c) : convert alpha character(case insensitive) to an an ordinal value.
61 * using the reverse mapping as m_ord().
66 #define m_ord(c) \ macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_ord.h30 * m_ord.h
34 * $Header: /rd/h/rcs/m_ord.h 1.15 1994/05/29 16:17:02 mark Exp $
53 * m_ord(c) : convert alpha character(case insensitive) to an an ordinal value.
57 * using the reverse mapping as m_ord().
63 #define m_ord(c) \ macro
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_ord.c30 * m_ord.c
35 * m_ord(c)
41 static char rcsID[] = "$Header: /rd/src/libc/mks/rcs/m_ord.c 1.13 1993/05/19 18:52:15 ant Exp $";
62 * index = m_ord(letter) - 1;
66 * m_ord(c) : convert character(case insensitive) to an an ordinal value.
71 m_ord(c) function
108 * using the reverse mapping as m_ord().
154 A = m_ord('A');
155 Z = m_ord('Z');
156 a = m_ord('
[all...]

Completed in 70 milliseconds