/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_data.c | 98 (unsigned char *)"hardtabs", (unsigned char *)"ht", NUMERIC, 8, 8, 0, 113 (unsigned char *)"report", 0, NUMERIC, 5, 5, 0, 114 (unsigned char *)"scroll", (unsigned char *)"scr", NUMERIC, 12, 12, 0, 117 (unsigned char *)"shiftwidth", (unsigned char *)"sw", NUMERIC, TABS, TABS, 0, 121 (unsigned char *)"tabstop", (unsigned char *)"ts", NUMERIC, TABS, TABS, 0, 122 (unsigned char *)"taglength", (unsigned char *)"tl", NUMERIC, 0, 0, 0, 132 (unsigned char *)"window", (unsigned char *)"wi", NUMERIC, 23, 23, 0, 134 (unsigned char *)"wrapmargin", (unsigned char *)"wm", NUMERIC, 0, 0, 0,
|
H A D | ex_set.c | 296 case NUMERIC: in set() 423 case NUMERIC: in propts() 453 case NUMERIC: in propt()
|
H A D | ex.h | 143 #define NUMERIC 1 macro
|
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | ty_num.c | 60 } NUMERIC; typedef 82 NUMERIC * n; in make_num() 84 if (Alloc(n, NUMERIC)) { in make_num() 95 NUMERIC *n; in copy_num() 97 if (Alloc(n, NUMERIC)) in copy_num() 98 *n = *((NUMERIC *) arg); in copy_num() 111 NUMERIC * n = (NUMERIC *) arg; in fcheck_num()
|
/titanic_41/usr/src/cmd/sort/common/ |
H A D | options.c | 169 F->f_species = NUMERIC; in parse_field_spec() 313 nF->f_species = NUMERIC; in parse_old_field_spec() 451 S->m_default_species = NUMERIC; in options() 460 f->f_species = NUMERIC; in options()
|
H A D | initialize.c | 143 case NUMERIC: in initialize_post() 165 case NUMERIC: in initialize_post()
|
H A D | types.h | 70 NUMERIC enumerator
|
H A D | fields.c | 1075 (end - start == 0 && F->f_species == NUMERIC)) { in field_convert() 1154 end - start == 0 && F->f_species == NUMERIC) { in field_convert_wide()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | nl7ctokres.txt | 31 Shdr_Content_Length, "Content-Length: ", PASS | QUALIFIER | NUMERIC 39 Shdr_Cache_Control_Max_Age, "Cache-Control: max-age", PASS | NUMERIC
|
H A D | nl7chttp.c | 97 NUMERIC = 0x0002, enumerator 1316 if (match->act & NUMERIC) { in nl7c_http_request() 1628 if (match->act & NUMERIC) { in nl7c_http_response()
|
/titanic_41/usr/src/cmd/acct/ |
H A D | prctmp.sh | 34 DEVICE UID LOGIN PRIME NPRIME (NUMERIC) DATE TIME
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | pragma.test | 213 } {NUMERIC TEXT TEXT} 218 } {NUMERIC TEXT TEXT} 224 } {NUMERIC TEXT INTEGER TEXT WHATEVER CLOB BLOB VARCHAR(123) nVaRcHaR(432)}
|
H A D | minmax.test | 243 # TEXT instead of NUMERIC. Ticket #623.
|
H A D | select4.test | 473 # Make sure DISTINCT works appropriately on TEXT and NUMERIC columns.
|
H A D | capi2.test | 153 } {SQLITE_ROW 1 {{}} {5/0 NUMERIC}}
|