Searched refs:nextpos (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | psLib.py | 53 _, nextpos = whitematch(self.buf, self.pos).span() 54 self.pos = nextpos 66 _, nextpos = commentmatch(buf, pos).span() 67 token = buf[pos:nextpos] 73 _, nextpos = m.span() 74 token = buf[pos:nextpos] 80 _, nextpos = m.span() 81 token = buf[pos:nextpos] 93 _, nextpos = m.span() 94 token = buf[pos:nextpos] [all …]
|
/external/valgrind/coregrind/ |
D | m_main.c | 628 const HChar *nextpos; in main_process_cmd_line_options() local 637 nextpos = VG_(strchr)(startpos, ','); in main_process_cmd_line_options() 638 if (!nextpos) in main_process_cmd_line_options() 639 nextpos = startpos + VG_(strlen)(startpos); in main_process_cmd_line_options() 640 if (startpos != nextpos) { in main_process_cmd_line_options() 642 = VG_(malloc)("main.mpclo.2", nextpos - startpos + 1); in main_process_cmd_line_options() 644 nextpos - startpos); in main_process_cmd_line_options() 645 VG_(clo_error_markers)[m][nextpos - startpos] = '\0'; in main_process_cmd_line_options() 647 startpos = *nextpos ? nextpos + 1 : nextpos; in main_process_cmd_line_options()
|