rest              241 lib/vfs/path.c     char *colon, *at, *rest;
rest              252 lib/vfs/path.c         rest = pcopy;
rest              273 lib/vfs/path.c             rest = at;
rest              275 lib/vfs/path.c             rest = at + 1;
rest              279 lib/vfs/path.c     if (*rest != '[')
rest              280 lib/vfs/path.c         colon = strchr (rest, ':');
rest              283 lib/vfs/path.c         colon = strchr (++rest, ']');
rest              318 lib/vfs/path.c     path_element->host = g_strdup (rest);
rest              246 lib/vfs/utilvfs.c     char *colon, *at, *rest;
rest              276 lib/vfs/utilvfs.c         rest = pcopy;
rest              294 lib/vfs/utilvfs.c             rest = at;
rest              296 lib/vfs/utilvfs.c             rest = at + 1;
rest              305 lib/vfs/utilvfs.c     if (*rest != '[')
rest              306 lib/vfs/utilvfs.c         colon = strchr (rest, ':');
rest              309 lib/vfs/utilvfs.c         colon = strchr (++rest, ']');
rest              350 lib/vfs/utilvfs.c     path_element->host = g_strdup (rest);
rest              260 src/viewer/display.c     int height, rest, y;
rest              278 src/viewer/display.c     rest = view_area.lines;
rest              280 src/viewer/display.c     height = MIN (rest, 1);
rest              282 src/viewer/display.c     rest -= height;
rest              285 src/viewer/display.c     height = MIN (rest, height);
rest              287 src/viewer/display.c     rest -= height;
rest              289 src/viewer/display.c     view->data_area.lines = rest;