Searched refs:dolc (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dmisc.c308 prevscope->dolc = shp->st.dolc;
361 if(n<0 || shp->st.dolc<n)
366 shp->st.dolc -= n;
H A Dgetopts.c105 argc = shp->st.dolc;
/ast/src/cmd/ksh93/sh/
H A Dargs.c336 strsort(ap->sh->st.dolv+1,ap->sh->st.dolc,strcoll);
470 ap->sh->st.dolc = ap->dolh->dolnum-1;
567 shp->st.dolc = ap->dolh->dolnum-1;
H A Dinit.c1458 /* shp->st.dolc is $# */
1459 if((shp->st.dolc = sh_argopts(-argc,argv,shp)) < 0)
1465 shp->st.dolv=argv+(argc-1)-shp->st.dolc;
1467 if(shp->st.dolc < 1)
1471 shp->st.dolc--;
H A Dmain.c327 if(shp->st.dolc)
H A Dxec.c2261 nargs = shp->st.dolc;
3679 if(shp->st.dolc>0)
/ast/src/cmd/ksh93/include/
H A Ddefs.h70 int dolc; member in struct:sh_scoped

Completed in 27 milliseconds