Searched refs:_rl_stricmp (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/libreadline/ |
| HD | bind.c | 679 if (_rl_stricmp (funmap[i]->name, string) == 0) 1003 _rl_parsing_conditionalized_out = _rl_stricmp (args + 5, tname) && 1004 _rl_stricmp (args + 5, rl_terminal_name); 1012 if (_rl_stricmp (args + 5, "emacs") == 0) 1014 else if (_rl_stricmp (args + 5, "vi") == 0) 1024 else if (_rl_stricmp (args, rl_readline_name) == 0) 1140 if (_rl_stricmp (directive, parser_directives[i].name) == 0) 1227 if (_rl_stricmp (string, "set") == 0) 1389 else if (_rl_stricmp (funname, "prefix-meta") == 0) 1449 if (_rl_stricmp (name, boolean_varlist[i].name) == 0) [all …]
|
| HD | rldefs.h | 77 #define _rl_stricmp strcasecmp macro 80 extern int _rl_stricmp PARAMS((char *, char *));
|
| HD | util.c | 303 _rl_stricmp (string1, string2) in _rl_stricmp() function
|