GDB (xrefs)
Loading...
Searching...
No Matches
Functions
c-support.h File Reference
#include "safe-ctype.h"

Go to the source code of this file.

Functions

static bool c_ident_is_alpha (unsigned char ch)
 
static bool c_ident_is_alnum (unsigned char ch)
 

Function Documentation

◆ c_ident_is_alnum()

static bool c_ident_is_alnum ( unsigned char ch)
inlinestatic

Definition at line 41 of file c-support.h.

Referenced by lex_one_token(), symbol_end(), and yylex().

◆ c_ident_is_alpha()

static bool c_ident_is_alpha ( unsigned char ch)
inlinestatic

Definition at line 33 of file c-support.h.

Referenced by lex_one_token(), and yylex().