Searched refs:l_base (Results 1 – 2 of 2) sorted by relevance
61 enum { l_base = 0x1100}; enumerator81 l = l_base + s_index / n_count; in hangul_decomp()102 if (in[0] >= l_base && in[0] < l_base + l_count) { in hangul_composition()103 unsigned l_index = in[0] - l_base; in hangul_composition()
602 YYSTYPE *l_base; member771 newvs = (YYSTYPE *)realloc(data->l_base, newsize * sizeof(*newvs)); in yygrowstack()775 data->l_base = newvs; in yygrowstack()787 free(data->l_base); in yyfreestack()825 yystack.l_mark = yystack.l_base; in YYPARSE_DECL()