Searched refs:lineLength (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp543 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); local
544 int new_line_rows = (lineLength / m_terminal_width) + 1;
1319 int lineLength = local
1321 m_current_line_rows = (lineLength / columns) + 1;
/freebsd-11-stable/contrib/bmake/
H A Dparse.c2887 int lineLength; /* Length of result */ local
2892 line = ParseGetLine(0, &lineLength);
2907 line = ParseGetLine(PARSE_SKIP, &lineLength);
2927 line = ParseGetLine(PARSE_RAW, &lineLength);

Completed in 64 milliseconds