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

/xsrc/external/mit/libXmu/dist/src/
H A DXct.c42 XctHDirection *dirstack; member in struct:_XctPriv
367 priv->dirstack = (XctHDirection *)NULL;
507 new_dirstack = reallocarray(priv->dirstack,
514 priv->dirstack = new_dirstack;
516 priv->dirstack[data->horz_depth - 1] = data->horizontal;
532 data->horizontal = priv->dirstack[data->horz_depth];
675 if (priv->dirstack)
676 free(priv->dirstack);

Completed in 2 milliseconds