cmd_find_from_nothing
return (cmd_find_from_nothing(fs, flags));
return (cmd_find_from_nothing(fs, flags));
if (wp == NULL && cmd_find_from_nothing(&fs, 0) == 0)
if (cmd_find_from_nothing(fs, flags) == 0)
cmd_find_from_nothing(&fs, 0);
int cmd_find_from_nothing(struct cmd_find_state *, int);