Lines Matching refs:strcmp
37 if (!prefixcmp(var, "pager.") && !strcmp(var + 6, c->cmd)) in pager_command_config()
55 if (!prefixcmp(var, "tui.") && !strcmp(var + 4, c->cmd)) in tui_command_config()
107 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
121 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
124 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
126 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
130 } else if (!strcmp(cmd, "--perf-dir")) { in handle_options()
145 } else if (!strcmp(cmd, "--work-tree")) { in handle_options()
159 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
230 if (!strcmp(alias_command, new_argv[0])) in handle_alias()
341 if (i > 0 && !strcmp(argv[0] + i, ext)) { in handle_internal_command()
349 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
356 if (strcmp(p->cmd, cmd)) in handle_internal_command()