Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 101) sorted by last modified time

12345

/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/data/terminfo/
H A Dterminfo.src171 # -w Wide - in 132 column mode.
300 dumb|80-column dumb tty,
9238 # Wyse 85 in 132-column mode.
9350 # Wyse 185 in 132-column mode.
9551 # Wyse 370 in 132-column mode.
10204 # <is1> sets 80 column mode,
11431 # bell/no bell at column 72*
11509 # page/column tab stops*
13128 # ^^FJ - normal (80 column) mode
15040 # p8-w: Prism-8 in 132 column mode
[all …]
H A Dtermcap.src171 # -w Wide - in 132 column mode.
300 dumb|80-column dumb tty:\
8239 # Wyse 85 in 132-column mode.
8325 # Wyse 185 in 132-column mode.
8498 # Wyse 370 in 132-column mode.
9087 # :i1: sets 80 column mode,
10093 # bell/no bell at column 72*
10171 # page/column tab stops*
11627 # ^^FJ - normal (80 column) mode
13357 # p8-w: Prism-8 in 132 column mode
[all …]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c956 struct column { struct
1764 static const struct column columns[] = {
1965 const struct column * const colp = &columns[opt_columns[i]]; in print_header()
/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia1106 # column (1971-11-17, page 24), and of "ACDT" was a Scoreboard column
H A Dasia2685 # It appears to be the front page story at the top in the right-most column.
H A Dzone_sun.tab12 # 2. The first data column contains exactly one country code.
19 # Unlike zone1970.tab, a row's third column can be a Link from
H A Dzone.tab.txt12 # 2. The first data column contains exactly one country code.
19 # Unlike zone1970.tab, a row's third column can be a Link from
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c276 col = column(nc); in vsetcurs()
H A Dex_vwind.c463 d = (column(NOSTR) + WCOLS - 1 + (Putchar == listchar) + insert_null_glitch) / WCOLS; in vdepth()
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/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/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/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()
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/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/libsqlite/test/
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 Dview.test125 # Test that column name of views are generated correctly.
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 Dtrigger1.test500 # that we can change the column names because the trigger programs don't
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 Dsubselect.test33 # Try a select with more than one result column.
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 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

12345