Lines Matching refs:REF
5842 # define REF(x) \
5855 # define REF(x) \
5862 REF (no_op),
5863 REF (succeed),
5864 REF (exactn),
5866 REF (exactn_bin),
5868 REF (anychar),
5869 REF (charset),
5870 REF (charset_not),
5871 REF (start_memory),
5872 REF (stop_memory),
5873 REF (duplicate),
5874 REF (begline),
5875 REF (endline),
5876 REF (begbuf),
5877 REF (endbuf),
5878 REF (jump),
5879 REF (jump_past_alt),
5880 REF (on_failure_jump),
5881 REF (on_failure_keep_string_jump),
5882 REF (pop_failure_jump),
5883 REF (maybe_pop_jump),
5884 REF (dummy_failure_jump),
5885 REF (push_dummy_failure),
5886 REF (succeed_n),
5887 REF (jump_n),
5888 REF (set_number_at),
5889 REF (wordchar),
5890 REF (notwordchar),
5891 REF (wordbeg),
5892 REF (wordend),
5893 REF (wordbound),
5894 REF (notwordbound)
5896 ,REF (before_dot),
5897 REF (at_dot),
5898 REF (after_dot),
5899 REF (syntaxspec),
5900 REF (notsyntaxspec)