MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / scan_id

Function scan_id

extern/btyacc/reader.c:735–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735static char *scan_id(void)
736{
737char *b = cptr;
738
739 while (isalnum(*cptr) || *cptr == '_' || *cptr == '$') cptr++;
740 return cache_tag(b, cptr-b);
741}
742
743void declare_tokens(int assoc)
744{

Callers 1

copy_actionFunction · 0.85

Calls 1

cache_tagFunction · 0.85

Tested by

no test coverage detected