Go to the source code of this file.
|
| subroutine, public | cp_parser_inpp_methods::inpp_process_directive (inpp, input_line, input_file_name, input_line_number, input_unit) |
| | process internal preprocessor directives like @INCLUDE, @SET, @IF/@ENDIF
|
| |
| subroutine, public | cp_parser_inpp_methods::inpp_end_include (inpp, input_file_name, input_line_number, input_unit) |
| | Restore older file status from stack after EOF on include file.
|
| |
| subroutine, public | cp_parser_inpp_methods::inpp_expand_variables (inpp, input_line, input_file_name, input_line_number) |
| | expand all ${VAR} or $VAR variable entries on the input string (LTR, no nested vars)
|
| |