Lines Matching refs:strcmp
79 if (!prefixcmp(var, "pager.") && !strcmp(var + 6, c->cmd)) in pager_command_config()
97 if (!prefixcmp(var, "tui.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
99 if (!prefixcmp(var, "gtk.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
162 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
169 if (!strcmp(cmd, "-h")) { in handle_options()
174 if (!strcmp(cmd, "-v")) { in handle_options()
190 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
193 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
195 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
199 } else if (!strcmp(cmd, "--perf-dir")) { in handle_options()
214 } else if (!strcmp(cmd, "--work-tree")) { in handle_options()
228 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
238 } else if (!strcmp(cmd, "--buildid-dir")) { in handle_options()
253 } else if (!strcmp(cmd, "--list-cmds")) { in handle_options()
262 } else if (!strcmp(cmd, "--list-opts")) { in handle_options()
271 } else if (!strcmp(cmd, "--debug")) { in handle_options()
336 if (!strcmp(alias_command, new_argv[0])) in handle_alias()
430 if (i > 0 && !strcmp(argv[0] + i, ext)) { in handle_internal_command()
438 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
445 if (strcmp(p->cmd, cmd)) in handle_internal_command()