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

/ast/src/cmd/ksh93/sh/
H A Darray.c43 struct index_array struct
86 struct index_array *ar;
115 ar = (struct index_array*)aq;
136 ((struct index_array*)ap)->cur = ((struct index_array*)aq)->cur;
139 static int array_covered(Namval_t *np, struct index_array *ap)
141 struct index_array *aq = (struct index_array*)ap->header.scope;
154 static void array_setptr(register Namval_t *np, struct index_array *old, struct index_array *ne
[all...]

Completed in 11 milliseconds