Searched defs:re_string_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h359 struct re_string_t struct
414 typedef struct re_string_t re_string_t; typedef in typeref:struct:re_string_t
428 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
432 static void build_wcs_buffer (re_string_t *pstr) internal_function;
433 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
436 static void build_upper_buffer (re_string_t *pstr) internal_function;
437 static void re_string_translate_buffer (re_string_t *pstr) internal_function;
438 static unsigned int re_string_context_at (const re_string_t *input, Idx idx,
610 re_string_t inpu
[all...]

Completed in 19 milliseconds