C:/Users/Dennis/src/lang/russell.orig/src/RIC_to_C/args.c File Reference

#include <stdio.h>
#include "../parm.h"
#include "strings.h"
#include "tables.h"

Go to the source code of this file.

Defines

#define is_cntrl(c)   ((c) < 32 || (c) > 127)

Functions

char * par_name (int i)
char * itos (int i)
char * rmcntrl (char *s)
char * tmp_decls (int n)
char * par_names (int n)
char * arg_list (int n)


Define Documentation

#define is_cntrl (  )     ((c) < 32 || (c) > 127)

Referenced by rmcntrl().


Function Documentation

char* arg_list ( int  n  ) 

Definition at line 139 of file args.c.

References ARGLOC, concat(), get_expr(), and rem_vr().

Referenced by findsig(), main(), and mk_put_selection().

char* itos ( int  i  ) 

Definition at line 31 of file args.c.

References GC_malloc_atomic().

Referenced by add_idt(), and main().

char* par_name ( int  i  ) 

Definition at line 10 of file args.c.

References GC_malloc_atomic().

Referenced by main(), and par_names().

char* par_names ( int  n  ) 

Definition at line 122 of file args.c.

References concat(), and par_name().

Referenced by main().

char* rmcntrl ( char *  s  ) 

Definition at line 58 of file args.c.

References GC_malloc_atomic(), and is_cntrl.

Referenced by main().

char* tmp_decls ( int  n  ) 

Definition at line 104 of file args.c.

References concat(), and tmp_name().

Referenced by main().


Generated on Fri Jan 25 10:39:50 2008 for russell by  doxygen 1.5.4