Searched defs:nwords (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dfmt.c64 int nwords; member in struct:Fmt_s
102 fp->nwords = 0;
199 if (fp->nwords > 0 && &fp->outp[n] >= fp->endbuf && !fp->retain && !q)
202 if (fp->nwords == 0)
213 fp->nwords++;
579 fmt.nwords = 0;
H A Dwclib.c171 register Sfoff_t nwords; local
186 nlines = nwords = nchars = nbytes = 0;
251 nwords++;
290 nwords++;
295 nwords++;
319 nwords++;
329 nwords--;
334 nwords++;
364 nwords++;
379 nwords
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c662 /*{ BACKWORD( nwords, cmd )
668 static void backword(Vi_t *vp,int nwords, register int cmd) argument
671 while( nwords-- && tcur_virt > first_virt )
1240 /*{ ENDWORD( nwords, cmd )
1246 static void endword(Vi_t *vp, int nwords, register int cmd) argument
1249 while( nwords-- )
1277 /*{ FORWARD( nwords, cmd )
1283 static void forward(Vi_t *vp,register int nwords, int cmd) argument
1286 while( nwords-- )

Completed in 40 milliseconds