Home
last modified time | relevance | path

Searched refs:total_dents (Results 1 – 3 of 3) sorted by relevance

/dports/misc/clifm/clifm-1.3/src/
H A Dlisting.c1384 unsigned int total_dents = 0, count = 0; in list_dir_light() local
1419 total_dents = n + ENTRY_N; in list_dir_light()
1420 file_info = xrealloc(file_info, (total_dents + 2) * sizeof(struct fileinfo)); in list_dir_light()
1695 unsigned int total_dents = 0, count = 0; in list_dir() local
1734 total_dents = n + ENTRY_N; in list_dir()
1735 file_info = xrealloc(file_info, (total_dents + 2) * sizeof(struct fileinfo)); in list_dir()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dlisting.c.gcov797 3: 363: unsigned int total_dents = 0, count = 0;
888 #####: 398: total_dents = n + ENTRY_N;
889 #####: 399: file_info = xrealloc(file_info, (total_dents + 2) * sizeof(struct fileinfo));
2387 302: 1020: unsigned int total_dents = 0, count = 0;
2479 524: 1055: total_dents = n + ENTRY_N;
2480 524: 1056: file_info = xrealloc(file_info, (total_dents + 2) * sizeof(struct fileinfo));
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c428 static int ndents, cur, last, curscroll, last_curscroll, total_dents = ENTRY_INCR, scroll_lines = 1; variable
5621 if (ndents == total_dents) {
5625 total_dents += ENTRY_INCR;
5626 *ppdents = xrealloc(*ppdents, total_dents * sizeof(**ppdents));
6534 pdents = xrealloc(pdents, total_dents * sizeof(struct entry));