Searched refs:BACKSL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c669 # define BACKSL (1<<CHAR_BIT) macro
677 c = BACKSL | GETNEXT();
689 case BACKSL|'{':
692 case BACKSL|'(':
708 case BACKSL|')': /* should not get here -- must be user */
709 case BACKSL|'}':
712 case BACKSL|'1':
713 case BACKSL|'2':
714 case BACKSL|'3':
715 case BACKSL|'
[all...]
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c714 # define BACKSL (1<<CHAR_BIT) macro
722 c = BACKSL | GETNEXT();
734 case BACKSL|'<':
737 case BACKSL|'>':
740 case BACKSL|'{':
743 case BACKSL|'(':
759 case BACKSL|')': /* should not get here -- must be user */
760 case BACKSL|'}':
763 case BACKSL|'1':
764 case BACKSL|'
[all...]

Completed in 124 milliseconds