Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dnormalize.c61 enum { l_base = 0x1100}; enumerator
81 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()
/netbsd-src/external/bsd/flex/dist/src/
H A Dinitparse.c602 YYSTYPE *l_base; member
771 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()