Lines Matching refs:escaped
633 magic(register Cenv_t* env, register int c, int escaped) in magic() argument
645 c = mp[env->type+escaped]; in magic()
705 if (!escaped) in magic()
713 if (escaped) in magic()
790 if (escaped == 1 && (env->flags & REG_LENIENT) && (c = mp[env->type+escaped+2]) >= T_META) in magic()
851 else if (escaped == 2) in magic()
861 else if (escaped && !(env->flags & REG_LENIENT) && c != ']') in magic()
895 if (escaped == 2) in magic()
899 else if (escaped == 1 && !env->error) in magic()
1986 chr(register Cenv_t* env, int* escaped) in chr() argument
1991 *escaped = 0; in chr()
2008 *escaped = env->cursor - p; in chr()