Searched refs:copts (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/regex/grot/
H A Dmain.c21 int copts = REG_EXTENDED; variable
50 copts = options('c', optarg);
80 err = regcomp(&re, argv[optind++], copts);
105 if ((copts & REG_NOSUB) == 0) {
311 int o = (type == 'c') ? copts : eopts;
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dmain.c14 int copts = REG_EXTENDED; variable
47 copts = options('c', optarg);
77 err = regcomp(&re, argv[optind++], copts);
102 if (!(copts&REG_NOSUB)) {
319 register int o = (type == 'c') ? copts : eopts;

Completed in 24 milliseconds