Home
last modified time | relevance | path

Searched refs:kbinds_value (Results 1 – 2 of 2) sorted by relevance

/dports/misc/clifm/clifm-1.3/src/
H A Dinit.c1007 *kbinds_value = (char *)NULL, in external_arguments() local
1230 case 'k': kbinds_value = optarg; break; in external_arguments()
1420 if (kbinds_value) { in external_arguments()
1422 if (*kbinds_value == '~') { in external_arguments()
1423 kbinds_exp = tilde_expand(kbinds_value); in external_arguments()
1424 kbinds_value = kbinds_exp; in external_arguments()
1432 if (access(kbinds_value, R_OK) == -1) { in external_arguments()
1435 PROGRAM_NAME, kbinds_value, strerror(errno)); in external_arguments()
1438 alt_kbinds_file = savestring(kbinds_value, strlen(kbinds_value)); in external_arguments()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dinit.c.gcov1737 4: 945: *kbinds_value = (char *)NULL,
2164 #####: 1128: case 'k': kbinds_value = optarg; break;
2559 4: 1323: if (kbinds_value) {
2564 #####: 1325: if (*kbinds_value == '~') {
2568 #####: 1326: kbinds_exp = tilde_expand(kbinds_value);
2571 #####: 1327: kbinds_value = kbinds_exp;
2580 #####: 1335: if (access(kbinds_value, R_OK) == -1) {
2590 #####: 1338: PROGRAM_NAME, kbinds_value, strerror(errno));
2595 #####: 1341: alt_kbinds_file = savestring(kbinds_value, strlen(kbinds_value));