/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 76 print_num(state, _title, &layout->_field, SL_FMT_NUM_DEC) 78 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_DEC, \ 79 _title2, &layout->_field2, SL_FMT_NUM_DEC) 81 print_num(state, _title, &layout->_field, SL_FMT_NUM_HEX) 83 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_HEX, \ 84 _title2, &layout->_field2, SL_FMT_NUM_HEX) 86 print_num(state, _title, &layout->_field, SL_FMT_NUM_ZHEX) 88 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_ZHEX, \ 89 _title2, &layout->_field2, SL_FMT_NUM_ZHEX) 91 print_subtype(state, _title, &layout->_field, _func) [all …]
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | tbl_data.c | 49 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata() 68 dat->layout = cp; in getdata() 114 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata() 115 dat->layout->pos == TBL_CELL_DHORIZ || in getdata() 116 dat->layout->pos == TBL_CELL_DOWN) && in getdata() 155 if (dat->layout->pos == TBL_CELL_DOWN) in tbl_cdata() 170 dp->layout = rp; in newspan() 199 for (rp = tbl->last_span->layout->next; in tbl_data() 217 rp = tbl->last_span->layout; in tbl_data() 220 rp = tbl->last_span->layout; in tbl_data()
|
H A D | tbl_term.c | 118 if (sp->layout->vert || in term_tbl() 119 (sp->prev != NULL && sp->prev->layout->vert) || in term_tbl() 131 cp = sp->layout->first; in term_tbl() 177 if (sp->layout->last->vert || in term_tbl() 178 (sp->prev != NULL && sp->prev->layout->last->vert) || in term_tbl() 228 c1 = sp->layout->first; in tbl_hrule() 229 c2 = sp->prev == NULL ? NULL : sp->prev->layout->first; in tbl_hrule() 282 switch (dp->layout->pos) { in tbl_data() 335 ic = dp->layout->col; in tbl_literal() 343 switch (dp->layout->pos) { in tbl_literal() [all …]
|
H A D | out.c | 143 icol = dp->layout->col; in tblcalc() 147 col->flags |= dp->layout->flags; in tblcalc() 148 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc() 241 switch (dp->layout->pos) { in tblcalc_data()
|
H A D | tbl_html.c | 121 if (dp == NULL || dp->layout->col > ic) in print_tbl() 123 if (dp->layout->pos != TBL_CELL_DOWN) in print_tbl()
|
H A D | mandoc.h | 273 struct tbl_cell *layout; /* layout cell */ member 291 struct tbl_row *layout; /* layout row */ member
|
/titanic_50/usr/src/cmd/hal/probing/xkb/ |
H A D | probe-xkb.c | 193 const char *type, *layout; in sun_find_xkbnames() local 211 if ((layout = strtok(NULL, " \t\n")) == NULL) { in sun_find_xkbnames() 243 if (*layout == '*') { in sun_find_xkbnames() 247 } else if (atoi(layout) == kb_layout) { in sun_find_xkbnames()
|
/titanic_50/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 150 int layout; local 199 if (ioctl(kbdfd, KIOCLAYOUT, &layout) < 0) { 205 "%s%.2x", layout_prefix, layout); 308 int layout; in set_layout() local 312 layout = (int) strtol(arg, &arg, 0); in set_layout() 323 ret = ioctl(kbdfd, KIOCSLAYOUT, layout); in set_layout()
|
/titanic_50/usr/src/cmd/loadkeys/type_6/ |
H A D | kbd_layouts | 28 # The /usr/bin/kbd (-s option) reads the file to get the keyboard layout 30 # To add the new keytable, the new layout name and number need be defined
|
H A D | bulgaria | 27 # Bulgaria Type 6 (USB) key layout 29 # Note, on the console, this keyboard layout is exactly
|
H A D | maltaus | 27 # Malta US Type 6 (USB) key layout 29 # Note, on the console, this keyboard layout is exactly
|
H A D | serbiaandmontenegro | 26 # Serbia-And-Montenegro Type 6 (USB) key layout 28 # Note, on the console, this keyboard layout is exactly
|
H A D | slovakia | 25 # Slovakia Type 6 (USB) key layout 27 # Note, on the console, this keyboard layout is exactly
|
H A D | albania | 27 # Albania Type 6 (USB) key layout 29 # Note, on the console, this keyboard layout is exactly
|
H A D | arabia | 26 # Arabia Type 6 (USB) key layout 28 # Note, on the console, this keyboard layout is exactly
|
H A D | belarus | 27 # Belarus Type 6 (USB) key layout 29 # Note, on the console, this keyboard layout is exactly
|
H A D | croatia | 27 # Croatia Type 6 (USB) key layout 29 # Note, on the console, this keyboard layout is exactly
|
H A D | iceland | 27 # Iceland Type 6 (USB) key layout 29 # Note, on the console, this keyboard layout is exactly
|
H A D | maltauk | 27 # Malta UK Type 6 (USB) key layout 29 # Note, on the console, this keyboard layout is exactly
|
H A D | korea | 27 # Korean Type 6 (USB) key layout
|
H A D | traditional_chinese | 25 # Traditional_chinese Type 6 (USB) key layout
|
/titanic_50/usr/src/tools/codereview/ |
H A D | lwlp.c | 251 struct layout { struct 256 static struct layout *layoutp; argument 257 static struct layout layout1 = { 1.000000, 1, 1, 1, 0 }; 258 static struct layout layout2 = { 0.666666, 2, 2, 1, 90 }; 259 static struct layout layout4 = { 0.500000, 4, 2, 2, 0 }; 260 static struct layout layout8 = { 0.333333, 8, 4, 2, 90 };
|
/titanic_50/usr/src/cmd/loadkeys/type_4/ |
H A D | korea_5 | 24 # Korean Type 5 key layout
|
H A D | traditional_chinese_5 | 26 # Traditional_chinese Type 5 key layout
|
/titanic_50/usr/src/uts/common/io/ |
H A D | conskbd.c | 1698 int layout; in conskbd_kioclayout_complete() local 1707 layout = *(int *)mp->b_cont->b_rptr; in conskbd_kioclayout_complete() 1714 if (layout != -1 && conskbd.conskbd_layout == -1) { in conskbd_kioclayout_complete() 1715 if (layout == 0) { in conskbd_kioclayout_complete() 1718 conskbd.conskbd_layout = layout; in conskbd_kioclayout_complete() 1719 if (layout == kbd_layout_bak) { in conskbd_kioclayout_complete() 1724 layout)) != NULL) { in conskbd_kioclayout_complete()
|