Searched refs:temp_point (Results 1 – 1 of 1) sorted by relevance
3071 char *temp_point; in sh_command() local3086 last_slash = temp_point = path; in sh_command()3087 while (*temp_point != '\0') in sh_command()3089 if (*temp_point == '/') in sh_command()3090 last_slash = ++temp_point; in sh_command()3092 temp_point++; in sh_command()