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

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c919 * putstack() returns 1 except when in the middle of a multi-byte char
921 static int putstack(Edit_t *ep,char string[], register int nbyte, int type) function
1030 n = putstack(ep,readin,n,1);
1048 putstack(ep,readin+n,c,1);
1067 putstack(ep,readin,n,0);

Completed in 55 milliseconds