The R Project SVN R

Rev

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

Rev 6617 Rev 6622
Line 419... Line 419...
419
void InitNames(void);
419
void InitNames(void);
420
void InitOptions(void);
420
void InitOptions(void);
421
void initStack(void);
421
void initStack(void);
422
void internalTypeCheck(SEXP, SEXP, SEXPTYPE);
422
void internalTypeCheck(SEXP, SEXP, SEXPTYPE);
423
int isValidName(char *);
423
int isValidName(char *);
424
int isBlankString(unsigned char *);
-
 
425
void jump_to_toplevel(void);
424
void jump_to_toplevel(void);
426
SEXP levelsgets(SEXP, SEXP);
425
SEXP levelsgets(SEXP, SEXP);
427
void mainloop(void);
426
void mainloop(void);
428
void markPhase(void);
427
void markPhase(void);
429
void markSExp(SEXP);
428
void markSExp(SEXP);