Searched refs:regexec_flags (Results 1 – 1 of 1) sorted by relevance
2453 int regexec_flags; in awk_sub() local2460 regexec_flags = 0; in awk_sub()2464 while (regexec(regex, sp, 10, pmatch, regexec_flags) == 0) { in awk_sub()2506 regexec_flags = REG_NOTBOL; in awk_sub()