Searched refs:prev_end (Results 1 – 5 of 5) sorted by relevance
85 uptr prev_end = 0; in CheckMemoryLayoutSanity() local91 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()111 prev_end = end; in CheckMemoryLayoutSanity()
139 uptr prev_end = 0; in GetThreadStackTopAndBottom() local143 prev_end = segment.end; in GetThreadStackTopAndBottom()150 if (stacksize > segment.end - prev_end) in GetThreadStackTopAndBottom()151 stacksize = segment.end - prev_end; in GetThreadStackTopAndBottom()
31 size_t prev_end; /* Number of chars in buf for previous line */ member300 if (linebuf.prev_end != 0) in prewind()301 pshift(linebuf.prev_end); in prewind()1456 linebuf.prev_end = (!endline && !chopped) ? linebuf.end : 0; in pdone()1946 linebuf.prev_end = 0; in load_line()
1094 uptr prev_end = 0; in CheckMemoryLayoutSanity() local1100 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()1120 prev_end = end; in CheckMemoryLayoutSanity()
2824 const FIELD_CELL *prev_end, *this_end; in FE_Delete_Previous() local2834 prev_end = After_End_Of_Data(prev_line, field->dcols); in FE_Delete_Previous()2837 (field->cols - (int)(prev_end - prev_line))) in FE_Delete_Previous()2841 Adjust_Cursor_Position(form, prev_end); in FE_Delete_Previous()