rest 210 lib/vfs/path.c char *colon, *at, *rest; rest 221 lib/vfs/path.c rest = pcopy; rest 242 lib/vfs/path.c rest = at; rest 244 lib/vfs/path.c rest = at + 1; rest 248 lib/vfs/path.c if (*rest != '[') rest 249 lib/vfs/path.c colon = strchr (rest, ':'); rest 252 lib/vfs/path.c colon = strchr (++rest, ']'); rest 287 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 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;