MCPcopy Create free account
hub / github.com/HelenOS/helenos / pt_get_sof

Function pt_get_sof

uspace/app/edit/edit.c:2027–2033  ·  view source on GitHub ↗

Get start-of-file s-point. */

Source from the content-addressed store, hash-verified

2025
2026/** Get start-of-file s-point. */
2027static void pt_get_sof(spt_t *pt)
2028{
2029 coord_t coord;
2030
2031 coord.row = coord.column = 1;
2032 sheet_get_cell_pt(doc.sh, &coord, dir_before, pt);
2033}
2034
2035/** Get end-of-file s-point. */
2036static void pt_get_eof(spt_t *pt)

Callers 6

mainFunction · 0.85
key_handle_ctrlFunction · 0.85
key_handle_shift_ctrlFunction · 0.85
file_saveFunction · 0.85
selection_sel_allFunction · 0.85
pt_is_word_beginningFunction · 0.85

Calls 1

sheet_get_cell_ptFunction · 0.85

Tested by

no test coverage detected