Searched refs:RL_EOL_NULLS (Results 1 – 4 of 4) sorted by relevance
1211 if (flags & RL_EOL_NULLS ? ch == '\0' : (ch == '\r' || ch == '\n')) { in read_line()1247 int rl_flags = (rl_nulls ? RL_EOL_NULLS : 0); in read_args()
1111 #define RL_EOL_NULLS (1<<0) macro
2203 | (eol_nulls || reading_remotely ? RL_EOL_NULLS : 0); in send_file_list()
2297 | (eol_nulls || reading_remotely ? RL_EOL_NULLS : 0);