Home
last modified time | relevance | path

Searched refs:wid (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/arch/mips/sibyte/include/
H A Dsb1250_wid.h210 #define WID_UNCONVOLUTE(wid,t1,t2,t3) \
212 and t1,t1,wid ; \
215 and t2,t2,wid ; \
218 and wid,wid,t3 ; \
219 or wid,wid,t1 ; \
220 or wid,wid,t2
222 #define WID_UNCONVOLUTE(wid) \ argument
223 (((wid) & ~((M_WID_SWAPBITS | (M_WID_SWAPBITS << 1)))) | \
224 (((wid) & M_WID_SWAPBITS) << 1) | \
225 (((wid) & (M_WID_SWAPBITS<<1)) >> 1))
/netbsd-src/external/bsd/nvi/dist/motif/
H A Dm_main.c295 XutSetIcon(Widget wid, int height, int width, Pixmap p) in XutSetIcon() argument
297 Display *display = XtDisplay(wid); in XutSetIcon()
301 XtVaGetValues( wid, XtNiconWindow, &win, 0 ); in XutSetIcon()
316 XtVaSetValues( wid, XtNiconWindow, win, 0 ); in XutSetIcon()
322 XtVaSetValues( wid, XtNiconPixmap, p, 0 ); in XutSetIcon()
348 XutInstallColormap(String name, Widget wid) in XutInstallColormap() argument
352 Display *display = XtDisplay(wid); in XutInstallColormap()
358 __XutConvertResources( wid, in XutInstallColormap()
382 XtVaSetValues( wid, XtNcolormap, cmap, 0 ); in XutInstallColormap()
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dp.table12 wid[i] = max(wid[i], length($i))
22 printf("%" wid[i] "s%s", numjust(i,d[i]), sep)
24 printf("%-" wid[i] "s%s", d[i], sep)
32 return s substr(blanks, 1, int((wid[n]-nwid[n])/2))
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dformat_tv.c73 int wid; in format_tv() local
86 wid = pow10[sig_dig]; in format_tv()
93 for (n = 1; sec >= n && n <= wid / 10; n *= 10) in format_tv()
95 ures = (MILLION / wid) * n; in format_tv()
97 while (usec >= wid * ures) in format_tv()
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_copypaste.c91 void _vi_AcquireClipboard( Widget wid )
93 void _vi_AcquireClipboard( wid )
94 Widget wid;
97 XtGetSelectionValue( wid,
102 XtLastTimestampProcessed( XtDisplay(wid) )
H A Dm_util.c99 void __XutConvertResources(Widget wid, String root, XutResource *resources, int count) in __XutConvertResources() argument
110 from.addr = XGetDefault( XtDisplay(wid), root, resources[i].name ); in __XutConvertResources()
159 success = XtConvertAndStore( wid, XtRString, &from, kind, &to ); in __XutConvertResources()
H A Dm_vi.c312 static void resize_func( Widget wid, in resize_func() argument
317 static void resize_func( wid, client_data, call_data ) in resize_func()
318 Widget wid; in resize_func()
326 XtVaGetValues( wid, XmNheight, &height, XmNwidth, &width, 0 );
438 __vi_expose_func(Widget wid, XtPointer client_data, XtPointer call_data) in __vi_expose_func() argument
499 XSetRegion( XtDisplay(wid), gc, this_screen->clip ); in __vi_expose_func()
523 XSetRegion( XtDisplay(wid), gc, this_screen->clip ); in __vi_expose_func()
923 static Cardinal insert_here( Widget wid ) in insert_here() argument
925 static Cardinal insert_here( wid ) in insert_here()
926 Widget wid; in insert_here()
[all …]
/netbsd-src/external/bsd/file/dist/src/
H A Dfile.c203 size_t i, j, wid, nw; in main() local
434 for (wid = 0, j = CAST(size_t, optind); j < CAST(size_t, argc); in main()
437 if (nw > wid) in main()
438 wid = nw; in main()
449 e |= process(magic, argv[optind], wid); in main()
524 int wid = 0, cwid; in unwrap() local
549 if (cwid > wid) in unwrap()
550 wid = cwid; in unwrap()
569 e |= process(ms, flist[fi], wid); in unwrap()
636 process(struct magic_set *ms, const char *inname, int wid) in process() argument
[all …]
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddraw.c158 DoCharacter (DviWidget dw, int c, int wid) in DoCharacter() argument
237 if (wid != 0) { in DoCharacter()
239 dw->dvi.text_device_width += wid; in DoCharacter()
280 int wid = 0; in PutCharacter() local
286 if (!FindCharWidth (dw, buf, &wid)) in PutCharacter()
292 DoCharacter (dw, c, wid); in PutCharacter()
294 (void) FakeCharacter (dw, buf, wid); in PutCharacter()
296 return wid; in PutCharacter()
302 int FakeCharacter (DviWidget dw, char *buf, int wid) in FakeCharacter() argument
339 dw->dvi.text_device_width = oldw + wid; in FakeCharacter()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmodules.c901 int i, c, wid, argc, cols = 80, indent, fill; in cat_module() local
954 wid = 0; in cat_module()
965 wid += 3; /* Could just set it to 3 */ in cat_module()
971 if (strlen (optarg) + 4 + wid > (unsigned) fill) in cat_module()
978 wid = 0; in cat_module()
983 wid += strlen (optarg) + 4; in cat_module()
993 if (strlen (*argv) + wid > (unsigned) fill) in cat_module()
1000 wid = 0; in cat_module()
1004 wid += strlen (*argv) + 1; in cat_module()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dmain.cpp273 double wid, ht; in do_picture() local
274 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) { in do_picture()
281 ht = wid = 0.0; in do_picture()
284 out->set_desired_width_height(wid, ht); in do_picture()
H A Doutput.h41 void set_desired_width_height(double wid, double ht);
H A Dobject.cpp44 void output::set_desired_width_height(double wid, double ht) in set_desired_width_height() argument
46 desired_width = wid; in set_desired_width_height()
577 void graphic_object::set_dotted(double wid) in set_dotted() argument
580 lt.dash_width = wid; in set_dotted()
583 void graphic_object::set_dashed(double wid) in set_dashed() argument
586 lt.dash_width = wid; in set_dashed()
/netbsd-src/external/gpl2/groff/dist/src/utils/xtotroff/
H A Dxtotroff.c115 int wid; in MapFont() local
186 wid = charWidth(fi, c); in MapFont()
188 fprintf(out, "%s\t%d", name ? name : "---", wid); in MapFont()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68k.c353 char wid; member
424 the_ins.reloc[the_ins.nrel].wid = width; in add_fix()
4317 switch (the_ins.reloc[m].wid) in md_assemble()
4337 the_ins.reloc[m].wid); in md_assemble()
4349 if (the_ins.reloc[m].wid == 'B') in md_assemble()
4358 int wid; in md_assemble() local
4360 wid = 2 * the_ins.fragb[0].fragoff; in md_assemble()
4362 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble()
4364 wid += FRAG_VAR_SIZE; in md_assemble()
4368 frag_grow (wid); in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68k.c353 char wid; member
424 the_ins.reloc[the_ins.nrel].wid = width; in add_fix()
4319 switch (the_ins.reloc[m].wid) in md_assemble()
4339 the_ins.reloc[m].wid); in md_assemble()
4351 if (the_ins.reloc[m].wid == 'B') in md_assemble()
4360 int wid; in md_assemble() local
4362 wid = 2 * the_ins.fragb[0].fragoff; in md_assemble()
4364 wid += 2 * (the_ins.numo - the_ins.fragb[n - 1].fragoff); in md_assemble()
4366 wid += FRAG_VAR_SIZE; in md_assemble()
4370 frag_grow (wid); in md_assemble()
[all …]
/netbsd-src/sys/dev/sbus/
H A Dcgtwelve.c344 cgtwelve_write_wid(struct cgtwelve_softc *sc, int idx, uint8_t wid) in cgtwelve_write_wid() argument
348 ((uint32_t)wid) << 16); in cgtwelve_write_wid()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp1821 hunits wid; member in glyph_node
1982 wid = tf->get_width(ci); in glyph_node()
1990 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w) in glyph_node()
1998 return new glyph_node(ci, tf, gcol, fcol, wid, state, div_nest_level); in copy()
2104 return wid; in width()
2197 return new ligature_node(ci, tf, gcol, fcol, wid, n1->copy(), n2->copy(), in copy()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxproto.h1506 xcb_window_t wid; member
5718 xcb_window_t wid,
5776 xcb_window_t wid,
5837 xcb_window_t wid,
5895 xcb_window_t wid,
H A Dxproto.c1360 xcb_window_t wid, in xcb_create_window_checked() argument
1384 xcb_out.wid = wid; in xcb_create_window_checked()
1411 xcb_window_t wid, in xcb_create_window() argument
1435 xcb_out.wid = wid; in xcb_create_window()
1462 xcb_window_t wid, in xcb_create_window_aux_checked() argument
1487 xcb_out.wid = wid; in xcb_create_window_aux_checked()
1515 xcb_window_t wid, in xcb_create_window_aux() argument
1540 xcb_out.wid = wid; in xcb_create_window_aux()
/netbsd-src/games/fortune/datfiles/
H A Dfortunes.sp.ok1953 wid
H A Dfortunes3029 [Possibly from Black English "De fault wid dis system is you,
H A Dfortunes254386 You k'n hide de fier, but w'at you gwine do wid de smoke?
/netbsd-src/share/dict/
H A Dweb2232668 wid