Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 190) sorted by relevance

12345678

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c76 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 Dtbl_data.c46 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 Dout.c173 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 Dtbl_term.c266 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 Dmandoc.h250 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 Dprobe-xkb.c193 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 DRootFrame.java257 public void layout() { in layout() method in RootFrame
259 helper.layout(); in layout()
260 super.layout(); in layout()
H A DRootDialog.java244 public void layout() { in layout() method in RootDialog
246 helper.layout(); in layout()
247 super.layout(); in layout()
H A DGBPanel.java102 public void layout() { in layout() method in GBPanel
137 super.layout(); in layout()
152 cntr.layout(); in layout()
H A DRWHelper.java52 public void layout(); in layout() method
H A DGBContainer.java46 public void layout(); in layout() method
H A DScrollPanel.java296 public void layout() { in layout() method in ScrollPanel
301 super.layout(); in layout()
371 super.layout(); in layout()
H A DScrollableArea.java47 public void layout() { in layout() method in ScrollableArea
/titanic_44/usr/src/cmd/loadkeys/
H A Dloadkeys.y150 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 Dkbd_layouts28 # 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 Dalbania27 # Albania Type 6 (USB) key layout
29 # Note, on the console, this keyboard layout is exactly
H A Darabia26 # Arabia Type 6 (USB) key layout
28 # Note, on the console, this keyboard layout is exactly
H A Dbelarus27 # Belarus Type 6 (USB) key layout
29 # Note, on the console, this keyboard layout is exactly
H A Dbulgaria27 # Bulgaria Type 6 (USB) key layout
29 # Note, on the console, this keyboard layout is exactly
H A Dcroatia27 # Croatia Type 6 (USB) key layout
29 # Note, on the console, this keyboard layout is exactly
H A Diceland27 # Iceland Type 6 (USB) key layout
29 # Note, on the console, this keyboard layout is exactly
H A Dmaltauk27 # Malta UK Type 6 (USB) key layout
29 # Note, on the console, this keyboard layout is exactly
H A Dmaltaus27 # Malta US Type 6 (USB) key layout
29 # Note, on the console, this keyboard layout is exactly
H A Dserbiaandmontenegro26 # 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 Dlwlp.c251 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 };

12345678