Searched refs:_rl_strnicmp (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gdb-7/readline/ |
| HD | rldefs.h | 80 #define _rl_strnicmp strncasecmp macro 83 extern int _rl_strnicmp PARAMS((char *, char *, int));
|
| HD | util.c | 327 if (_rl_strnicmp (s1 + i, s2, l) == 0) 371 _rl_strnicmp (string1, string2, count) in _rl_strnicmp() function
|
| HD | bind.c | 998 if (rl_terminal_name && _rl_strnicmp (args, "term=", 5) == 0) 1017 else if (_rl_strnicmp (args, "mode=", 5) == 0) 1607 if (_rl_strnicmp (value, "vi", 2) == 0) 1615 else if (_rl_strnicmp (value, "emacs", 5) == 0)
|
| HD | complete.c | 2124 (_rl_strnicmp (filename, convfn, filename_len) == 0))
|