Searched refs:RL_COMMENT_BEGIN_DEFAULT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Drlconf.h55 #define RL_COMMENT_BEGIN_DEFAULT "#" macro
H A Dtext.c1161 #ifndef RL_COMMENT_BEGIN_DEFAULT
1162 #define RL_COMMENT_BEGIN_DEFAULT "#" macro
1175 rl_comment_text = _rl_comment_begin ? _rl_comment_begin : RL_COMMENT_BEGIN_DEFAULT;
H A Dbind.c2221 return (_rl_comment_begin ? _rl_comment_begin : RL_COMMENT_BEGIN_DEFAULT);

Completed in 101 milliseconds