Home
last modified time | relevance | path

Searched refs:wdstart (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.bin/oldroff/nroff/
Dn8.c60 extern int *wdstart, *wdend;
79 wdstart = i++;
87 if ((wdend-wdstart-4) < 0)
186 w = wdstart; in exword()
192 w = wdstart; in exword()
225 while(((s > s0) && (w >= wdstart)) && in suffix()
282 while(--w >= wdstart)if(vowel(*w & CMASK))return(w);
300 if (w == wdstart)val *= dilook('a',*w,bxh); in digram()
301 else if(w == wdstart+1)val *= dilook(*(w-1),*w,bxxh); in digram()
Dn7.c146 extern int *wdstart, *wdend;
610 if(!wdstart || in movword()
611 ((wp > (wdstart+1)) && in movword()
614 (!(hyf & 010) || (wp > (wdstart+2))) in movword()
765 wdstart = 0;
Dni.c274 int *wdstart = 0; variable
/mirbsd/src/sys/dev/ata/
Dwd.c208 void wdstart(void *);
502 wdstart(wd); in wdstrategy()
522 wdstart(void *arg) in wdstart() function
668 wdstart(wd); in wddone()