#include "parm.h"
#include <stdio.h>
#include <string.h>
#include "stree/ststructs.mh"
Go to the source code of this file.
Defines | |
#define | MAXINLINELEN 400 |
Functions | |
int | number_of_c () |
void | find_inline (NODE *fc) |
number_of_c (char *s, char c) | |
Variables | |
char | str_code_buf [] |
boolean | Tflag |
#define MAXINLINELEN 400 |
void find_inline | ( | NODE * | fc | ) |
Definition at line 20 of file find_inline.c.
References code, dbgmsg, is_empty, length(), malloc, MAXINLINELEN, NIL, number_of_c(), str_code_buf, and Tflag.
number_of_c | ( | char * | s, | |
char | c | |||
) |
Definition at line 110 of file find_inline.c.
int number_of_c | ( | ) |
Referenced by find_inline().
char str_code_buf[] |