Home
last modified time | relevance | path

Searched defs:start (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex13.c39 int start; member
86 int start; in main() local
Drunptests.c33 int start; member
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dcppunit_timer.h34 void start() { in start() function
/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_timer.h34 void start() { in start() function
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c138 char *start; in matcher() local
291 dissect(struct match *m, char *start, char *stop, sopno startst, sopno stopst) in dissect()
472 backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, in backref()
672 fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst) in fast()
756 slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst) in slow()
837 sopno start, /* start state within strip */ in step()
977 at(struct match *m, char *title, char *start, char *stop, sopno startst, in at()
Dregcomp.c461 sopno start = HERE(); in p_bre() local
707 char start, finish; in p_b_term() local
940 sopno start, /* operand from here to end of strip */ in repeat()
1276 sopno start, /* from here */ in dupl()
1415 sop *start = NULL; /* start initialized in the default case, after that */ in findmust() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c309 int start; in get_line() local
377 register const char *start, *finish; in check_punctuation() local
436 register WORD *start, *w; in fmt_paragraph() local
Dsed.h139 regoff_t *start; member
Dexecute.c1176 size_t start = 0; /* where to start scan for (next) match in LINE */ local
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c264 const char* start = next_token(str); in get_next_token() local
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_cu.h93 const Elf_Byte* start; member
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c234 Idx start, length; local
314 re_match (bufp, string, length, start, regs) in re_match() argument
330 Idx length, start; variable
345 Idx length1, length2, start, stop; variable
359 Idx length1, length2, start, stop; variable
422 Idx start, regoff_t range, Idx stop, struct re_registers *regs, in re_search_stub()
645 Idx start, Idx last_start, Idx stop, in re_search_internal()
Dregcomp.c2474 Idx i, start, end, start_idx = re_string_cur_idx (regexp); in parse_dup_op() local