Searched refs:asortfunc (Results 1 – 1 of 1) sorted by relevance
44 static NODE *asortfunc; /* Function call for asort() */ variable618 if (asortfunc == NNULL) { in f_asort()620 asortfunc = node(CALLUFUNC, NNULL, in f_asort()627 asortfunc->n_left = funcnp; in f_asort()628 asortfunc->n_right->n_left = array; in f_asort()704 return ((int)exprint(asortfunc)); in asortcmp()