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.c578 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_eval() local
592 sh_pushcontext(shp,buffp,SH_JMPEVAL); in sh_eval()
593 buffp->olist = pp->olist; in sh_eval()
594 jmpval = sigsetjmp(buffp->buff,0); in sh_eval()
623 sh_popcontext(shp,buffp); in sh_eval()
1313 struct checkpt *buffp = (struct checkpt*)stkalloc(shp->stk,sizeof(struct checkpt)); in sh_exec() local
1335 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_exec()
1336 jmpval = sigsetjmp(buffp->buff,1); in sh_exec()
1341 errorpush(&buffp->err,0); in sh_exec()
1353 for(item=buffp->olist;item;item=item->next) in sh_exec()
[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);