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