Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Dbind.c559 if (_rl_stricmp (funmap[i]->name, string) == 0)
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)
1092 if (_rl_stricmp (string, "set") == 0)
1239 else if (_rl_stricmp (funname, "prefix-meta") == 0)
1379 (_rl_stricmp (value, "on") == 0) ||
1482 else if (_rl_stricmp (value, "none") == 0 || _rl_stricmp (value, "off") == 0)
1484 else if (_rl_stricmp (value, "audible") == 0 || _rl_stricmp (value, "on") == 0)
[all …]
H A Drldefs.h73 #define _rl_stricmp strcasecmp macro
76 extern int _rl_stricmp PARAMS((char *, char *));
H A Dutil.c285 _rl_stricmp (string1, string2) in _rl_stricmp() function