Searched refs:nwords (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libcmd/ |
H A D | wclib.c | 168 register Sfoff_t nwords; local 183 nlines = nwords = nchars = nbytes = 0; 248 nwords++; 287 nwords++; 292 nwords++; 316 nwords++; 326 nwords--; 331 nwords++; 359 nwords++; 373 nwords [all...] |
H A D | fmt.c | 64 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;
|
/ast/src/cmd/ie/ |
H A D | vi.c | 674 /*{ BACKWORD( nwords, cmd ) 681 backword(nwords, cmd) 682 int nwords; 686 while( nwords-- && tcur_virt > first_virt ) 1228 /*{ ENDWORD( nwords, cmd ) 1235 endword(nwords, cmd) 1236 int nwords; 1240 while( nwords-- ) 1268 /*{ FORWARD( nwords, cmd ) 1275 forward(nwords, cm [all...] |
/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 657 /*{ BACKWORD( nwords, cmd ) 663 static void backword(Vi_t *vp,int nwords, register int cmd) argument 666 while( nwords-- && tcur_virt > first_virt ) 1238 /*{ ENDWORD( nwords, cmd ) 1244 static void endword(Vi_t *vp, int nwords, register int cmd) argument 1247 while( nwords-- ) 1275 /*{ FORWARD( nwords, cmd ) 1281 static void forward(Vi_t *vp,register int nwords, int cmd) argument 1284 while( nwords-- )
|
Completed in 20 milliseconds