Lines Matching +defs:command +defs:line
51 .usage = "[-F format] [command]",329 char *line;343 line = format_expand(ft, template);344 if (*line != '\0')345 cmdq_print(item, "%s", line);346 free(line);356 const char *template, *command;368 command = args_string(args, 0);369 if (command == NULL) {373 entry = cmd_find(command, &cause);