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

Function return_char

src/gpre/gpre.cpp:2736–2749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2734//
2735
2736static void return_char( SSHORT c)
2737{
2738
2739 --position;
2740 --line_position;
2741
2742 // note putting back a new line results in incorrect line_position value
2743
2744 if (c == '\n') {
2745 --line_global;
2746 }
2747
2748 *input_char++ = (TEXT) c;
2749}
2750
2751
2752//____________________________________________________________

Callers 4

CPR_eol_tokenFunction · 0.85
get_tokenFunction · 0.85
pass2Function · 0.85
skip_whiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected