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

Function get_name

extern/btyacc/reader.c:622–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622bucket *get_name()
623{
624 register int c;
625
626 cinc = 0;
627 for (c = *cptr; IS_IDENT(c); c = *++cptr)
628 cachec(c);
629 cachec(NUL);
630 if (is_reserved(cache)) used_reserved(cache);
631 return (lookup(cache));
632}
633
634int get_number()
635{

Callers 6

declare_tokensFunction · 0.85
declare_typesFunction · 0.85
declare_startFunction · 0.85
advance_to_startFunction · 0.85
add_symbolFunction · 0.85
mark_symbolFunction · 0.85

Calls 4

cachecFunction · 0.85
is_reservedFunction · 0.85
used_reservedFunction · 0.85
lookupFunction · 0.70

Tested by

no test coverage detected