| /src/external/bsd/mdocml/dist/ |
| tbl_data.c | 50 int startpos, endpos; local 57 startpos = *pos; 58 ccp = p + startpos; 88 ln, startpos, "%s", p + startpos); 113 (*pos - startpos == 2 && 114 p[startpos] == '\\' && p[startpos + 1] == '^')) { 154 while (p[startpos] == ' ') 155 startpos++ [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format.h | 104 of intervals (startpos pointing to '<', endpos to the character after '>'), 108 size_t startpos; member in struct:interval
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPUrl.cpp | 168 std::string::size_type startpos = pos; local 192 startpos = pos + 3; 194 if ( m_urlString[startpos] == '/' ) { 196 startpos++; 199 pos = m_urlString.find('/', startpos); 202 if ( m_urlString[startpos] == '[' ) { 204 startpos++; 205 hostend = m_urlString.find(']', startpos); 211 hostend = m_urlString.find(':', startpos); 217 std::string host = m_urlString.substr(startpos, hostend - startpos) 299 std::string::size_type startpos = 0; local [all...] |
| /src/games/sail/ |
| pl_7.c | 1265 static int startpos; variable 1414 mvselprintw(4, COLS/2, 0, startpos, COLS/2 - 1, 1416 mvaddselstr(5, COLS/2, 1, startpos, COLS/2 - 1, 1418 mvaddselstr(6, COLS/2, 2, startpos, COLS/2 - 1, 1420 mvaddselstr(7, COLS/2, 3, startpos, COLS/2 - 1, 1422 move(4+startpos, COLS - 2); 1464 startpos = 0; 1487 switch (startpos) { 1490 startpos = 3; 1561 up(&startpos, NULL) [all...] |
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| object.cpp | 1137 position startpos = (flags & HAS_FROM) ? from : *curpos; local 1171 position endpos = startpos; 1178 last_move = endpos - startpos; 1179 move_object *p = new move_object(startpos, endpos); 1424 position startpos = (flags & HAS_FROM) ? from : *curpos; local 1458 position endpos = startpos; 1483 start_chop_vec = v[0] - startpos; 1488 - (nsegments > 1 ? v[nsegments - 2] : startpos)); 1491 startpos += start_chop_vec; 1497 p = new spline_object(startpos, endpos, v, nsegments) 1739 position startpos; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 745 int startpos = pos; local 763 char *buf = (char *) malloc (lastpos - startpos + 2); 764 memcpy (buf, &linebuf[startpos], lastpos - startpos + 1); 765 buf[lastpos - startpos + 1] = '\0';
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 745 int startpos = pos; local 763 char *buf = (char *) malloc (lastpos - startpos + 2); 764 memcpy (buf, &linebuf[startpos], lastpos - startpos + 1); 765 buf[lastpos - startpos + 1] = '\0';
|
| /src/external/gpl2/diffutils/dist/lib/ |
| regex.c | 75 # define re_search(bufp, string, size, startpos, range, regs) \ 76 __re_search (bufp, string, size, startpos, range, regs) 80 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ 81 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop) 428 int startpos, int range, 450 int startpos, int range, 5033 re_search (bufp, string, size, startpos, range, regs) 5036 int size, startpos, range; 5039 return re_search_2 (bufp, NULL, 0, string, size, startpos, range, 5049 STARTPOS, then at STARTPOS + 1, and so on 5020 int size, startpos, range; variable 5057 int startpos; variable [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| regex.c | 98 # define re_search(bufp, string, size, startpos, range, regs) \ 99 __re_search (bufp, string, size, startpos, range, regs) 103 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ 104 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop) 4931 re_search (bufp, string, size, startpos, range, regs) 4934 int size, startpos, range; 4937 return re_search_2 (bufp, NULL, 0, string, size, startpos, range, 4947 STARTPOS, then at STARTPOS + 1, and so on. 4952 only at STARTPOS; in general, the last start tried is STARTPOS 4916 int size, startpos, range; variable 4953 int startpos; variable [all...] |