Searched defs:startpos (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/usr.bin/mandoc/ |
H A D | tbl_data.c | 48 int startpos, endpos; in getdata() local
|
/openbsd-src/usr.bin/aucat/ |
H A D | afile.h | 43 off_t startpos; /* where payload starts */ member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p784.C | 1752 inline int String::index(char c, int startpos) const in index() 1757 inline int String::index(const char* t, int startpos) const in index() 1762 inline int String::index(const String& y, int startpos) const in index() 1767 inline int String::index(const SubString& y, int startpos) const in index() 1772 inline int String::index(const Regex& r, int startpos) const in index()
|
/openbsd-src/usr.bin/indent/ |
H A D | indent.c | 1039 int pos, startpos; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | gnu-regex.c | 3410 int size, startpos, range; variable 3447 int startpos; variable
|
/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | regex.c | 3661 re_search (bufp, string, size, startpos, range, regs) in re_search() argument 3701 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop) in re_search_2() argument
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | regex.c | 77 # define re_search(bufp, string, size, startpos, range, regs) \ argument 82 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | regexec.c | 3667 char *startpos; Perl_regexec_flags() local 6423 S_regmatch(pTHX_ regmatch_info * reginfo,char * startpos,regnode * prog) S_regmatch() argument [all...] |