Lines Matching refs:CHAR_APOSTROPHE
1945 if (ptr[1] == CHAR_LESS_THAN_SIGN || ptr[1] == CHAR_APOSTROPHE) in PRIV()
3657 case CHAR_APOSTROPHE: in scan_for_captures()
3658 c = CHAR_APOSTROPHE; /* Terminator */ in scan_for_captures()
6264 else if (*ptr == CHAR_APOSTROPHE) in compile_branch()
6266 terminator = CHAR_APOSTROPHE; in compile_branch()
6665 case CHAR_APOSTROPHE: /* Define a name - note fall through above */ in compile_branch()
6672 CHAR_GREATER_THAN_SIGN : CHAR_APOSTROPHE; in compile_branch()
7270 CHAR_GREATER_THAN_SIGN : CHAR_APOSTROPHE; in compile_branch()
7309 ptr[1] != CHAR_APOSTROPHE && ptr[1] != CHAR_LEFT_CURLY_BRACKET)) in compile_branch()
7316 CHAR_GREATER_THAN_SIGN : (*ptr == CHAR_APOSTROPHE)? in compile_branch()
7317 CHAR_APOSTROPHE : CHAR_RIGHT_CURLY_BRACKET; in compile_branch()