Home
last modified time | relevance | path

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

1234567891011

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c97 print_strbuf(state, _title, &layout->_field)
508 a_type_next = layout->a_type; in dump_auxv()
658 fdesc = layout->word; in dump_fltset()
690 fdesc = layout->sigbits; in dump_sigset()
777 &layout->f_si_value_int); in dump_siginfo()
858 fdesc = layout->word; in dump_sysset()
1115 &layout->pr_fpreg); in dump_lwpstatus()
1443 print_state_sname_2up(state, &layout->pr_state, &layout->pr_sname); in dump_lwpsinfo()
1524 &layout->pr_ttydev, SL_FMT_NUM_DEC); in dump_psinfo()
1571 print_state_sname_2up(state, &layout->pr_state, &layout->pr_sname); in dump_prpsinfo()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_data.c66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata()
83 dp->layout->last->next = cp; in getdata()
84 cp->col = dp->layout->last->col + 1; in getdata()
85 dp->layout->last = cp; in getdata()
96 dat->layout = cp; in getdata()
119 pdat->layout->col < dat->layout->col) in getdata()
188 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata()
190 dat->layout->pos == TBL_CELL_DOWN) && in getdata()
234 if (dat->layout->pos == TBL_CELL_DOWN) in tbl_cdata()
247 dp->layout = rp; in newspan()
[all …]
H A Dtbl_term.c279 cp = cpn = sp->layout->first; in term_tbl()
310 uvert = dvert = sp->layout->vert; in term_tbl()
312 dvert < sp->next->layout->vert) in term_tbl()
313 dvert = sp->next->layout->vert; in term_tbl()
317 uvert = sp->prev->layout->vert; in term_tbl()
337 cp = sp->layout->first; in term_tbl()
339 sp->next->layout->first; in term_tbl()
341 sp->prev->layout->first; in term_tbl()
821 ic = dp->layout->col; in tbl_literal()
829 switch (dp->layout->pos) { in tbl_literal()
[all …]
H A Dout.c153 icol = dp->layout->col; in tblcalc()
157 col->flags |= dp->layout->flags; in tblcalc()
158 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc()
163 if (dp->layout->wstr != NULL && in tblcalc()
164 dp->layout->width == 0 && in tblcalc()
167 dp->layout->width = in tblcalc()
169 if (col->width < dp->layout->width) in tblcalc()
170 col->width = dp->layout->width; in tblcalc()
174 col->spacing = dp->layout->spacing; in tblcalc()
185 dp->layout->width ? dp->layout->width : in tblcalc()
[all …]
H A Dtbl_html.c146 switch (sp->layout->vert) { in print_tbl()
187 cp = dp->layout; in print_tbl()
247 if (dp->layout->pos == TBL_CELL_HORIZ || in print_tbl()
248 dp->layout->pos == TBL_CELL_DHORIZ || in print_tbl()
254 html_setfont(h, dp->layout->font); in print_tbl()
255 if (dp->layout->pos == TBL_CELL_LONG) in print_tbl()
258 if (dp->layout->pos == TBL_CELL_NUMBER) { in print_tbl()
259 col = h->tbl.cols + dp->layout->col; in print_tbl()
H A Dtbl.h95 struct tbl_cell *layout; /* Associated layout cell. */ member
116 struct tbl_row *layout; /* Associated layout row. */ member
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Dam1 # bhyve ps2kbd keyboard layout file
2 # (am : Armenian phonetic layout)
H A Dus_emacs1 # bhyve ps2kbd keyboard layout file
2 # (us_emacs : United States of America Emacs optimized layout)
H A Dee1 # bhyve ps2kbd keyboard layout file
2 # (ee : Nordic layout on Asus eeePC Estonian)
H A Dnordic_asus-eee1 # bhyve ps2kbd keyboard layout file
2 # (nordic_asus-eee : Nordic layout on Asus eeePC)
H A Ddefault1 # bhyve ps2kbd keyboard layout file (US - default)
8 # To create the keyboard layout file, first copy this 'default' file into the
9 # same dir. with the layout name as the file name.
17 # In addition, the definition of the standard layout setting (US keyboard)
31 # standard settings(US Keyboard layout), delete the "#" at the beginning of the
157 # (US Keyboard layout),, delete the '#' at the beginning of the corresponding
H A Dua1 # bhyve ps2kbd keyboard layout file
H A Dbg_phonetic1 # bhyve ps2kbd keyboard layout file
H A Dgr1 # bhyve ps2kbd keyboard layout file
H A Dgr_101_acc1 # bhyve ps2kbd keyboard layout file
H A Dhu_1011 # bhyve ps2kbd keyboard layout file
H A Dru_shift1 # bhyve ps2kbd keyboard layout file
H A Dru_win1 # bhyve ps2kbd keyboard layout file
H A Dbg_bds1 # bhyve ps2kbd keyboard layout file
H A Dkz_io1 # bhyve ps2kbd keyboard layout file
H A Dkz_kst1 # bhyve ps2kbd keyboard layout file
H A Duk_macbook1 # bhyve ps2kbd keyboard layout file
/illumos-gate/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()
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y131 int layout; in main() local
180 if (ioctl(kbdfd, KIOCLAYOUT, &layout) < 0) { in main()
186 "%s%.2x", layout_prefix, layout); in main()
289 int layout; in set_layout() local
293 layout = (int) strtol(arg, &arg, 0); in set_layout()
304 ret = ioctl(kbdfd, KIOCSLAYOUT, layout); in set_layout()
/illumos-gate/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

1234567891011