Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
735
static char *scan_id(void)
736
{
737
char *b = cptr;
738
739
while (isalnum(*cptr) || *cptr ==
'_'
|| *cptr ==
'$'
) cptr++;
740
return cache_tag(b, cptr-b);
741
}
742
743
void declare_tokens(int assoc)
744
{
Callers
1
copy_action
Function · 0.85
Calls
1
cache_tag
Function · 0.85
Tested by
no test coverage detected