Searched refs:REG_EDELIM (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h128 #define REG_EDELIM 19 /* invalid or omitted delimiter */ macro
/ast/src/lib/libast/regex/
H A Dregsubcomp.c153 return fatal(disc, REG_EDELIM, s);
167 return fatal(disc, REG_EDELIM, r);
H A Dregcomp.c3325 env.error = REG_EDELIM;
3399 env.error = REG_EDELIM;
/ast/src/cmd/re/
H A Dtestregex.c520 #ifndef REG_EDELIM
521 #define REG_EDELIM (REG_UNKNOWN-9) macro
549 REG_EDELIM, "EDELIM",

Completed in 258 milliseconds