Searched defs:column (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 106 columnlist ::= columnlist COMMA column. 107 columnlist ::= column. 109 // About the only information used for a column is the name of the 110 // column. The type is always just "text". But the code will accept 113 column ::= columnid type carglist. label 155 // The name of a column or table can be any of the following:
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | mvcur.c | 260 * placed in the last column. See O'Reilly Termcap & 274 * column() adds the best sequence for moving the cursor from oldcol 277 * column() considers column_address, parm_left/right_cursor, 281 column(outseq, ocol, ncol) function 293 /* try out direct column addressing */ 399 /* try out independent row/column addressing */ 402 column(try, oldcol, newcol); 407 column(&col0seq, 0, newcol); 409 /* try out homing and then row/column */ 418 /* try out homing to last line and then row/column */ [all...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | mvcur.c | 260 * placed in the last column. See O'Reilly Termcap & 274 * column() adds the best sequence for moving the cursor from oldcol 277 * column() considers column_address, parm_left/right_cursor, 281 column(struct Sequence *outseq, int ocol, int ncol) function 291 /* try out direct column addressing */ 387 /* try out independent row/column addressing */ 390 column(try, oldcol, newcol); 395 column(&col0seq, 0, newcol); 397 /* try out homing and then row/column */ 406 /* try out homing to last line and then row/column */ [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | menu_entry.c | 65 /* The current column. */ 66 int column; member in struct:screen 67 /* The real column. */ 232 y = term_screen->y - screen->column 248 int column; local 253 for (column = 0; 254 column <= linep->len 256 column += grub_term_entry_width (term_screen->term), y++) 263 if (region_column >= column 265 < (column 780 int column = 0; local [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_parse.h | 177 * name Array of column names 178 * value Array of column values; uses __nis_mapping_format_t so that 253 * name Attribute/column name 297 * value of the 'passwd' column. The NIS+LDAPmapping(4) representation 321 * (3) Given a 'cname' column with the value "some.dom.ain.", extract 385 * (1) The value of the 'name' column. 414 * "{%s}%s", assign "dh-1024" to the 'auth_type' column, and 415 * "abcdef000234" to the 'public_data' column. 490 /* A single mapping rule: attribute -> column or column 652 char **column; member in struct:__anon1971 [all...] |
/osnet-11/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 890 int column = 0; local 904 column += 2; 912 if (column < MAX_COLUMN) 915 column++; 920 column = 0;
|
Completed in 33 milliseconds