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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c1035 char idbuff[3], *id = idbuff, *pattern=0, *repstr, *arrmax=0; local
1266 arrmax = strdup(v);
1750 if(strcmp(bysub?v:nv_getsub(np),arrmax)>0)
1814 if(arrmax)
1815 free((void*)arrmax);

Completed in 61 milliseconds