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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darray.c48 int maxi; /* maximum index for array */ member in struct:index_array
82 memset(ar->val, 0, ar->maxi*sizeof(char*));
108 return ((ap->cur<aq->maxi) && aq->val[ap->cur].cp);
130 * indexed array into which <maxi> is a legal index. The number of
131 * elements that will actually fit into the array (> <maxi>
135 static int arsize(struct index_array *ap, register int maxi) argument
137 if(ap && maxi < 2*ap->maxi)
138 maxi = 2*ap->maxi;
639 array_grow(Namval_t *np, register struct index_array *arp,int maxi) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy4.c374 int i, max, maxi; local
380 maxi = -i;
386 maxi = i;
389 (void) fprintf(ftable, "nxti = %d, max = %d\n", maxi, max);
393 return (maxi);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c374 color_attrx, maxi, endns, begns, wx_sav, multi_col; local
515 maxi = 0;
518 maxi = scrco;
520 maxi = lastx - (endns + 1);
631 maxi, &idch))) {
632 maxi -= idch;
794 * maxi: maximum possible insert amount
801 _useidch(chtype *wcp, chtype *scp, int length, int maxi, int *id) argument
858 maxi = (idch = length / 2) < maxi
[all...]
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1595 int maxi; local
1617 maxi = pm_comp->pmc_numlevels - 1;
1618 ppmd->highest = pm_comp->pmc_lvals[maxi];
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c314 * maxi - length of the ihdls array
317 get_device_list(ihandle_t ihdl, ihandle_t *ihdls, size_t maxi) argument
323 &numfound, maxi, ihdls) > FORTH_STRINGLEN) {
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1420 int maxi, i; local
1449 maxi = pm_comp->pmc_numlevels - 1;
1450 ppmd->highest = pm_comp->pmc_lvals[maxi];
1458 for (i = 0; i < maxi; i++)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1595 int maxi; local
1633 maxi = tmpf->instance;
1647 if (tmpf->instance > maxi) {
1648 maxi = tmpf->instance;
1659 newi = (uint32_t)++maxi % INT_MAX;

Completed in 73 milliseconds