Lines Matching refs:coptlist
840 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()
7910 strcpy(ucname, coptlist[i].name); in c_option()