Loading [MathJax]/extensions/tex2jax.js
 (git:b77b4be)
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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
 
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)