• 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

54 	chr *lastseen;		/* last entered on arrival here */
72 chr *lastpost; /* location of last cache-flushed success */
73 chr *lastnopr; /* location of last cache-flushed NOPROGRESS */
103 chr *start; /* start of string */
104 chr *stop; /* just past end of string */
126 int exec _ANSI_ARGS_((regex_t *, CONST chr *, size_t, rm_detail_t *, size_t, regmatch_t [], int));
129 static int cfindloop _ANSI_ARGS_((struct vars *, struct cnfa *, struct colormap *, struct dfa *, struct dfa *, chr **));
132 static VOID subset _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
133 static int dissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
134 static int condissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
135 static int altdissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
136 static int cdissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
137 static int ccondissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
138 static int crevdissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
139 static int cbrdissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
140 static int caltdissect _ANSI_ARGS_((struct vars *, struct subre *, chr *, chr *));
142 static chr *longest _ANSI_ARGS_((struct vars *, struct dfa *, chr *, chr *, int *));
143 static chr *shortest _ANSI_ARGS_((struct vars *, struct dfa *, chr *, chr *, chr *, chr **, int *));
144 static chr *lastcold _ANSI_ARGS_((struct vars *, struct dfa *));
148 static struct sset *initialize _ANSI_ARGS_((struct vars *, struct dfa *, chr *));
149 static struct sset *miss _ANSI_ARGS_((struct vars *, struct dfa *, struct sset *, pcolor, chr *, chr *));
150 static int lacon _ANSI_ARGS_((struct vars *, struct cnfa *, chr *, pcolor));
151 static struct sset *getvacant _ANSI_ARGS_((struct vars *, struct dfa *, chr *, chr *));
152 static struct sset *pickss _ANSI_ARGS_((struct vars *, struct dfa *, chr *, chr *));
160 ^ int exec(regex_t *, CONST chr *, size_t, rm_detail_t *,
166 CONST chr *string;
186 if (re->re_csize != sizeof(chr))
214 v->start = (chr *)string;
215 v->stop = (chr *)string + len;
267 chr *begin;
268 chr *end = NULL;
269 chr *cold;
270 chr *open; /* open and close of range of possible starts */
271 chr *close;
309 (chr **)NULL, &hitend);
352 chr *cold;
383 ^ struct dfa *, struct dfa *, chr **);
392 chr **coldp; /* where to put coldstart pointer */
394 chr *begin;
395 chr *end;
396 chr *cold;
397 chr *open; /* open and close of range of possible starts */
398 chr *close;
399 chr *estart;
400 chr *estop;
424 estop, (chr **)NULL, &hitend);
511 ^ static VOID subset(struct vars *, struct subre *, chr *, chr *);
517 chr *begin;
518 chr *end;
533 ^ static int dissect(struct vars *, struct subre *, chr *, chr *);
539 chr *begin; /* beginning of relevant substring */
540 chr *end; /* end of same */
575 ^ static int condissect(struct vars *, struct subre *, chr *, chr *);
581 chr *begin; /* beginning of relevant substring */
582 chr *end; /* end of same */
586 chr *mid;
589 chr *stop = (shorter) ? end : begin;
606 mid = shortest(v, d, begin, begin, end, (chr **)NULL,
628 mid = shortest(v, d, begin, mid+1, end, (chr **)NULL,
654 ^ static int altdissect(struct vars *, struct subre *, chr *, chr *);
660 chr *begin; /* beginning of relevant substring */
661 chr *end; /* end of same */
689 ^ static int cdissect(struct vars *, struct subre *, chr *, chr *);
695 chr *begin; /* beginning of relevant substring */
696 chr *end; /* end of same */
738 ^ static int ccondissect(struct vars *, struct subre *, chr *, chr *);
744 chr *begin; /* beginning of relevant substring */
745 chr *end; /* end of same */
749 chr *mid;
832 ^ static int crevdissect(struct vars *, struct subre *, chr *, chr *);
838 chr *begin; /* beginning of relevant substring */
839 chr *end; /* end of same */
843 chr *mid;
864 mid = shortest(v, d, begin, begin, end, (chr **)NULL, (int *)NULL);
900 mid = shortest(v, d, begin, mid+1, end, (chr **)NULL, (int *)NULL);
923 ^ static int cbrdissect(struct vars *, struct subre *, chr *, chr *);
929 chr *begin; /* beginning of relevant substring */
930 chr *end; /* end of same */
935 chr *paren;
936 chr *p;
937 chr *stop;
990 ^ static int caltdissect(struct vars *, struct subre *, chr *, chr *);
996 chr *begin; /* beginning of relevant substring */
997 chr *end; /* end of same */