![]() |
(git:b77b4be)
|
a module to allow simple internal preprocessing in input files. More...
Functions/Subroutines | |
subroutine, public | 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 | 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 | 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) | |
a module to allow simple internal preprocessing in input files.
subroutine, public cp_parser_inpp_methods::inpp_process_directive | ( | type(inpp_type), pointer | inpp, |
character(len=*), intent(inout) | input_line, | ||
character(len=*), intent(inout) | input_file_name, | ||
integer, intent(inout) | input_line_number, | ||
integer, intent(inout) | input_unit | ||
) |
process internal preprocessor directives like @INCLUDE, @SET, @IF/@ENDIF
inpp | ... |
input_line | ... |
input_file_name | ... |
input_line_number | ... |
input_unit | ... |
Definition at line 83 of file cp_parser_inpp_methods.F.
subroutine, public cp_parser_inpp_methods::inpp_end_include | ( | type(inpp_type), pointer | inpp, |
character(len=*), intent(inout) | input_file_name, | ||
integer, intent(inout) | input_line_number, | ||
integer, intent(inout) | input_unit | ||
) |
Restore older file status from stack after EOF on include file.
inpp | ... |
input_file_name | ... |
input_line_number | ... |
input_unit | ... |
Definition at line 514 of file cp_parser_inpp_methods.F.
subroutine, public cp_parser_inpp_methods::inpp_expand_variables | ( | type(inpp_type), pointer | inpp, |
character(len=*), intent(inout) | input_line, | ||
character(len=*), intent(inout) | input_file_name, | ||
integer, intent(in) | input_line_number | ||
) |
expand all ${VAR} or $VAR variable entries on the input string (LTR, no nested vars)
inpp | ... |
input_line | ... |
input_file_name | ... |
input_line_number | ... |
Definition at line 544 of file cp_parser_inpp_methods.F.