Searched refs:nbytes (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/builtin/
H A Dstrings.c102 outstring(Sfio_t* out, char* cp, int nbytes, register int flags) argument
106 register int n = nbytes;
118 nbytes++;
124 return nbytes + 1;
/ast/src/lib/libcmd/
H A Dwclib.c166 register Sfoff_t nbytes; local
183 nlines = nwords = nchars = nbytes = 0;
209 nbytes += n;
253 nchars = nbytes;
350 nbytes += c;
498 nchars = nbytes;
/ast/src/cmd/ie/
H A Dhistory.c746 int nbytes = 0; local
763 if(--nbytes > 0)
773 nbytes = echarset(c);
774 nbytes = in_csize(nbytes) + (nbytes>=2);
/ast/src/lib/libz/
H A Dzutil.h95 void *_Cdecl farmalloc( unsigned long nbytes );
/ast/src/cmd/INIT/
H A Dratz.c635 void *_Cdecl farmalloc( unsigned long nbytes );

Completed in 33 milliseconds