Searched defs:wm (Results 1 - 5 of 5) sorted by relevance
| /ast/src/lib/libvcodex/Vcwindow/ |
| H A D | vcwmirror.c | 45 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 D | vcwvote.c | 73 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 D | vcwprefix.c | 305 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 D | names.c | 300 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/libvcodex/ |
| H A D | vcsfio.c | 534 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...] |
Completed in 356 milliseconds