Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/
H A Dengine.c119 #define SBOS 0x0001 macro
903 sflags |= SBOS; in walk()
1021 if ((ch == BOL || ch == BOLEOL) && (sflags & SBOS) != 0) in step()