Home
last modified time | relevance | path

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

/openbsd/regress/lib/libc/regex/
H A Dmain.c20 int eopts = 0; variable
56 eopts = options('e', optarg); in main()
93 if (eopts&REG_STARTEND) { in main()
97 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts); in main()
324 register int o = (type == 'c') ? copts : eopts;