Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c5908 uint32_t i, pre_start, post_start, subject_length; in callout_function() local
6007 PCHARS(post_start, cb->subject, cb->start_match, in callout_function()
6042 if (post_start > 0) in callout_function()
6044 for (i = 0; i < post_start - 1; i++) fprintf(outfile, " "); in callout_function()
6048 for (i = 0; i < subject_length - pre_start - post_start + 4; i++) in callout_function()