Lines Matching refs:posix_state
137 uint32_t posix_state = POSIX_START_REGEX; in convert_posix() local
180 if (posix_state >= POSIX_CLASS_NOT_STARTED) in convert_posix()
185 posix_state = POSIX_NOT_BRACKET; in convert_posix()
192 switch (posix_state) in convert_posix()
196 posix_state = POSIX_CLASS_NOT_STARTED; in convert_posix()
209 posix_state = POSIX_CLASS_STARTING; in convert_posix()
213 if (c == CHAR_COLON) posix_state = POSIX_CLASS_STARTED; in convert_posix()
257 posix_state = POSIX_CLASS_NOT_STARTED; in convert_posix()
312 posix_state = POSIX_NOT_BRACKET; in convert_posix()
322 if (!extended && (posix_state < POSIX_NOT_BRACKET || in convert_posix()
331 if (posix_state == POSIX_START_REGEX || in convert_posix()
334 posix_state = POSIX_ANCHORED; in convert_posix()
349 posix_state = POSIX_NOT_BRACKET; in convert_posix()
354 if (posix_state >= POSIX_CLASS_NOT_STARTED) in convert_posix()