Searched refs:REG_NOERROR (Results 1 – 7 of 7) sorted by relevance
38 if(result > (int)REG_NOERROR) in main()49 if(result > (int)REG_NOERROR) in main()
39 if(result > REG_NOERROR) in main()50 if(result > REG_NOERROR) in main()
47 if(result > REG_NOERROR) in main()65 if(result > REG_NOERROR) in main()
48 if(result > (int)REG_NOERROR) in main()64 if(result > (int)REG_NOERROR) in main()
72 using boost::REG_NOERROR;
76 #if !defined(REG_NOERROR) || (REG_NOERROR != 0)77 #define REG_NOERROR 0 macro264 return (m ? REG_NOERROR : REG_NOMATCH); in regexec()1771 } else if (result == REG_NOERROR) { in name_match()
133 static const reg_error_t REG_NOERROR = 0; /* Success. */ variable