Home
last modified time | relevance | path

Searched refs:buffp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c593 buffp->olist = pp->olist; in sh_eval()
623 sh_popcontext(shp,buffp); in sh_eval()
1457 errorpop(&buffp->err); in sh_exec()
1460 if(buffp->olist) in sh_exec()
1573 if(buffp->olist) in sh_exec()
1949 if(buffp->olist) in sh_exec()
3404 errorpush(&buffp->err,0); in sh_funscope()
3453 sh_popcontext(shp,buffp); in sh_funscope()
4041 sh_popcontext(shp,buffp); in sh_ntfork()
4042 if(buffp->olist) in sh_ntfork()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c518 char buffp[LINESZ], buffq[LINESZ]; local
526 bp = buffp; bq = buffq;
533 if ((int)((bp - buffp) + strlen(key)) < size) {
605 if ((int)((bp - buffp) + strlen(s)) < size) {
626 if (bp - buffp == size - 1) {
649 (void) strcpy(pline, buffp);