Home
last modified time | relevance | path

Searched refs:_rl_stricmp (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/lib/libreadline/
Dbind.c559 if (_rl_stricmp (funmap[i]->name, string) == 0)
874 _rl_parsing_conditionalized_out = _rl_stricmp (args + 5, tname) &&
875 _rl_stricmp (args + 5, rl_terminal_name);
883 if (_rl_stricmp (args + 5, "emacs") == 0)
885 else if (_rl_stricmp (args + 5, "vi") == 0)
895 else if (_rl_stricmp (args, rl_readline_name) == 0)
1005 if (_rl_stricmp (directive, parser_directives[i].name) == 0)
1092 if (_rl_stricmp (string, "set") == 0)
1239 else if (_rl_stricmp (funname, "prefix-meta") == 0)
1297 if (_rl_stricmp (name, boolean_varlist[i].name) == 0)
[all …]
Drldefs.h73 #define _rl_stricmp strcasecmp macro
76 extern int _rl_stricmp PARAMS((char *, char *));
Dutil.c285 _rl_stricmp (string1, string2) in _rl_stricmp() function