The R Project SVN R

Rev

Rev 62735 | Rev 63861 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62735 Rev 63171
Line 283... Line 283...
283
 *  Display file(s) so that a user can view it.  The function calls
283
 *  Display file(s) so that a user can view it.  The function calls
284
 *  "R_ShowFiles" which is a platform-dependent hook that arranges
284
 *  "R_ShowFiles" which is a platform-dependent hook that arranges
285
 *  for the file(s) to be displayed.
285
 *  for the file(s) to be displayed.
286
 */
286
 */
287
 
287
 
-
 
288
// .Internal so manages R_alloc stack used by acopy_string
288
SEXP attribute_hidden do_fileshow(SEXP call, SEXP op, SEXP args, SEXP rho)
289
SEXP attribute_hidden do_fileshow(SEXP call, SEXP op, SEXP args, SEXP rho)
289
{
290
{
290
    SEXP fn, tl, hd, pg;
291
    SEXP fn, tl, hd, pg;
291
    const char **f, **h, *t, *pager = NULL /* -Wall */;
292
    const char **f, **h, *t, *pager = NULL /* -Wall */;
292
    Rboolean dl;
293
    Rboolean dl;