Home
last modified time | relevance | path

Searched refs:column (Results 26 – 50 of 101) sorted by relevance

12345

/illumos-gate/usr/src/lib/libsqlite/test/
H A Drowid.test13 # focus of this file is testing the magic ROWID column that is
91 # We can insert or update the ROWID column.
151 } {1 {table t1 has no column named rowid}}
155 } {1 {table t1 has no column named _rowid_}}
159 } {1 {table t1 has no column named oid}}
163 } {1 {table t1 has no column named rowid}}
166 # column names.
H A Dcrashme2.off37 } {1 {column a is not unique}}
H A Dtrigger2.test475 } {1 {column a is not unique}}
485 } {1 {column a is not unique}}
501 } {1 {column a is not unique}}
529 } {1 {column a is not unique}}
539 } {1 {column a is not unique}}
561 } {1 {column a is not unique}}
H A Dinsert.test54 # Try to insert into a non-existant column of a table.
59 } {1 {table test1 has no column named four}}
182 } {1 {no such column: t3.a}}
H A Dselect1.test317 } {1 {ORDER BY column number 3 out of range - should be between 1 and 2}}
346 # Check for column naming
422 } {1 {ambiguous column name: f1}}
427 } {1 {ambiguous column name: f2}}
432 } {1 {ambiguous column name: A.f1}}
562 # Check for ORDER BY clauses that refer to an AS name in the column list
H A Dindex.test57 # Try adding an index on a column of a table where the table
58 # exists but the column does not.
64 } {1 {table test1 has no column named f4}}
72 } {1 {table test1 has no column named f4}}
H A Djoin.test203 } {1 {cannot join using column a - column not present in both tables}}
213 } {1 {no such column: t3.a}}
H A Dselect4.test285 } {1 {ORDER BY term number 1 does not match any result column}}
294 } {1 {ORDER BY term number 1 does not match any result column}}
443 # Make sure column names are correct when a compound select appears as
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist38 * The table is organized with the first column being the error number.
39 * The second column is the error's name. If the error should be skipped
41 * the XENIX errors. The third column to the end of the file is the
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_map.c61 col = t->column; in setColumnNames()
75 sfree(t->column[i]); in setColumnNames()
76 sfree(t->column); in setColumnNames()
77 t->column = 0; in setColumnNames()
96 if (strcmp(col[i], t->column[j]) == 0) { in setColumnNames()
1165 if (strcmp(x->index.name[i], x->column[j]) == 0) { in verifyIndexMatch()
H A Dldap_scheme.c91 col = t->column; in schemeQuery2nisAttr()
H A Dldap_parse.h657 char **column; member
H A Dldap_nisdbquery.c275 if (strcmp(index[n], t->column[a]) == 0) { in createQuery()
450 t->column[j]) == 0) { in createQuery()
911 if (strncmp(t->column[index], in createNisPlusEntry()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c364 i += column(wcursor) - 1; in lindent()
426 vgoto(splitw ? WECHO : LINE(wdot - llimit), column(wcursor) - 1); in lsmatch()
H A Dex_voper.c657 vmoving = 1, vmovcol = column(cursor); in operate()
706 vmoving = 1, vmovcol = column(cursor); in operate()
876 vmovcol = column(loc1); in operate()
/illumos-gate/usr/src/cmd/eqn/
H A Dmatrix.c18 column(int type, int p1) in column() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps67 auto_left_margin bw bw bool cub1 wraps from column 0 to last column
101 semi_auto_right_margin sam YE bool Printing in last column causes cr
149 column_address hpa ch str Set cursor column (PG)
159 cursor_to_ll ll ll str Last line, first column (if no cup)
273 set_tab hts st str Set a tab in all rows, current column.
412 set_left_margin smgl ML str Set left margin at current column
413 set_right_margin smgr MR str Set right margin at current column
469 micro_column_address mhpa ZY str Like column address for micro adjustment
483 set_left_margin_parm smglp Zm str Set left (right) margin at column #1 (#2)
484 set_right_margin_parm smgrp Zn str Set right margin at column #1
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps65 auto_left_margin bw bw bool cub1 wraps from column 0 to last column
99 semi_auto_right_margin sam YE bool Printing in last column causes cr
147 column_address hpa ch str Set cursor column (PG)
157 cursor_to_ll ll ll str Last line, first column (if no cup)
271 set_tab hts st str Set a tab in all rows, current column.
410 set_left_margin smgl ML str Set left margin at current column
411 set_right_margin smgr MR str Set right margin at current column
467 micro_column_address mhpa ZY str Like column address for micro adjustment
481 set_left_margin_parm smglp Zm str Set left (right) margin at column #1 (#2)
482 set_right_margin_parm smgrp Zn str Set right margin at column #1
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME35 column) less than 32 are looked up (by dpost) in the charlib directory. A code
67 (ie. numbers in column 2) are point size 10 widths assuming a resolution of
74 The fourth column in the width tables is the character code field and is only
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c321 int column=0; in check_bist() local
324 column = ((bist_rd(adapter,moduleid, 0x0e)<<8) + in check_bist()
328 result, moduleid, column); in check_bist()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in108 ** is an array of strings holding the values for each column.
110 ** the names of each column.
176 ** the value of the INTEGER PRIMARY KEY column if there is such a column,
178 ** available as the ROWID, OID, or _ROWID_ column.) The following routine
321 ** Notice that there is an extra row of data containing the column
537 ** attempt to access a column of a table in the database. The callback
540 ** if the column should be treated as a NULL value.
657 ** describe the column names and datatypes. The name of the i-th column
658 ** is (*pazColName)[i] and the datatype of the i-th column is
677 ** The data is contained in *pazValue. The value of the i-th column is
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h768 #define INI_RA(iniarray, row, column) \ argument
769 (((iniarray)->ia_array)[(row) * ((iniarray)->ia_columns) + (column)])
985 #define REG_WRITE_ARRAY(iniarray, column, regWr) do { \ argument
989 INI_RA((iniarray), r, (column))); \
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th43 5 constant menu_default_x \ default column position of timeout
45 4 constant menu_timeout_default_x \ default column position of timeout
72 variable menu_timeout_x \ column position of timeout message
194 \ This function prints a menu item at menuX (row) and menuY (column), returns
219 \ Move the cursor forward 1 column
224 \ Move the cursor to the 3rd column from the current position
912 drop \ no custom column position
970 \ read custom column position (if set)
972 drop \ no custom column position
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2579 Word row, column; in process_elf() local
2643 column = 1; in process_elf()
2647 column = 0; in process_elf()
2697 if (Initial[row][column] != NULL) { in process_elf()
2698 if (Initial[row][column](name, ifl, shdr, scn, in process_elf()
2820 if (column == 0) { in process_elf()
2939 if (column && (ifl->ifl_flags & FLG_IF_NEEDED)) { in process_elf()
3008 if ((row == SHT_SUNW_move) && (column == 0)) { in process_elf()
3019 if (Final[row][column] != NULL) { in process_elf()
3020 if (Final[row][column](isp, ifl, in process_elf()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/icu-mapping-data/
H A Dwindows-720-2000.ucm73 # The 1st column is the Unicode scalar value.
74 # The 2nd column is the codepage byte sequence.
75 # The 3rd column is the fallback indicator.

12345