HomeSort by relevance Sort by last modified time
    Searched refs:re_string_byte_at (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 836 ? 0 : re_string_byte_at (&mctx.input, offset));
    [all...]
regex_internal.h 457 #define re_string_byte_at(pstr,idx) ((pstr)->mbs[idx]) macro
regex_internal.c 960 c = re_string_byte_at (input, idx);
    [all...]

Completed in 260 milliseconds