Searched refs:OPM_lasterrpos (Results 1 – 5 of 5) sorted by relevance
/dports/lang/voc/voc-63008f6/bootstrap/unix-44/ |
H A D | OPM.c | 38 static INT32 OPM_ErrorLineStartPos, OPM_ErrorLineLimitPos, OPM_ErrorLineNumber, OPM_lasterrpos; variable 476 OPM_lasterrpos = OPM_curpos - 10; in OPM_Init() 626 if (pos < OPM_lasterrpos || OPM_lasterrpos + 9 < pos) { in OPM_Mark() 627 OPM_lasterrpos = pos; in OPM_Mark()
|
/dports/lang/voc/voc-63008f6/bootstrap/windows-48/ |
H A D | OPM.c | 38 static INT32 OPM_ErrorLineStartPos, OPM_ErrorLineLimitPos, OPM_ErrorLineNumber, OPM_lasterrpos; variable 476 OPM_lasterrpos = OPM_curpos - 10; in OPM_Init() 626 if (pos < OPM_lasterrpos || OPM_lasterrpos + 9 < pos) { in OPM_Mark() 627 OPM_lasterrpos = pos; in OPM_Mark()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-48/ |
H A D | OPM.c | 38 static INT32 OPM_ErrorLineStartPos, OPM_ErrorLineLimitPos, OPM_ErrorLineNumber, OPM_lasterrpos; variable 476 OPM_lasterrpos = OPM_curpos - 10; in OPM_Init() 626 if (pos < OPM_lasterrpos || OPM_lasterrpos + 9 < pos) { in OPM_Mark() 627 OPM_lasterrpos = pos; in OPM_Mark()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-88/ |
H A D | OPM.c | 38 static INT32 OPM_ErrorLineStartPos, OPM_ErrorLineLimitPos, OPM_ErrorLineNumber, OPM_lasterrpos; variable 476 OPM_lasterrpos = OPM_curpos - 10; in OPM_Init() 626 if (pos < OPM_lasterrpos || OPM_lasterrpos + 9 < pos) { in OPM_Mark() 627 OPM_lasterrpos = pos; in OPM_Mark()
|
/dports/lang/voc/voc-63008f6/bootstrap/windows-88/ |
H A D | OPM.c | 38 static INT32 OPM_ErrorLineStartPos, OPM_ErrorLineLimitPos, OPM_ErrorLineNumber, OPM_lasterrpos; variable 476 OPM_lasterrpos = OPM_curpos - 10; in OPM_Init() 626 if (pos < OPM_lasterrpos || OPM_lasterrpos + 9 < pos) { in OPM_Mark() 627 OPM_lasterrpos = pos; in OPM_Mark()
|