Home
last modified time | relevance | path

Searched refs:plgpath (Results 1 – 4 of 4) sorted by relevance

/dports/misc/nnn/nnn-4.3/patches/gitstatus/
H A Dnamefirst.diff186 free(plgpath);
H A Dmainline.diff183 free(plgpath);
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c452 static char *plgpath; variable
2423 mkpath(plgpath, plugin, g_buf); in plugscript()
5291 mkpath(plgpath, file, g_buf);
7571 if (!xdiraccess(plgpath)) {
7622 if (strcmp(path, plgpath) == 0) {
7636 xstrsncpy(path, plgpath, PATH_MAX);
8096 plgpath = (char *)malloc(len);
8097 if (!cfgpath || !plgpath) {
8120 mkpath(cfgpath, toks[r], plgpath);
8121 if (!xmktree(plgpath, TRUE)) {
[all …]
/dports/misc/nnn/nnn-4.3/patches/restorepreview/
H A Dmainline.diff218 if (!xdiraccess(plgpath)) {