HomeSort by: relevance | last modified time | path
    Searched refs:ISMULT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/less/dist/
regexp.c 149 #define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?')
426 if (!ISMULT(op)) {
462 if (ISMULT(*regparse))
566 if (len > 1 && ISMULT(ender))
  /src/lib/libcompat/regexp/
regexp.c 154 #define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?')
428 if (!ISMULT(op)) {
464 if (ISMULT(*regparse))
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 22226 #define ISMULT(c) ((c) == '*' || (c) == '+' || (c) == '?' || (c) == '{')
22459 if (!ISMULT(op)) {
22532 if (ISMULT(*preg->regparse)) {
22927 if (ISMULT(preg->regparse[n])) {

Completed in 43 milliseconds