Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c754 static coptstruct coptlist[] = { variable
768 #define COPTLISTCOUNT sizeof(coptlist)/sizeof(coptstruct)
6962 if (strcmp(arg, coptlist[i].name) == 0) break; in c_option()
6970 switch (coptlist[i].type) in c_option()
6973 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
6978 yield = coptlist[i].value; in c_option()
6983 optval = coptlist[i].value; in c_option()
6988 (void)PCRE2_CONFIG(coptlist[i].value, &yield); in c_option()
6993 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
7001 if (copytlist[i].type == CONF_FIX || coptlist[i].type == CONF_INT) in c_option()
[all …]