Lines Matching refs:strcmp
102 if (strstarts(var, "pager.") && !strcmp(var + 6, c->cmd)) in pager_command_config()
121 if (strstarts(var, "tui.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
123 if (strstarts(var, "gtk.") && !strcmp(var + 4, c->cmd)) in browser_command_config()
185 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
192 if (!strcmp(cmd, "-h")) { in handle_options()
197 if (!strcmp(cmd, "-v")) { in handle_options()
202 if (!strcmp(cmd, "-vv")) { in handle_options()
219 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
222 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
224 } else if (!strcmp(cmd, "--no-pager")) { 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()
356 if (argc > 1 && !strcmp(argv[1], "--help")) { in handle_internal_command()
363 if (strcmp(p->cmd, cmd)) in handle_internal_command()