Home
last modified time | relevance | path

Searched defs:is_newline_char (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dcommand.c347 static int is_newline_char(int c) is_newline_char() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp54 static inline bool is_newline_char(char ch) { return ch == '\n' || ch == '\r'; } in is_newline_char() function