Home
last modified time | relevance | path

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

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle.h326 #define NO_INSERT_CHAR WEOF macro
328 #define NO_INSERT_CHAR 256 macro
330 #define removesuffix() iremovesuffix(NO_INSERT_CHAR, 0)
H A Dzle_misc.c1708 if (c == NO_INSERT_CHAR) { in iremovesuffix()