Searched refs:REG_NOTBOL (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h287 #define REG_NOTBOL 1
289 /* Like REG_NOTBOL, except for the end-of-line. */
285 #define REG_NOTBOL macro
H A Dregex.c8114 REG_NOTBOL is set, then ^ does not match at the beginning of the
8131 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h277 #define REG_NOTBOL 1
279 /* Like REG_NOTBOL, except for the end-of-line. */
275 #define REG_NOTBOL macro
H A Dregex.c5771 REG_NOTBOL is set, then ^ does not match at the beginning of the
5792 private_preg.not_bol = !!(eflags & REG_NOTBOL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dless.c510 eflags = REG_NOTBOL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dawk.c1916 while (regexec(re, sp, 10, pmatch, sp==getvar_s(src) ? 0 : REG_NOTBOL) == 0) {

Completed in 175 milliseconds