Home
last modified time | relevance | path

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

/src/contrib/ee/
H A Dee.c3305 char *temp_point; in sh_command() local
3320 last_slash = temp_point = path; in sh_command()
3321 while (*temp_point != '\0') in sh_command()
3323 if (*temp_point == '/') in sh_command()
3324 last_slash = ++temp_point; in sh_command()
3326 temp_point++; in sh_command()