Home
last modified time | relevance | path

Searched refs:MAX_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h71 #define MAX_STACK_SIZE 128 macro
H A Dplural_parser.c98 if (stk->index == MAX_STACK_SIZE) { in stack_push()
461 stk->ptr = malloc(sizeof (struct expr *) * MAX_STACK_SIZE); in plural_expr()