Home
last modified time | relevance | path

Searched refs:NUMERIC (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dex_data.c98 (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 Dex_set.c296 case NUMERIC: in set()
423 case NUMERIC: in propts()
453 case NUMERIC: in propt()
H A Dex.h143 #define NUMERIC 1 macro
/titanic_41/usr/src/lib/libeti/form/common/
H A Dty_num.c60 } 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 Doptions.c169 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 Dinitialize.c143 case NUMERIC: in initialize_post()
165 case NUMERIC: in initialize_post()
H A Dtypes.h70 NUMERIC enumerator
H A Dfields.c1075 (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 Dnl7ctokres.txt31 Shdr_Content_Length, "Content-Length: ", PASS | QUALIFIER | NUMERIC
39 Shdr_Cache_Control_Max_Age, "Cache-Control: max-age", PASS | NUMERIC
H A Dnl7chttp.c97 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 Dprctmp.sh34 DEVICE UID LOGIN PRIME NPRIME (NUMERIC) DATE TIME
/titanic_41/usr/src/lib/libsqlite/test/
H A Dpragma.test213 } {NUMERIC TEXT TEXT}
218 } {NUMERIC TEXT TEXT}
224 } {NUMERIC TEXT INTEGER TEXT WHATEVER CLOB BLOB VARCHAR(123) nVaRcHaR(432)}
H A Dminmax.test243 # TEXT instead of NUMERIC. Ticket #623.
H A Dselect4.test473 # Make sure DISTINCT works appropriately on TEXT and NUMERIC columns.
H A Dcapi2.test153 } {SQLITE_ROW 1 {{}} {5/0 NUMERIC}}