• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lib-src/

Lines Matching defs:regexp

263   char *regexp;			/* Matching regular expression.  */
307 char *regexp; /* Matching regular expression. */
338 {"min-regexp-length", required_argument, NULL, 'm'},
339 {"max-regexp-length", required_argument, NULL, 'M'},
769 REGEXP is a regexp matching the declaration, if non-null. POS is
779 add_member_decl (cls, name, regexp, pos, hash, var, sc, vis, flags)
782 char *regexp;
800 m->regexp = regexp;
826 REGEXP is a regexp matching the declaration, if non-null. POS is
836 add_member_defn (cls, name, regexp, pos, hash, var, sc, flags)
839 char *regexp;
871 m->def_regexp = regexp;
886 add_define (name, regexp, pos)
887 char *name, *regexp;
890 add_global_defn (name, regexp, pos, 0, 1, SC_FRIEND, F_DEFINE);
891 add_global_decl (name, regexp, pos, 0, 1, SC_FRIEND, F_DEFINE);
896 REGEXP is a regexp matching the declaration, if non-null. POS is
906 add_global_defn (name, regexp, pos, hash, var, sc, flags)
907 char *name, *regexp;
924 add_member_defn (sym, name, regexp, pos, hash, 0,
928 add_member_defn (global_symbols, name, regexp, pos, hash, var, sc, flags);
933 REGEXP is a regexp matching the declaration, if non-null. POS is
943 add_global_decl (name, regexp, pos, hash, var, sc, flags)
944 char *name, *regexp;
970 m->regexp = regexp;
1008 m->regexp = NULL;
1366 PUTSTR (m->regexp, fp);
1402 PUTSTR (root->regexp, fp);
1574 char *regexp = matching_regexp ();
1576 add_define (yytext, regexp, pos);
2060 `^.*{regexp}' has to be used. */
2649 char *regexp = NULL;
2747 regexp = matching_regexp ();
2756 regexp = matching_regexp ();
2759 add_member_decl (cls, id, regexp, pos, hash, 0, sc, vis, flags);
2765 add_member_defn (cls, id, regexp, pos, hash, 0, sc, flags);
2812 regexp = matching_regexp ();
2818 add_member_decl (cls, id, regexp, pos, 0, 1, sc, vis, 0);
2820 add_member_decl (cls, id, regexp, pos, hash, 0, sc, vis, 0);
2832 regexp = matching_regexp ();
2837 add_member_decl (cls, id, regexp, pos, 0, 1, sc, vis, 0);
2838 add_member_defn (cls, id, regexp, pos, 0, 1, sc, 0);
3165 current->regexp = matching_regexp ();
3260 char *regexp = matching_regexp ();
3264 add_member_defn (*cls, *id, regexp, pos, 0, 1, SC_UNKNOWN, flags);
3266 add_global_defn (*id, regexp, pos, 0, 1, sc, flags);
3277 char *regexp = matching_regexp ();
3279 add_global_defn (*id, regexp, pos, 0, 1, sc, flags);
3299 char *regexp = NULL;
3390 regexp = matching_regexp ();
3399 regexp = matching_regexp ();
3402 add_member_defn (cls, id, regexp, pos, hash, 0,
3414 regexp = matching_regexp ();
3417 add_global_decl (id, regexp, pos, hash, 0, sc, flags);
3431 add_global_defn (id, regexp, pos, hash, 0, sc, flags);
3667 -m, --min-regexp-length=N set minimum regexp length to N\n\
3668 -M, --max-regexp-length=N set maximum regexp length to N\n\