Home
last modified time | relevance | path

Searched refs:kbinds_n (Results 1 – 9 of 9) sorted by relevance

/dports/misc/clifm/clifm-1.3/src/
H A Dkeybinds.c136 for (i = 0; i < kbinds_n; i++) { in kbinds_function()
171 if (kbinds_n) { in load_keybinds()
172 int i = (int)kbinds_n; in load_keybinds()
181 kbinds_n = 0; in load_keybinds()
207 kbinds = xrealloc(kbinds, (kbinds_n + 1) * sizeof(struct kbinds_t)); in load_keybinds()
208 kbinds[kbinds_n].key = savestring(tmp + 1, strlen(tmp + 1)); in load_keybinds()
212 kbinds[kbinds_n++].function = savestring(line, strlen(line)); in load_keybinds()
280 if (!kbinds_n) in find_key()
283 int n = (int)kbinds_n; in find_key()
H A Dprofiles.c177 i = (int)kbinds_n; in profile_set()
182 kbinds_n = 0; in profile_set()
H A Dmain.c238 kbinds_n = 0, variable
H A Dhelpers.h856 kbinds_n,
H A Dmisc.c1184 i = (int)kbinds_n;
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dkeybinds.c.gcov202 72: 130: for (i = 0; i < kbinds_n; i++) {
294 4: 165: if (kbinds_n) {
298 #####: 166: int i = (int)kbinds_n;
316 #####: 175: kbinds_n = 0;
382 278: 201: kbinds = xrealloc(kbinds, (kbinds_n + 1) * sizeof(struct kbinds_t));
385 278: 202: kbinds[kbinds_n].key = savestring(tmp + 1, strlen(tmp + 1));
390 278: 206: kbinds[kbinds_n++].function = savestring(line, strlen(line));
514 308: 274: if (!kbinds_n)
522 308: 277: int n = (int)kbinds_n;
H A Dprofiles.c.gcov471 9: 250: i = (int)kbinds_n;
483 9: 255: kbinds_n = 0;
H A Dmain.c.gcov202 -: 201: kbinds_n = 0,
H A Dmisc.c.gcov2290 4: 1247: i = (int)kbinds_n;