• 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

61 /* construct pointer past end of chr array */
62 #define ENDOF(array) ((array) + sizeof(array)/sizeof(chr))
193 ^ static VOID lexnest(struct vars *, chr *, chr *);
198 chr *beginp; /* start of interpolation */
199 chr *endp; /* one past end of interpolation */
211 static chr backd[] = { /* \d */
216 static chr backD[] = { /* \D */
221 static chr brbackd[] = { /* \d within brackets */
226 static chr backs[] = { /* \s */
231 static chr backS[] = { /* \S */
236 static chr brbacks[] = { /* \s within brackets */
241 static chr backw[] = { /* \w */
246 static chr backW[] = { /* \W */
251 static chr brbackw[] = { /* \w within brackets */
277 chr c;
351 RETV(DIGIT, (chr)DIGITVAL(c));
662 chr c;
663 static chr alert[] = {
666 static chr esc[] = {
669 chr *save;
696 RETV(PLAIN, (chr)(*v->now++ & 037));
788 RETV(BACKREF, (chr)c);
810 - lexdigits - slurp up digits and return chr value
811 ^ static chr lexdigits(struct vars *, int, int, int);
813 static chr /* chr value; errors signalled via ERR */
822 chr c;
858 return (chr)n;
872 chr c = (chr)pc;
960 RETV(BACKREF, (chr)DIGITVAL(c));
982 chr *start = v->now;
1002 - newline - return the chr for a newline
1004 ^ static chr newline(NOPARMS);
1006 static chr
1013 - ch - return the chr sequence for regc_locale.c's fake collating element ch
1017 ^ static chr *ch(NOPARMS);
1021 static chr *
1024 static chr chstr[] = { CHR('c'), CHR('h'), CHR('\0') };
1031 - chrnamed - return the chr known by a given (chr string) name
1034 ^ static chr chrnamed(struct vars *, chr *, chr *, pchr);
1036 static chr
1039 chr *startp; /* start of name */
1040 chr *endp; /* just past end of name */
1055 return (chr)lastresort;
1059 return (chr)lastresort;