HomeSort by relevance Sort by last modified time
    Searched refs:Strcmp (Results 1 - 7 of 7) sorted by null

  /external/libedit/src/
parse.c 126 if (Strcmp(cmds[i].name, ptr) == 0) {
282 if (Strcmp(b->name, cmd) == 0)
hist.c 166 if (argc == 1 || Strcmp(argv[1], STR("list")) == 0) {
180 if (Strcmp(argv[1], STR("size")) == 0)
183 if (Strcmp(argv[1], STR("unique")) == 0)
chartype.h 106 #define Strcmp(s,v) wcscmp(s,v)
161 #define Strcmp(s,v) strcmp(s,v)
terminal.c 240 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?
245 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ?
880 if (strcmp(term, "emacs") == 0)
1105 if (Strcmp(name, arrow[i].name) == 0) {
1124 if (Strcmp(name, arrow[i].name) == 0) {
1142 if (*name == '\0' || Strcmp(name, arrow[i].name) == 0)
    [all...]
el.c 125 if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)
628 if (Strcmp(how, STR("on")) == 0) {
631 } else if (Strcmp(how, STR("off")) == 0) {
map.c     [all...]
history.c 502 Strcmp(h->list.next->ev.str, str) == 0)

Completed in 118 milliseconds