rest              244 lib/vfs/path.c     char *colon, *at, *rest;
rest              255 lib/vfs/path.c         rest = pcopy;
rest              276 lib/vfs/path.c             rest = at;
rest              278 lib/vfs/path.c             rest = at + 1;
rest              282 lib/vfs/path.c     if (*rest != '[')
rest              283 lib/vfs/path.c         colon = strchr (rest, ':');
rest              286 lib/vfs/path.c         colon = strchr (++rest, ']');
rest              321 lib/vfs/path.c     path_element->host = g_strdup (rest);
rest              244 lib/vfs/utilvfs.c     char *colon, *at, *rest;
rest              274 lib/vfs/utilvfs.c         rest = pcopy;
rest              292 lib/vfs/utilvfs.c             rest = at;
rest              294 lib/vfs/utilvfs.c             rest = at + 1;
rest              303 lib/vfs/utilvfs.c     if (*rest != '[')
rest              304 lib/vfs/utilvfs.c         colon = strchr (rest, ':');
rest              307 lib/vfs/utilvfs.c         colon = strchr (++rest, ']');
rest              348 lib/vfs/utilvfs.c     path_element->host = g_strdup (rest);
rest              263 src/viewer/display.c     int height, rest, y;
rest              281 src/viewer/display.c     rest = view_area.lines;
rest              283 src/viewer/display.c     height = MIN (rest, 1);
rest              285 src/viewer/display.c     rest -= height;
rest              288 src/viewer/display.c     height = MIN (rest, height);
rest              290 src/viewer/display.c     rest -= height;
rest              292 src/viewer/display.c     view->data_area.lines = rest;