Lines Matching refs:strcmp
101 if (strstarts(var, "pager.") && !strcmp(var + 6, c->cmd)) in pager_command_config()
120 if (strstarts(var, "tui.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
122 if (strstarts(var, "gtk.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
184 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
191 if (!strcmp(cmd, "-h")) { in handle_options()
196 if (!strcmp(cmd, "-v")) { in handle_options()
201 if (!strcmp(cmd, "-vv")) { in handle_options()
218 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
221 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
223 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
227 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
237 } else if (!strcmp(cmd, "--buildid-dir")) { in handle_options()
252 } else if (!strcmp(cmd, "--list-cmds")) { in handle_options()
261 } else if (!strcmp(cmd, "--list-opts")) { in handle_options()
270 } else if (!strcmp(cmd, "--debug")) { in handle_options()
355 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
362 if (strcmp(p->cmd, cmd)) in handle_internal_command()