• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/

Lines Matching refs:chr

41 int compile _ANSI_ARGS_((regex_t *, CONST chr *, size_t, int));
55 static chr *scanplain _ANSI_ARGS_((struct vars *));
80 static VOID lexnest _ANSI_ARGS_((struct vars *, chr *, chr *));
84 static chr lexdigits _ANSI_ARGS_((struct vars *, int, int, int));
87 static chr newline _ANSI_ARGS_((NOPARMS));
89 static chr *ch _ANSI_ARGS_((NOPARMS));
91 static chr chrnamed _ANSI_ARGS_((struct vars *, chr *, chr *, pchr));
174 static VOID addmcce _ANSI_ARGS_((struct cvec *, chr *, chr *));
182 static celt element _ANSI_ARGS_((struct vars *, chr *, chr *));
186 static struct cvec *cclass _ANSI_ARGS_((struct vars *, chr *, chr *, int));
188 static int cmp _ANSI_ARGS_((CONST chr *, CONST chr *, size_t));
189 static int casecmp _ANSI_ARGS_((CONST chr *, CONST chr *, size_t));
198 chr *now; /* scan pointer into string */
199 chr *stop; /* end of string */
200 chr *savenow; /* saved now and stop for "subroutine call" */
201 chr *savestop;
206 chr nextvalue; /* value (if any) of next token */
281 ^ int compile(regex_t *, CONST chr *, size_t, int);
286 CONST chr *string;
310 v->now = (chr *)string;
334 re->re_csize = sizeof(chr);
360 addmcce(v->mcces, (chr *)NULL, (chr *)NULL); /* dummy */
1293 chr *p;
1373 chr *startp;
1374 chr *endp;
1375 chr c[1];
1386 /* shortcut for ordinary chr (not range, not MCCE leader) */
1472 ^ static chr *scanplain(struct vars *);
1474 static chr * /* just after end of sequence */
1478 chr *endp;
1507 chr *p;
1508 chr leader;
1573 chr ch, from, to;
1575 chr *p;
1693 chr *p;
1694 chr ch;
1710 - wordchrs - set up word-chr list for word-boundary stuff, if needed