rest              209 lib/vfs/path.c     char *colon, *at, *rest;
rest              220 lib/vfs/path.c         rest = pcopy;
rest              241 lib/vfs/path.c             rest = at;
rest              243 lib/vfs/path.c             rest = at + 1;
rest              247 lib/vfs/path.c     if (*rest != '[')
rest              248 lib/vfs/path.c         colon = strchr (rest, ':');
rest              251 lib/vfs/path.c         colon = strchr (++rest, ']');
rest              286 lib/vfs/path.c     path_element->host = g_strdup (rest);
rest              248 lib/vfs/utilvfs.c     char *colon, *at, *rest;
rest              278 lib/vfs/utilvfs.c         rest = pcopy;
rest              296 lib/vfs/utilvfs.c             rest = at;
rest              298 lib/vfs/utilvfs.c             rest = at + 1;
rest              307 lib/vfs/utilvfs.c     if (*rest != '[')
rest              308 lib/vfs/utilvfs.c         colon = strchr (rest, ':');
rest              311 lib/vfs/utilvfs.c         colon = strchr (++rest, ']');
rest              352 lib/vfs/utilvfs.c     path_element->host = g_strdup (rest);
rest              258 src/viewer/display.c     int height, rest, y;
rest              276 src/viewer/display.c     rest = view_area.lines;
rest              278 src/viewer/display.c     height = MIN (rest, 1);
rest              280 src/viewer/display.c     rest -= height;
rest              283 src/viewer/display.c     height = MIN (rest, height);
rest              285 src/viewer/display.c     rest -= height;
rest              287 src/viewer/display.c     view->data_area.lines = rest;