Searched refs:chr (Results 1 - 25 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_cvec.c48 n = sizeof(struct cvec) + (size_t)(nmcces-1)*sizeof(chr *)
49 + nc*sizeof(chr);
55 cv->chrs = (chr *)&cv->mcces[nmcces]; /* chrs just after MCCE ptrs */
75 assert(cv->chrs == (chr *)&cv->mcces[cv->mccespace]);
87 - addchr - add a chr to a cvec
96 cv->chrs[cv->nchrs++] = (chr)c;
110 cv->ranges[cv->nranges*2] = (chr)from;
111 cv->ranges[cv->nranges*2 + 1] = (chr)to;
117 ^ static VOID addmcce(struct cvec *, chr *, chr *);
[all...]
H A Dregexec.c54 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 *, ch
[all...]
H A Dregc_locale.c24 chr *name;
130 chr start;
131 chr end;
190 static chr alphaCharTable[] = {
206 #define NUM_ALPHA_CHAR (sizeof(alphaCharTable)/sizeof(chr))
236 static chr punctCharTable[] = {
246 #define NUM_PUNCT_CHAR (sizeof(punctCharTable)/sizeof(chr))
256 static chr spaceCharTable[] = {
260 #define NUM_SPACE_CHAR (sizeof(spaceCharTable)/sizeof(chr))
277 static chr lowerCharTabl
[all...]
H A Dregc_lex.c61 /* 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 back
[all...]
H A Drege_dfa.c35 ^ static chr *longest(struct vars *, struct dfa *, chr *, chr *, int *);
37 static chr * /* endpoint, or NULL */
41 chr *start; /* where the match should start */
42 chr *stop; /* match must end at or before here */
45 chr *cp;
46 chr *realstop = (stop == v->stop) ? stop : stop + 1;
50 chr *post;
133 ^ static chr *shortes
[all...]
H A Dregguts.h152 * We dissect a chr into byts for colormap table indexing. Here we define
180 * by a byt of the chr, to map the chr to a color efficiently. Because
230 /* optimization magic to do fast chr->color mapping */
255 chr *chrs; /* pointer to vector of chrs */
256 int nranges; /* number of ranges (chr pairs) */
258 chr *ranges; /* pointer to vector of chr pairs */
262 chr *mcces[1]; /* pointers to 0-terminated MCCEs */
413 int FUNCPTR(compare, (CONST chr *, CONS
[all...]
H A Dregcomp.c41 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 *, pch
[all...]
H A Dregcustom.h83 typedef wxChar chr; /* the type itself */ typedef
85 typedef unsigned uchr; /* unsigned type that will hold a chr */
86 typedef int celt; /* type to hold chr, MCCE number, or NOCELT */
87 #define NOCELT (-1) /* celt value which is not valid chr or MCCE */
89 #define CHR(c) (UCHAR(c)) /* turn char literal into chr literal */
90 #define DIGITVAL(c) ((c)-'0') /* turn chr digit into its value */
92 # define CHRBITS 8 /* bits in a chr; must not use sizeof */
93 # define CHR_MIN 0x00 /* smallest and largest chr; the value */
96 # define CHRBITS 32 /* bits in a chr; must not use sizeof */
97 # define CHR_MIN 0x00000000 /* smallest and largest chr; th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c362 char chr; local
370 chr = *cp;
371 if (chr == '^')
379 else if (chr == '[')
396 else if (chr == '<')
413 else if (chr == ']')
443 else if (chr == '>')
843 char chr; /* Temporary character storage. */ local
915 chr = *nn;
916 if (chr
1118 char chr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Ddir.c54 unsigned char *chr; local
64 chr = ((unsigned char *) de) + std;
65 if (strncmp(chr, "ARCHIMEDES", 10))
67 if ((*retname == '_') && ((chr[19] & 1) == 1))
69 if (((de->flags[0] & 2) == 0) && (chr[13] == 0xff)
70 && ((chr[12] & 0xf0) == 0xf0)) {
73 ((chr[12] & 0xf) << 8) | chr[11]);
H A Drock.c29 unsigned char *chr; member in struct:rock_state
58 rs->chr = (unsigned char *)de + rs->len;
65 rs->chr += ISOFS_SB(inode->i_sb)->s_rock_offset;
114 rs->chr = rs->buffer;
130 * We think there's a record of type `sig' at rs->chr. Parse the signature
211 rr = (struct rock_ridge *)rs.chr;
219 sig = isonum_721(rs.chr);
222 rs.chr += rr->len;
310 rs.chr += 14;
318 rr = (struct rock_ridge *)rs.chr;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dgraphparser.c391 char chr = 0; local
418 chr = *filters++;
420 if (chr == ';' && curr_inputs)
423 } while (chr == ',' || chr == ';');
425 if (chr) {
530 char chr = 0; local
565 chr = *filters++;
567 if (chr == ';' && curr_inputs) {
575 } while (chr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Devtloop.cpp151 USHORT uSch = CHARMSG(pChmsg)->chr;
159 if((CHARMSG(pChmsg)->fs & (KC_ALT | KC_CTRL)) && CHARMSG(pChmsg)->chr != 0)
160 CHARMSG(pChmsg)->chr = (USHORT)wxToupper((UCHAR)uSch);
175 CHARMSG(pChmsg)->chr = uSch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dgraphparser.c338 char chr = 0; local
368 chr = *filters++;
370 if (chr == ';' && curr_inputs) {
378 } while (chr == ',' || chr == ';');
380 if (chr) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dkgdboc.c170 static void kgdboc_put_char(u8 chr) argument
175 kgdb_tty_line, chr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtedcaptionsdec.c109 unsigned chr = 0, i; local
116 chr = chr * 16 + HEX_DIGIT_VAL(*cur_byte);
118 av_bprint_utf8(bp, chr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.c192 my_index (str, chr)
194 int chr;
198 if (*str == chr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgetopt.c192 my_index (str, chr)
194 int chr;
198 if (*str == chr)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c261 int chr; local
340 while ((chr=fgetc(fp)) != EOF) {
341 if (chr == '\n') fputc('\r', stdout);
342 fputc(chr, stdout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dyealink.c144 static int setChar(struct yealink_dev *yld, int el, int chr) argument
151 if (chr == '\t' || chr == '\n')
154 yld->lcdMap[el] = chr;
159 if (chr != ' ')
166 val = map_to_seg7(&map_seg7, chr);
708 int chr)
724 setChar(yld, i, chr);
707 set_icon(struct device *dev, const char *buf, size_t count, int chr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c664 static int run_simple_test(int is_get_char, int chr) argument
713 if (put_buf_cnt == 0 && chr != '$')
716 put_buf[put_buf_cnt] = chr;
1063 static void kgdbts_put_char(u8 chr) argument
1066 ts.run_test(0, chr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dgetopt.c230 my_index (str, chr)
232 int chr;
236 if (*str == chr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c229 my_index (str, chr)
231 int chr;
235 if (*str == chr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dgetopt.c220 my_index (str, chr)
222 int chr;
226 if (*str == chr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dgetopt.c208 my_index (str, chr)
210 int chr;
214 if (*str == chr)

Completed in 320 milliseconds

123