Searched refs:_rl_comment_begin (Results 1 – 4 of 4) sorted by relevance
1438 FREE (_rl_comment_begin);1439 _rl_comment_begin = savestring (value);2061 …fprintf (rl_outstream, "set comment-begin %s\n", _rl_comment_begin ? _rl_comment_begin : RL_COMMEN…2063 …fprintf (rl_outstream, "comment-begin is set to `%s'\n", _rl_comment_begin ? _rl_comment_begin : R…
253 extern char *_rl_comment_begin;
1139 rl_comment_text = _rl_comment_begin ? _rl_comment_begin : RL_COMMENT_BEGIN_DEFAULT;
216 char *_rl_comment_begin; variable