The R Project SVN R

Rev

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

Rev 6412 Rev 6617
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 *);
424
void jump_to_toplevel(void);
425
void jump_to_toplevel(void);
425
SEXP levelsgets(SEXP, SEXP);
426
SEXP levelsgets(SEXP, SEXP);
426
void mainloop(void);
427
void mainloop(void);
427
void markPhase(void);
428
void markPhase(void);
428
void markSExp(SEXP);
429
void markSExp(SEXP);