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