(git:58e3e09)
cp_parser_inpp_methods.F File Reference

Go to the source code of this file.

Modules

module  cp_parser_inpp_methods
 a module to allow simple internal preprocessing in input files.
 

Functions/Subroutines

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 More...
 
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. More...
 
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) More...