Home
last modified time | relevance | path

Searched refs:NNNLVL (Results 1 – 5 of 5) sorted by relevance

/dports/misc/nnn/nnn-4.3/misc/quitcd/
H A Dquitcd.bash_zsh4 if [ -n $NNNLVL ] && [ "${NNNLVL:-0}" -ge 1 ]; then
H A Dquitcd.fish7 if test -n "$NNNLVL"
8 if [ (expr $NNNLVL + 0) -ge 1 ]
/dports/misc/nnn/nnn-4.3/patches/restorepreview/
H A Dmainline.diff32 #define NNNLVL 6
52 "NNNLVL",
/dports/misc/nnn/nnn-4.3/
H A DCHANGELOG280 - fix issue with `NNNLVL` on macOS (see #639)
372 - fix `NNNLVL` not reset when spawned shell is exited
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c690 #define NNNLVL 6 macro
5388 char *tmp = getenv(env_cfg[NNNLVL]);
5391 setenv(env_cfg[NNNLVL], xitoa(r + 1), 1);
5393 setenv(env_cfg[NNNLVL], xitoa(r), 1);