#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 is_cntrl | ( | c | ) | ((c) < 32 || (c) > 127) |
Referenced by rmcntrl().
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 | ) |
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 | ) |
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 | ) |