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

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dargnod.h75 int dolmax; /* size of dolval array */ member in struct:dolnod
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c1034 int dolmax=0, vsize= -1, offset= -1, nulflg, replen=0, bysub=0; local
1090 dolmax = MAX_ARGN;
1094 dolmax = mp->shp->st.dolc+1;
1264 dolmax =1;
1267 else if((dolmax = (int)sh_arith(v))<0)
1268 dolmax += array_maxindex(np);
1403 dolmax = strlen(id);
1406 v = nextname(mp,id,dolmax);
1444 dolg = dolmax = 0;
1536 if(type<0 && (type+= dolmax)<
[all...]

Completed in 57 milliseconds