Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c840 static coptstruct coptlist[] = { variable
854 #define COPTLISTCOUNT sizeof(coptlist)/sizeof(coptstruct)
7868 if (strcmp(arg, coptlist[i].name) == 0) break; in c_option()
7876 switch (coptlist[i].type) in c_option()
7879 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
7884 yield = coptlist[i].value; in c_option()
7889 optval = coptlist[i].value; in c_option()
7894 (void)PCRE2_CONFIG(coptlist[i].value, &yield); in c_option()
7899 (void)PCRE2_CONFIG(coptlist[i].value, &optval); in c_option()
7907 if (copytlist[i].type == CONF_FIX || coptlist[i].type == CONF_INT) in c_option()
[all …]