Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregfree.c66 if (g->sets != NULL) in regfree()
67 free((char *)g->sets); in regfree()
Dregcomp.c197 g->sets = NULL; in regcomp()
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1042 p->g->sets = (cset*)ptr; in allocset()
1050 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1055 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1058 cs = &p->g->sets[no]; in allocset()
1067 free(p->g->sets); in allocset()
1068 p->g->sets = NULL; in allocset()
1084 cset *top = &p->g->sets[p->g->ncsets]; in freeset()
1107 cset *top = &p->g->sets[p->g->ncsets]; in freezeset()
[all …]
Dregex2.h132 cset *sets; /* -> cset [ncsets] */ member
Dengine.c505 cs = &m->g->sets[OPND(s)]; in backref()
883 cs = &g->sets[OPND(s)]; in step()
/ndk/sources/host-tools/sed-4.2.1/m4/
Drealloc.m49 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it
Dmalloc.m49 # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it
Dlib-prefix.m4166 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
173 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
Dmbrtowc.m4165 mbrtowc returns 2, and sets wc to 0x00F0.
166 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
Dacl.m4133 # but sets errno = ENOENT for an existing file or directory.
Dlib-link.m451 dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
53 dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
166 dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
692 dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed18 # If line ends with .. then assume it sets a variable that will
DBOOST.tests689 ; and again for sets:
724 ; and again for tricky sets with digraphs:
/ndk/build/gmsl/
D__gmsl456 # Returns: Returns the union of the two sets
464 # Returns: Returns the intersection of the two sets
480 # Returns: Returns $(true) if the two sets are identical
/ndk/sources/host-tools/sed-4.2.1/
DNEWS87 * fix bug in 'y' command in multi-byte character sets
274 * `y' command supports multibyte character sets
Dconfigure9631 mbrtowc returns 2, and sets wc to 0x00F0.
9632 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
17922 mbrtowc returns 2, and sets wc to 0x00F0.
17923 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
18490 mbrtowc returns 2, and sets wc to 0x00F0.
18491 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
23201 mbrtowc returns 2, and sets wc to 0x00F0.
23202 mbtowc returns 4 (correct) and sets wc to 0x5EDC. */
Daclocal.m466 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
DChangeLog852 sets correctly
2896 sets that contain `]'.
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex284 % Output a mark which sets \thischapter, \thissection and \thiscolor.
1144 % to a command which sets the catcodes (such as @item or @section).
1339 % k sets the color for filling (usual text, etc.);
1340 % K sets the color for stroking (thin rules, e.g., normal _'s).
2114 % future. Used with @smallbook, which sets the leading to 12pt.
2287 % Each font-changing command also sets the names \lsize (one size lower)
3742 % This preamble sets up a generic column definition, which will
3933 % @set VAR sets the variable VAR to an empty value.
3934 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
3940 % We rely on the fact that \parsearg sets \catcode`\ =10.
[all …]
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi2723 Perl sets its numerical variables from any such patterns
2747 @samp{aba} against the pattern @samp{/^(a(b)?)+$/} sets
3438 For example, @code{(?im)} sets caseless, multiline matching. It is
3441 @code{(?im-sx)} sets caseless and multiline matching,
3510 hand, it sets up the subpattern as a capturing subpattern (as
4147 if that character is present, sets it as the first captured
Dsed-in.texi2556 Perl sets its numerical variables from any such patterns
2580 @samp{aba} against the pattern @samp{/^(a(b)?)+$/} sets
3271 For example, @code{(?im)} sets caseless, multiline matching. It is
3274 @code{(?im-sx)} sets caseless and multiline matching,
3343 hand, it sets up the subpattern as a capturing subpattern (as
3980 if that character is present, sets it as the first captured