/titanic_44/usr/src/cmd/expand/ |
H A D | expand.c | 67 register int c, column; local 136 column = 0; 152 column++; 153 } while (column & 07); 159 column++; 161 ((column - 1) % tabstops[0]) != 166 if (tabstops[n] > column) 170 column++; 173 while (column < tabstops[n]) { 175 column++; [all …]
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | ColumnListCanvas.java | 164 public void setTextEditable(int column, boolean value) { in setTextEditable() argument 165 if (column < 0 || column >= columns) in setTextEditable() 168 textEditable = ensureLength(textEditable, column+1); in setTextEditable() 169 textEditable[column] = value; in setTextEditable() 172 public boolean getTextEditable(int column) { in getTextEditable() argument 173 if (textEditable == null || column < 0 || in getTextEditable() 174 column >= textEditable.length) in getTextEditable() 177 return textEditable[column]; in getTextEditable() 237 public boolean startEdit(int column) { in startEdit() argument 238 return startEdit(column, -1); in startEdit() [all …]
|
H A D | ColumnList.java | 132 public void setTextEditable(int column, boolean value) { in setTextEditable() argument 133 canvas.setTextEditable(column, value); in setTextEditable() 150 public boolean getTextEditable(int column) { in getTextEditable() argument 151 return canvas.getTextEditable(column); in getTextEditable() 167 public boolean startEdit(int column) { in startEdit() argument 168 return canvas.startEdit(column); in startEdit() 721 public Object getItem(int row, int column) { in getItem() argument 722 return canvas.getItem(row, column); in getItem() 746 public int putItem(int row, int column, Object value) { in putItem() argument 747 Object oldValue = getItem(row, column); in putItem() [all …]
|
H A D | CLComponent.java | 41 protected int row, column; field in CLComponent 50 void setCanvas(ColumnListCanvas canvas, int row, int column) { in setCanvas() argument 53 this.column = column; in setCanvas() 63 canvas.adjustColumnWidths(this, column); in setText()
|
H A D | CLChoice.java | 259 canvas.startEdit(column)) { in mouseDown() 262 dragX = evt.x + canvas.columnX(column); in mouseDown() 387 int column) { in forwardToMenu() argument 427 int x = canvas.columnX(column); in getMenuBounds() 476 r.x = offset.x + canvas.columnX(column); in getWindowMenuBounds()
|
H A D | CLIconLabel.java | 149 getOffsetAndText(canvas.columnWidth(column), in textX() 150 canvas.getFormat(column), in textX()
|
/titanic_44/usr/src/cmd/more/ |
H A D | more.c | 731 register int column; in getaline() local 737 column = 0; in getaline() 750 return (column); in getaline() 759 column = oldcolumn; in getaline() 767 if (hardtabs && column < promptlen && !hard) { in getaline() 769 column = 1 + (column | 7); in getaline() 774 for (--p; column & 7 && p < &Line[LINSIZ - 1]; column++) { in getaline() 777 if (column >= promptlen) promptlen = 0; in getaline() 781 column = 1 + (column | 7); in getaline() 782 else if ((c == '\b') && (ul_opt || !cr_opt) && (column > 0)) /* M008 */ in getaline() [all …]
|
/titanic_44/usr/src/cmd/eqn/ |
H A D | e.y | 67 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); }
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | conflict.test | 40 # t1 Content of "c" column of t1 assuming no error in $cmd 41 # t2 Content of "x" column of t2 98 # t1 Content of "c" column of t1 assuming no error in $cmd 99 # t2 Content of "x" column of t2 156 # t1 Content of "c" column of t1 assuming no error in $cmd 157 # t2 Content of "x" column of t2 211 # t1 Content of "c" column of t1 assuming no error in $cmd 212 # t2 Content of "x" column of t2 270 # t1 Content of "c" column of t1 assuming no error in $cmd 271 # t2 Content of "x" column of t2 [all …]
|
H A D | quote.test | 15 # focus of this file is the ability to specify table and column names 23 # Create a table with a strange name and with strange column names.
|
H A D | unique.test | 53 } {1 {column a is not unique}} 63 } {1 {column b is not unique}} 104 } {1 {column a is not unique}}
|
H A D | update.test | 48 # Unknown column name in an expression 53 } {1 {no such column: f3}} 57 } {1 {no such column: test2.f1}} 61 } {1 {no such column: f3}} 397 } {1 {no such column: x}} 409 } {1 {no such column: x}} 417 # Try doing updates on a unique column where the value does not 463 } {1 {column b is not unique}}
|
H A D | capi2.test | 117 } {1 {(1) no such column: bogus} {}} 129 } {1 {(1) no such column: bogus} {}} 135 } {1 {(1) no such column: bogus} {x;}} 141 } {1 {(1) no such column: bogus} {;;x;}} 184 } {1 {(19) column a is not unique}} 392 } {1 {column a is not unique}}
|
H A D | memdb.test | 166 # t1 Content of "c" column of t1 assuming no error in $cmd 167 # t2 Content of "x" column of t2 228 # t1 Content of "b" column of t1 assuming no error in $cmd 229 # t2 Content of "x" column of t3 259 if {$t0} {set t1 {column a is not unique}}
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_print_lines.c | 70 unsigned long column, in print_line_detail() argument 81 (unsigned long) column, in print_line_detail() 130 Dwarf_Word column = 0; in _dwarf_internal_printlines() local 415 opcode, address, (int) file, line, column, in _dwarf_internal_printlines() 428 column, is_stmt, basic_block, in _dwarf_internal_printlines() 480 column = (Dwarf_Word) utmp2; in _dwarf_internal_printlines() 482 (Dwarf_Signed) column, (Dwarf_Signed) column); in _dwarf_internal_printlines() 579 column, is_stmt, basic_block, in _dwarf_internal_printlines() 586 column = 0; in _dwarf_internal_printlines()
|
/titanic_44/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 371 --column="encryption" $(encryptionValues)) 380 --column="Key format and location" \ 534 --column="Installed Zones" ${zonelist[*]}) 946 --column="Remove Access to:" \ 947 --column="$templateHeading" \ 972 --column="Multilevel Ports (example: 80-81/tcp;111/udp;)" \ 1148 --column="#" \ 1149 --column="Network Configuration " \ 1150 --column="IP Type" \ 1151 --column="Available Interfaces" \ [all …]
|
/titanic_44/usr/src/cmd/pg/ |
H A D | pg.c | 1422 int column; local 1437 for (column = 0, p = Line + savlength; ; ) { 1443 return (column); 1454 if (column + width > columns && !fflag) 1461 column += width; 1466 column = 1 + (column | 7); 1469 if (column > 0) 1470 column--; 1473 column = 0; 1478 if (column >= columns && !fflag) [all …]
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postscript/ |
H A D | ps.requests | 22 % Keywords begin with an @ in the first column. The value follows on the next line 24 % lines that begin with % in the first column.
|
/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 890 int column = 0; in hex_dump() local 904 column += 2; in hex_dump() 912 if (column < MAX_COLUMN) in hex_dump() 915 column++; in hex_dump() 920 column = 0; in hex_dump()
|
/titanic_44/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg.c | 602 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()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | resolve.c | 1085 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);
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 285 column(outseq, ocol, ncol) in column() function 406 column(try, oldcol, newcol); 411 column(&col0seq, 0, newcol);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 285 column(struct Sequence *outseq, int ocol, int ncol) in column() function 394 column(try, oldcol, newcol); in __m_mvcur() 399 column(&col0seq, 0, newcol); in __m_mvcur()
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppsearch.c | 554 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() 801 if ((pp.column + strlen(file)) >= COLUMN_MAX) in ppsearch() 804 pp.column = COLUMN_TAB; in ppsearch() 809 pp.column += sfprintf(pp.filedeps.sp, "%c%s", index, file); in ppsearch()
|
/titanic_44/usr/src/uts/intel/io/intel_nhm/ |
H A D | mem_addr.h | 40 uint64_t *row, uint64_t *column);
|