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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c898 register char *string_index=&numbuff[NUMSIZE]; local
916 *--string_index = '0';
920 *--string_index = '0' + (n-10*digit);
922 nv_putsub(np, string_index, ARRAY_ADD);
927 string_index = &numbuff[NUMSIZE];

Completed in 31 milliseconds