/titanic_41/usr/src/head/iso/ |
H A D | limits_iso.h | 63 #define CHAR_MIN SCHAR_MIN /* min value of a "char" */ macro 66 #define CHAR_MIN 0 /* min value of a "char" */
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_limits.h | 34 #ifndef CHAR_MIN 35 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_limits.h | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_limits.h | 34 #ifndef CHAR_MIN 35 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_limits.h | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_limits.h | 34 #ifndef CHAR_MIN 35 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_limits.h | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_limits.h | 34 #ifndef CHAR_MIN 35 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_limits.h | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128 macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | limits | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | limits | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | limits | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | limits | 13 #ifndef CHAR_MIN 14 #define CHAR_MIN -128
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | utils.h | 38 #define NC (CHAR_MAX - CHAR_MIN + 1)
|
H A D | regfree.c | 84 free(&g->charjump[CHAR_MIN]); in regfree()
|
H A D | regex2.h | 191 #define OUT (CHAR_MIN - 1) /* a non-character value */
|
H A D | regcomp.c | 1626 g->charjump = &g->charjump[-(CHAR_MIN)]; in computejumps() 1632 for (ch = CHAR_MIN; ch < (CHAR_MAX + 1); ch++) in computejumps()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | limits.c | 152 #ifndef CHAR_MIN in main() 162 #ifndef CHAR_MIN in main()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | limits.h | 40 #define CHAR_MIN -0x80 macro
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | pp.h | 84 #if CHAR_MIN < 0 85 #define pptype (ppctype-(CHAR_MIN))
|
H A D | ppexpr.c | 539 #if CHAR_MIN < 0 in subexpr()
|
H A D | ppfsm.c | 865 for (n = CHAR_MIN; n <= CHAR_MAX; n++) in ppfsm()
|
/titanic_41/usr/src/cmd/getconf/ |
H A D | getconf.c | 413 #ifndef CHAR_MIN 414 #define CHAR_MIN -1 macro 498 CHAR_MIN, "CHAR_MIN", SELFCONF, NOFLAGS,
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | setupterm.c | 203 #if CHAR_MIN < 0 in _Getsh()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | conf.tab | 65 CHAR_MIN C XX 1 L
|