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

/ast/src/cmd/ksh93/sh/
H A Darray.c938 register char *string_index=&numbuff[NUMSIZE]; local
956 *--string_index = '0';
960 *--string_index = '0' + (n-10*digit);
962 nv_putsub(np, string_index, ARRAY_ADD);
967 string_index = &numbuff[NUMSIZE];

Completed in 13 milliseconds