| /NextBSD/sys/boot/ficl/softwords/ |
| HD | marker.fr | 17 dup @ ( pfa current-wid ) 18 dup set-current forget-wid ( pfa ) 20 over cells + swap ( last-wid-addr count ) 22 dup @ dup ( wid-addr wid wid ) 23 >search forget-wid ( wid-addr )
|
| HD | softcore.fr | 105 : brand-wordlist ( wid -- ) last-word >name drop wid-set-name ; 107 : ficl-named-wordlist \ ( hash-size name -- ) run: ( -- wid ) 114 : ficl-set-current ( wid -- old-wid ) 155 \ ORDER displays the compile wid and the search order list 157 : list-wid ( wid -- ) 158 dup wid-get-name ( wid c-addr u ) 162 drop ." (unnamed wid) " x. 169 get-order 0 ?do 3 spaces list-wid loop cr 170 ." Compile: " get-current list-wid cr
|
| HD | oo.fr | 101 class name class cell+ @ ( class c-addr u wid ) 169 \ : get-wid metaclass => .wid @ ; 171 \ my-class get-wid ( -- wid-of-my-class ) 312 \ ( -- old-wid addr[size] 0 ) 314 : end-class ( old-wid addr[size] size -- ) 322 : suspend-class ( old-wid addr[size] size -- ) end-class ; 357 dup , \ wid 380 create .wid ( class metaclass -- wid ) \ return wid of class 395 : get-wid metaclass => .wid @ ; 486 : resume-class { 2:this -- old-wid addr[size] size } [all …]
|
| HD | ficlclass.fr | 57 : get-name drop wid-get-name ; 69 \ : named-wid wordlist postpone c-wordlist metaclass => ref ;
|
| HD | forml.fr | 39 c-word --> get-wid ficl-set-current
|
| /NextBSD/contrib/file/src/ |
| HD | file.c | 366 size_t j, wid, nw; in main() local 367 for (wid = 0, j = (size_t)optind; j < (size_t)argc; j++) { in main() 369 if (nw > wid) in main() 370 wid = nw; in main() 380 e |= process(magic, argv[optind], wid); in main() 452 int wid = 0, cwid; in unwrap() local 457 wid = 1; in unwrap() 469 if (cwid > wid) in unwrap() 470 wid = cwid; in unwrap() 479 e |= process(ms, line, wid); in unwrap() [all …]
|
| /NextBSD/contrib/groff/src/devices/xditview/ |
| HD | draw.c | 156 DoCharacter (DviWidget dw, int c, int wid) in DoCharacter() argument 235 if (wid != 0) { in DoCharacter() 237 dw->dvi.text_device_width += wid; in DoCharacter() 278 int wid = 0; in PutCharacter() local 284 if (!FindCharWidth (dw, buf, &wid)) in PutCharacter() 290 DoCharacter (dw, c, wid); in PutCharacter() 292 (void) FakeCharacter (dw, buf, wid); in PutCharacter() 294 return wid; in PutCharacter() 300 int FakeCharacter (DviWidget dw, char *buf, int wid) in FakeCharacter() argument 337 dw->dvi.text_device_width = oldw + wid; in FakeCharacter() [all …]
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | bucomm.c | 326 int oldt = t, wid; in display_target_tables() local 328 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables() 330 while (wid < columns && bfd_target_vector[t] != NULL) in display_target_tables() 334 newwid = wid + strlen (bfd_target_vector[t]->name) + 1; in display_target_tables() 337 wid = newwid; in display_target_tables()
|
| /NextBSD/contrib/groff/src/preproc/pic/ |
| HD | main.cpp | 271 double wid, ht; in do_picture() local 272 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) { in do_picture() 279 ht = wid = 0.0; in do_picture() 282 out->set_desired_width_height(wid, ht); in do_picture()
|
| HD | output.h | 39 void set_desired_width_height(double wid, double ht);
|
| HD | object.cpp | 42 void output::set_desired_width_height(double wid, double ht) in set_desired_width_height() argument 44 desired_width = wid; in set_desired_width_height() 575 void graphic_object::set_dotted(double wid) in set_dotted() argument 578 lt.dash_width = wid; in set_dotted() 581 void graphic_object::set_dashed(double wid) in set_dashed() argument 584 lt.dash_width = wid; in set_dashed()
|
| /NextBSD/contrib/groff/src/utils/xtotroff/ |
| HD | xtotroff.c | 113 int wid; in MapFont() local 184 wid = charWidth(fi, c); in MapFont() 186 fprintf(out, "%s\t%d", name ? name : "---", wid); in MapFont()
|
| /NextBSD/contrib/subversion/subversion/libsvn_auth_kwallet/ |
| HD | kwallet.cpp | 121 WId wid = 1; in get_wid() local 133 wid = (WId)wid_env; in get_wid() 136 return wid; in get_wid()
|
| /NextBSD/usr.sbin/pstat/ |
| HD | pstat.c | 376 int wid; in filemode() local 401 wid = (int)sizeof(uintptr_t) * 2; in filemode() 405 (void)printf("%*jx", wid, (uintmax_t)(uintptr_t)fp->xf_file); in filemode() 419 (void)printf(" %*jx", wid, (uintmax_t)(uintptr_t)fp->xf_data); in filemode()
|
| /NextBSD/contrib/nvi/cl/ |
| HD | cl_funcs.c | 611 char * wid; in cl_rename() local 627 if (clp->oname == NULL && (wid = getenv("WINDOWID"))) { in cl_rename() 628 snprintf(cmd, sizeof(cmd), "xprop -id %s WM_NAME", wid); in cl_rename()
|
| /NextBSD/sys/boot/forth/ |
| HD | support.4th | 327 get-current ( -- wid ) previous definitions 333 >search ( wid -- ) definitions 408 get-current ( -- wid ) previous definitions >search ( wid -- ) 609 get-current ( -- wid ) previous definitions >search ( wid -- ) 821 get-current ( -- wid ) previous definitions >search ( wid -- )
|
| /NextBSD/sys/dev/qlxge/ |
| HD | qls_hw.c | 56 static int qls_init_work_queue(qla_host_t *ha, int wid); 1142 qls_init_work_queue(qla_host_t *ha, int wid) in qls_init_work_queue() argument 1149 txr = &ha->tx_ring[wid]; in qls_init_work_queue() 1152 + (ha->vm_pgsize * wid)); in qls_init_work_queue() 1154 txr->wq_db_offset = (ha->vm_pgsize * wid); in qls_init_work_queue() 1165 wq_icb->wqcqid_rss = wid; in qls_init_work_queue() 1195 value |= (wid << Q81_CTL_CONFIG_Q_NUM_SHIFT); in qls_init_work_queue()
|
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | node.cpp | 1819 hunits wid; member in glyph_node 1980 wid = tf->get_width(ci); in glyph_node() 1988 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w) in glyph_node() 1996 return new glyph_node(ci, tf, gcol, fcol, wid, state, div_nest_level); in copy() 2102 return wid; in width() 2195 return new ligature_node(ci, tf, gcol, fcol, wid, n1->copy(), n2->copy(), in copy()
|
| /NextBSD/sys/arm/conf/ |
| HD | mach-types | 187 wid SA1100_WID WID 170
|
| /NextBSD/usr.bin/fortune/datfiles/ |
| HD | fortunes | 14618 [Possibly from Black English "De fault wid dis system is you, 57921 You k'n hide de fier, but w'at you gwine do wid de smoke?
|
| /NextBSD/share/dict/ |
| HD | web2 | 232276 wid
|