Home
last modified time | relevance | path

Searched refs:temp_point (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ee/
H A Dee.c3071 char *temp_point; in sh_command() local
3086 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()