Searched refs:temp_point (Results 1 – 1 of 1) sorted by relevance
3310 char *temp_point; in sh_command() local3325 last_slash = temp_point = path; in sh_command()3326 while (*temp_point != '\0') in sh_command()3328 if (*temp_point == '/') in sh_command()3329 last_slash = ++temp_point; in sh_command()3331 temp_point++; in sh_command()