Home
last modified time | relevance | path

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

/titanic_44/usr/src/head/
H A Dregex.h120 #define REG_EFATAL 16 /* internal error, not POSIX.2 */ macro
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregerror.c70 RERR(REG_EFATAL, "fatal internal error"),
H A Dregcomp.c185 return (REG_EFATAL); in regcomp()
189 return (REG_EFATAL); in regcomp()
265 SETERROR(REG_EFATAL); in regcomp()
1046 SETERROR(REG_EFATAL); /* just in case */ in repeat()
H A Dengine.c186 return (REG_EFATAL); in matcher()
/titanic_44/usr/src/cmd/expr/
H A Dcompile.c455 case REG_EFATAL: in map_errnos()
/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk1.c1655 return (REG_EFATAL); in int_regwdosuba()