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

/ast/src/cmd/ksh93/edit/
H A Dedit.c929 * put <string> of length <nbyte> onto lookahead stack
934 static int putstack(Edit_t *ep,char string[], register int nbyte, int type) argument
939 int size, offset = ep->e_lookahead + nbyte;
940 *(endp = &p[nbyte]) = 0;
941 endp = &p[nbyte];
998 for(size=offset;size < nbyte;size++)
1001 ep->e_lookahead += nbyte-offset;
1003 while (nbyte > 0)
1005 c = string[--nbyte] & STRIP;

Completed in 1826 milliseconds