Searched refs:m_ord (Results 1 - 7 of 7) sorted by relevance

/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...]
/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/xcurses/
H A Dtparm.c102 #include <m_ord.h>
220 i = m_ord(c);
230 i = m_ord(c);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c106 #include <m_ord.h>
227 i = m_ord(c);
238 i = m_ord(c);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Duntic.c51 #include <m_ord.h>
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com82 m_cmdnam.o m_errorx.o m_ord.o m_strdup.o \

Completed in 76 milliseconds