Searched refs:wm (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwmirror.c45 Vcwmatch_t *wm = &vcw->match; local
61 wm->type = VCD_SOURCEFILE;
62 wm->wpos = here;
63 wm->wsize = mtsz;
65 !(wm->wdata = sfreserve(srcf, mtsz, 0)) || sfvalue(srcf) < mtsz )
67 wm->msize = size;
68 wm->more = 0;
70 return wm;
H A Dvcwvote.c73 Vcwmatch_t *wm = &vcw->match; local
88 wm->type = VCD_SOURCEFILE;
89 wm->wpos = l + mtch;
90 wm->wsize = size;
151 Vcwmatch_t *wm = &vcw->match; local
183 wm->type = VCD_TARGETFILE;
184 wm->wpos = pos + mtch;
185 wm->wsize = size;
207 Vcwmatch_t *wm = &vcw->match; local
218 wm
[all...]
H A Dvcwprefix.c305 static int pfwindow(Pffile_t* pf, Vcwmatch_t* wm, ssize_t blksz) argument
307 static int pfwindow(pf, wm, blksz)
309 Vcwmatch_t* wm;
328 { wm->wpos = -1;
329 wm->wsize = 0;
330 wm->wdata = 0;
331 wm->msize = sz;
333 wm->more = pf->dtsz > 0 ? 1 : 0;
350 wm->wpos = seg->lmt;
351 wm
381 Vcwmatch_t *wm = &vcw->match; local
[all...]
/ast/src/cmd/mailx/
H A Dnames.c300 mapadd(register Walk_map_t* wm, register struct name* np, char* name, unsigned long flags) argument
302 if (wm->show)
304 if (!dictsearch(&wm->prev, name, LOOKUP)) {
305 np = dictsearch(&wm->next, name, INSERT|IGNORECASE|STACK);
307 if (dictsearch(&wm->seen, name, CREATE|IGNORECASE|STACK)) {
308 wm->more = 1;
329 register Walk_map_t* wm = (Walk_map_t*)context; local
338 dictsearch(&wm->seen, np->name, INSERT|IGNORECASE|STACK);
341 mapadd(wm, np, mp->name, np->flags & ~(GMAP|GMETOO));
345 mapadd(wm, n
363 Walk_map_t wm; local
[all...]
/ast/src/lib/libtk/library/demos/
H A Dsquare18 wm minsize . 1 1
H A Dbrowse20 wm minsize . 1 1
H A Drmt12 wm title . "Tk Remote Controller"
13 wm iconname . "Tk Remote"
14 wm minsize . 1 1
H A Dwidget17 wm title . "Widget Demonstration"
229 wm geometry $w +300+300
243 wm title $w "Variable values"
355 wm deiconify .code
358 wm title .code "Demo code: [file join $tk_library demos $file]"
359 wm iconname .code $file
H A Dixset286 wm minsize . 10 10
H A Dtcolor12 wm title . "Color Editor"
/ast/src/cmd/ksh93/edit/
H A Dhexpand.c159 static Sfio_t *wm=0; /* word match from !?string? event designator */
161 if(!wm)
162 wm = sfopen(NULL, NULL, "swr");
369 ref = wm;
376 sfseek(wm, 0, SEEK_SET);
507 if(wm)
508 sfclose(wm);
509 wm = tmp;
589 if(!sb.str[0] && wm)
590 sb.str[0] = strdup(sfsetbuf(wm, (Void_
[all...]
/ast/src/lib/libvcodex/
H A Dvcsfio.c534 Vcwmatch_t *wm; local
552 wm = NIL(Vcwmatch_t*);
554 wm = vcwapply(sfdc->vcw, dt, dosz, sfdc->pos);
555 if(wm)
556 { /**/DEBUG_ASSERT(wm->msize <= dosz);
557 if(wm->wsize > 0 && wm->wpos >= 0)
558 { sfdc->vcdc.data = wm->wdata;
559 sfdc->vcdc.size = wm->wsize;
562 ctrl = wm
647 Vcwmatch_t *wm; local
[all...]
/ast/src/lib/libtk/
H A DMakefile239 doc/wm.n \

Completed in 44 milliseconds