Lines Matching refs:strcmp
92 if (strstarts(var, "pager.") && !strcmp(var + 6, c->cmd)) in pager_command_config()
111 if (strstarts(var, "tui.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
113 if (strstarts(var, "gtk.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
175 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
182 if (!strcmp(cmd, "-h")) { in handle_options()
187 if (!strcmp(cmd, "-v")) { in handle_options()
192 if (!strcmp(cmd, "-vv")) { in handle_options()
209 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
212 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
214 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
218 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
228 } else if (!strcmp(cmd, "--buildid-dir")) { in handle_options()
243 } else if (!strcmp(cmd, "--list-cmds")) { in handle_options()
252 } else if (!strcmp(cmd, "--list-opts")) { in handle_options()
261 } else if (!strcmp(cmd, "--debug")) { in handle_options()
345 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
352 if (strcmp(p->cmd, cmd)) in handle_internal_command()