/titanic_44/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_44/usr/src/cmd/mandoc/ |
H A D | tbl_data.c | 46 if (dp->last && dp->last->layout) in data() 47 cp = dp->last->layout->next; in data() 49 cp = dp->layout->first; in data() 74 dat->layout = cp; in data() 128 if (TBL_CELL_HORIZ == dat->layout->pos || in data() 129 TBL_CELL_DHORIZ == dat->layout->pos || in data() 130 TBL_CELL_DOWN == dat->layout->pos) in data() 174 if (TBL_CELL_DOWN == dat->layout->pos) in tbl_cdata() 189 dp->layout = rp; in newspan() 227 assert(tbl->last_span->layout); in tbl_data() [all …]
|
H A D | out.c | 173 assert(dp->layout); in tblcalc() 174 col = &tbl->cols[dp->layout->head->ident]; in tblcalc() 188 switch (dp->layout->pos) { in tblcalc_data()
|
H A D | tbl_term.c | 266 assert(dp->layout); in tbl_data() 286 switch (dp->layout->pos) { in tbl_data() 351 hp = dp->layout->head->next; in tbl_literal() 359 switch (dp->layout->pos) { in tbl_literal()
|
H A D | mandoc.h | 250 struct tbl_cell *layout; /* layout cell */ member 269 struct tbl_row *layout; /* layout row */ member
|
/titanic_44/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_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | RootFrame.java | 257 public void layout() { in layout() method in RootFrame 259 helper.layout(); in layout() 260 super.layout(); in layout()
|
H A D | RootDialog.java | 244 public void layout() { in layout() method in RootDialog 246 helper.layout(); in layout() 247 super.layout(); in layout()
|
H A D | GBPanel.java | 102 public void layout() { in layout() method in GBPanel 137 super.layout(); in layout() 152 cntr.layout(); in layout()
|
H A D | RWHelper.java | 52 public void layout(); in layout() method
|
H A D | GBContainer.java | 46 public void layout(); in layout() method
|
H A D | ScrollPanel.java | 296 public void layout() { in layout() method in ScrollPanel 301 super.layout(); in layout() 371 super.layout(); in layout()
|
H A D | ScrollableArea.java | 47 public void layout() { in layout() method in ScrollableArea
|
/titanic_44/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_44/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 | 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 | bulgaria | 27 # Bulgaria 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 | 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
|
/titanic_44/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 };
|