Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 101) sorted by relevance

12345

/illumos-gate/usr/src/cmd/expand/
H A Dexpand.c134 column = 0;
150 column++;
157 column++;
168 column++;
173 column++;
178 if (column)
179 column--;
186 column++;
192 column++;
213 column++;
[all …]
/illumos-gate/usr/src/cmd/more/
H A Dmore.c737 column = 0; in getaline()
769 column = 1 + (column | 7); in getaline()
774 for (--p; column & 7 && p < &Line[LINSIZ - 1]; column++) { in getaline()
781 column = 1 + (column | 7); in getaline()
783 column--; in getaline()
814 column++; in getaline()
817 column += scw[csno]; in getaline()
819 column -= scw[csno]; in getaline()
821 column++; in getaline()
824 column = Mcol; in getaline()
[all …]
/illumos-gate/usr/src/cmd/eqn/
H A De.y67 collist : column
68 | collist column
71 column : lcol '{' list '}' { column('L', $1); }
72 | ccol '{' list '}' { column('C', $1); }
73 | rcol '{' list '}' { column('R', $1); }
74 | col '{' list '}' { column('-', $1); }
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dconflict.test543 } {1 {column b is not unique}}
549 } {1 {column b is not unique}}
557 } {1 {column b is not unique}}
569 } {1 {column b is not unique}}
579 } {1 {column d is not unique}}
585 } {1 {column d is not unique}}
593 } {1 {column d is not unique}}
605 } {1 {column d is not unique}}
615 } {1 {column e is not unique}}
621 } {1 {column e is not unique}}
[all …]
H A Dquote.test13 # focus of this file is the ability to specify table and column names
21 # Create a table with a strange name and with strange column names.
H A Dunique.test51 } {1 {column a is not unique}}
61 } {1 {column b is not unique}}
102 } {1 {column a is not unique}}
H A Dupdate.test46 # Unknown column name in an expression
51 } {1 {no such column: f3}}
55 } {1 {no such column: test2.f1}}
59 } {1 {no such column: f3}}
395 } {1 {no such column: x}}
407 } {1 {no such column: x}}
415 # Try doing updates on a unique column where the value does not
461 } {1 {column b is not unique}}
H A Dcapi2.test115 } {1 {(1) no such column: bogus} {}}
127 } {1 {(1) no such column: bogus} {}}
133 } {1 {(1) no such column: bogus} {x;}}
139 } {1 {(1) no such column: bogus} {;;x;}}
182 } {1 {(19) column a is not unique}}
390 } {1 {column a is not unique}}
H A Dmemdb.test164 # t1 Content of "c" column of t1 assuming no error in $cmd
165 # t2 Content of "x" column of t2
226 # t1 Content of "b" column of t1 assuming no error in $cmd
227 # t2 Content of "x" column of t3
257 if {$t0} {set t1 {column a is not unique}}
H A Dtable.test278 # Try using keywords as table names or column names.
374 # Make sure we cannot have duplicate column names within a table.
380 } {1 {duplicate column name: a}}
458 } {1 {foreign key on c should reference only one column of table t4}}
466 } {1 {unknown column "x" in foreign key definition}}
474 } {1 {unknown column "x" in foreign key definition}}
H A Dselect3.test97 } {1 {GROUP BY column number 0 out of range - should be between 1 and 2}}
102 } {1 {GROUP BY column number 3 out of range - should be between 1 and 2}}
180 # on the GROUP BY column.
H A Dselect5.test58 } {1 {no such column: z}}
82 } {1 {no such column: z}}
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh1148 --column="#" \
1150 --column="IP Type" \
1152 --hide-column=1
1298 --column="Interface" \
1299 --column="Type" \
1300 --column="Zone Name" \
1302 --column="Template" \
1303 --column="State" \
1357 --column=Parameter --column=Value \
1589 --column="Zone Name" \
[all …]
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dzpool_script.shlib27 # Get the new column name that the script created
37 # at least one new column value. Even if scripts return blank, zpool
45 log_fail "'$wholecmd' didn't create a new column value"
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1405 int column; in getaline() local
1420 for (column = 0, p = Line + savlength; ; ) { in getaline()
1426 return (column); in getaline()
1437 if (column + width > columns && !fflag) in getaline()
1444 column += width; in getaline()
1449 column = 1 + (column | 7); in getaline()
1452 if (column > 0) in getaline()
1453 column--; in getaline()
1456 column = 0; in getaline()
1461 if (column >= columns && !fflag) in getaline()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A Dps.requests22 % Keywords begin with an @ in the first column. The value follows on the next line
24 % lines that begin with % in the first column.
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c893 int column = 0; in hex_dump() local
907 column += 2; in hex_dump()
915 if (column < MAX_COLUMN) in hex_dump()
918 column++; in hex_dump()
923 column = 0; in hex_dump()
/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c28 gint column, GValue *value);
313 gint column, in ast_get_value() argument
319 if (column != 1) in ast_get_value()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c602 size_t column = 1; in output_data() local
627 if (column == 1) { in output_data()
644 if (column++ == 10) in output_data()
645 column = 1; in output_data()
648 if (column == 1) in output_data()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c1085 int row, column; /* State table coordinates */ local
1134 column = SYM_TENTATIVE;
1140 column = SYM_TENTATIVE;
1145 column = SYM_UNDEFINED;
1148 column = SYM_DEFINED;
1157 column = SYM_TENTATIVE;
1163 DBG_CALL(Dbg_syms_resolving(ofl, ndx, sdp->sd_name, row, column,
1182 Action[row][column](sdp, nsym, ifl, ofl, ndx, nshndx, nsdflags);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c283 column(outseq, ocol, ncol) in column() function
404 column(try, oldcol, newcol);
409 column(&col0seq, 0, newcol);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c283 column(struct Sequence *outseq, int ocol, int ncol) in column() function
392 column(try, oldcol, newcol); in __m_mvcur()
397 column(&col0seq, 0, newcol); in __m_mvcur()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsearch.c554 if ((pp.column + strlen(xp->name)) >= COLUMN_MAX) in search()
557 pp.column = COLUMN_TAB; in search()
562 pp.column += sfprintf(pp.filedeps.sp, "%c%s", index, xp->name); in search()
822 if ((pp.column + strlen(file)) >= COLUMN_MAX) in ppsearch()
825 pp.column = COLUMN_TAB; in ppsearch()
830 pp.column += sfprintf(pp.filedeps.sp, "%c%s", index, file); in ppsearch()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_phy.c184 uint32_t numBits, uint32_t firstBit, uint32_t column) in ath9k_phy_modify_rx_buffer() argument
197 (column * 8); in ath9k_phy_modify_rx_buffer()
200 (column * 8)) & mask; in ath9k_phy_modify_rx_buffer()
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.h40 uint64_t *row, uint64_t *column);

12345