| LOW | misc/musl/musl-static-ubuntu.sh | 1 | #!/usr/bin/env sh |
| LOW | misc/test/nnn_runner.sh | 1 | #!/bin/sh |
| LOW | misc/test/nnn_runner.sh | 21 | # |
| LOW | misc/test/nnn_runner.sh | 41 | # Left Send arrow left (\033[D) |
| LOW | misc/test/verify-du.sh | 1 | #!/bin/sh |
| LOW | misc/test/test-76ee5803.sh | 1 | #!/bin/sh |
| LOW | misc/packagecore/packagecore.yaml | 101 | # - libreadline7 |
| LOW | src/icons.h | 21 | #define ICON_STR(I, N, E) N |
| LOW | src/icons.h | 41 | #define ICON_PADDING_LEFT "" |
| LOW | src/icons.h | 61 | #define ICON_CLOJURE ICON_STR(MFIZZ_CLOJURE, "", "") |
| LOW | src/icons.h | 81 | #define ICON_MANUAL ICON_STR(FILE_MANPAGE, "", "❓") |
| LOW | src/icons.h | 101 | #define ICON_TEX ICON_STR(FILE_TEX, "", ICON_DOCUMENT) |
| LOW | src/nnn.c | 41 | #endif |
| LOW | src/nnn.c | 61 | |
| LOW | src/nnn.c | 81 | #ifndef NOLC |
| LOW | src/nnn.c | 101 | #include <time.h> |
| LOW | src/nnn.c | 121 | * (-std=...) and not all standard libraries do or supply it, e.g. |
| LOW | src/nnn.c | 141 | * https://github.com/jarun/nnn/issues/1692 |
| LOW | src/nnn.c | 161 | #ifndef S_BLKSIZE |
| LOW | src/nnn.c | 181 | #undef MAX |
| LOW | src/nnn.c | 201 | #define NEWLINE_CHAR '\n' |
| LOW | src/nnn.c | 221 | #define SIZE_8KB (8 * 1024) /* 8 KB in bytes */ |
| LOW | src/nnn.c | 241 | /* Large selection threshold */ |
| LOW | src/nnn.c | 261 | #define FILE_YOUNG 0x40 |
| LOW | src/nnn.c | 581 | #elif !defined(__sun) /* no MIME option for 'file' */ |
| LOW | src/nnn.c | 601 | #define UTIL_NTFY 15 |
| LOW | src/nnn.c | 661 | #define MSG_CP_MV_AS 7 |
| LOW | src/nnn.c | 681 | #define MSG_NOT_SET 27 |
| LOW | src/nnn.c | 741 | "unchanged", |
| LOW | src/nnn.c | 801 | #define NSEC_MTIME(sb) ((uint_t)(sb).st_mtimespec.tv_nsec) |
| LOW | src/nnn.c | 841 | "'%s' | tr '\\n' '\\0' | xargs -0 -n2 sh -c '%s \"$0\" \"$@\" < /dev/tty'", |
| LOW | src/nnn.c | 881 | static bool haiku_nm_active = FALSE; |
| LOW | src/nnn.c | 901 | #define xerror() perror(xitoa(__LINE__)) |
| LOW | src/icons-in-terminal.h | 1 | #ifndef ICONS_IN_TERMINAL |
| LOW | src/icons-in-terminal.h | 21 | # define POWERLINE_EXTRA_FORWARDSLASH_SEPARATOR_REDUNDANT "\ue0bd" |
| LOW | src/icons-in-terminal.h | 41 | # define POWERLINE_EXTRA_TRAPEZOID_TOP_BOTTOM_MIRRORED "\ue0d4" |
| LOW | src/icons-in-terminal.h | 61 | # define OCT_FILE_PDF "\ue013" |
| LOW | src/icons-in-terminal.h | 81 | # define OCT_TOOLS "\ue027" |
| LOW | src/icons-in-terminal.h | 101 | # define OCT_CREDIT_CARD "\ue03b" |
| LOW | src/icons-in-terminal.h | 121 | # define OCT_PLUS "\ue04f" |
| LOW | src/icons-in-terminal.h | 141 | # define OCT_BOOKMARK "\ue063" |
| LOW | src/icons-in-terminal.h | 161 | # define OCT_ELLIPSIS "\ue077" |
| LOW | src/icons-in-terminal.h | 181 | # define OCT_TERMINAL "\ue08b" |
| LOW | src/icons-in-terminal.h | 201 | # define OCT_BOLD "\ue09f" |
| LOW | src/icons-in-terminal.h | 221 | # define FA_USER "\ue0e8" |
| LOW | src/icons-in-terminal.h | 241 | # define FA_INBOX "\ue0fc" |
| LOW | src/icons-in-terminal.h | 261 | # define FA_BOLD "\ue110" |
| LOW | src/icons-in-terminal.h | 281 | # define FA_ARROWS "\ue124" |
| LOW | src/icons-in-terminal.h | 301 | # define FA_TIMES_CIRCLE_O "\ue138" |
| LOW | src/icons-in-terminal.h | 321 | # define FA_PLANE "\ue14c" |
| LOW | src/icons-in-terminal.h | 341 | # define FA_THUMBS_O_UP "\ue160" |
| LOW | src/icons-in-terminal.h | 361 | # define FA_UNLOCK "\ue174" |
| LOW | src/icons-in-terminal.h | 381 | # define FA_ARROWS_ALT "\ue188" |
| LOW | src/icons-in-terminal.h | 401 | # define FA_GOOGLE_PLUS_SQUARE "\ue19c" |
| LOW | src/icons-in-terminal.h | 421 | # define FA_UMBRELLA "\ue1b0" |
| LOW | src/icons-in-terminal.h | 441 | # define FA_PLUS_SQUARE "\ue1c4" |
| LOW | src/icons-in-terminal.h | 461 | # define FA_FOLDER_O "\ue1d8" |
| LOW | src/icons-in-terminal.h | 481 | # define FA_INFO "\ue1ec" |
| LOW | src/icons-in-terminal.h | 501 | # define FA_UNLOCK_ALT "\ue200" |
| LOW | src/icons-in-terminal.h | 521 | # define FA_GBP "\ue214" |
| 162 more matches not shown… |