/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_namval.h | 27 * common name-value struct support 36 int value; member in struct:__anon1122
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | namval.h | 27 * common name-value struct support 36 int value; member in struct:__anon1148
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astmath.c | 40 long double value = 0; local 42 double value = 0; 49 return ldexpl(value, exp) != 0; 52 return ldexp(value, exp) != 0; 55 return frexpl(value, &exp) != 0; 58 return frexp(value, &exp) != 0; 61 return isnan(value); 64 return isnan(value); 67 return copysign(1.0, value) < 0; 70 return signbit(value); [all...] |
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_namval.h | 27 * common name-value struct support 36 int value; member in struct:__anon1216
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_namval.h | 27 * common name-value struct support 36 int value; member in struct:__anon1238
|
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_namval.h | 27 * common name-value struct support 36 int value; member in struct:__anon1260
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | clrbot.c | 55 int x, value; local 62 value = __m_cc_erase( 66 return __m_return_code("clrtobot", value == 0 ? OK : ERR);
|
H A D | clreol.c | 55 int x, value; local 62 value = __m_cc_erase( 66 return __m_return_code("clrtoeol", value == 0 ? OK : ERR);
|
H A D | isendwin.c | 56 int value; local 62 value = __m_screen != (SCREEN *) 0 && (__m_screen->_flags & S_ENDWIN); 64 return __m_return_int("isendwin", value);
|
H A D | tgetflag.c | 52 int value = -1; local 60 value = cur_term->_bool[(int)(p - __m_boolcodes)]; 65 return __m_return_int("tgetflag", value);
|
H A D | tgetnum.c | 52 int value = -2; local 60 value = cur_term->_num[(int)(p - __m_numcodes)]; 65 return __m_return_int("tgetnum", value);
|
H A D | tgetstr.c | 58 char **p, *value = (char *) -1; local 66 value = cur_term->_str[(int)(p - __m_strcodes)]; 68 *area += strlen(strcpy(*area, value)); 73 return __m_return_pointer("tgetstr", value);
|
H A D | tigetfla.c | 52 int value = -1; local 60 value = cur_term->_bool[(int)(p - __m_boolnames)]; 65 return __m_return_int("tigetflag", value);
|
H A D | tigetnum.c | 52 int value = -2; local 60 value = cur_term->_num[(int)(p - __m_numnames)]; 65 return __m_return_int("tigetnum", value);
|
H A D | tigetstr.c | 52 char *value = (char *) -1; local 60 value = cur_term->_str[(int)(p - __m_strnames)]; 65 return __m_return_pointer("tigetstr", value);
|
H A D | wclear.c | 53 int value; local 60 value = werase(w); 62 return __m_return_code("wclear", value == 0 ? OK : ERR); 72 int value; local 80 value = __m_cc_erase(w, 0, 0, w->_maxy-1, w->_maxx-1); 82 return __m_return_code("werase", value == 0 ? OK : ERR);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | clrbot.c | 58 int x, value; local 61 value = __m_cc_erase(stdscr, 64 return ((value == 0) ? OK : ERR);
|
H A D | clreol.c | 58 int x, value; local 61 value = __m_cc_erase(stdscr, 64 return ((value == 0) ? OK : ERR);
|
H A D | isendwin.c | 59 int value; local 61 value = __m_screen != NULL && (__m_screen->_flags & S_ENDWIN); 63 return ((bool) value);
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_namval.h | 29 * common name-value struct support 45 int value; member in struct:__anon1103
|
H A D | namval.h | 29 * common name-value struct support 45 int value; member in struct:__anon1114
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_namval.h | 29 * common name-value struct support 45 int value; member in struct:__anon1197
|
H A D | namval.h | 29 * common name-value struct support 45 int value; member in struct:__anon1208
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_namval.h | 29 * common name-value struct support 45 int value; member in struct:__anon1219
|
H A D | namval.h | 29 * common name-value struct support 45 int value; member in struct:__anon1230
|