Home
last modified time | relevance | path

Searched refs:PARSER_EDIT (Results 1 – 24 of 24) sorted by relevance

/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/
H A Dedits.h52 PARSER_EDIT(edit_bump_revision);
53 PARSER_EDIT(edit_merge);
54 PARSER_EDIT(edit_set_version);
56 PARSER_EDIT(lint_bsd_port);
57 PARSER_EDIT(lint_clones);
59 PARSER_EDIT(lint_order);
60 PARSER_EDIT(output_conditional_token);
62 PARSER_EDIT(output_unknown_targets);
63 PARSER_EDIT(output_unknown_variables);
64 PARSER_EDIT(output_variable_value);
[all …]
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/
H A Dtemplate.c67 PARSER_EDIT(%%name%%)
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/lint/
H A Dbsd_port.c70 PARSER_EDIT(lint_bsd_port) in PARSER_EDIT() function
H A Dcommented_portrevision.c96 PARSER_EDIT(lint_commented_portrevision) in PARSER_EDIT() function
H A Dclones.c104 PARSER_EDIT(lint_clones) in PARSER_EDIT() function
H A Dorder.c599 PARSER_EDIT(lint_order) in PARSER_EDIT() function
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/refactor/
H A Dsanitize_comments.c75 PARSER_EDIT(refactor_sanitize_comments) in PARSER_EDIT() function
H A Dsanitize_eol_comments.c103 PARSER_EDIT(refactor_sanitize_eol_comments) in PARSER_EDIT() function
H A Dremove_consecutive_empty_lines.c100 PARSER_EDIT(refactor_remove_consecutive_empty_lines) in PARSER_EDIT() function
H A Dsanitize_append_modifier.c92 PARSER_EDIT(refactor_sanitize_append_modifier) in PARSER_EDIT() function
H A Dsanitize_cmake_args.c106 PARSER_EDIT(refactor_sanitize_cmake_args) in PARSER_EDIT() function
H A Ddedup_tokens.c129 PARSER_EDIT(refactor_dedup_tokens) in PARSER_EDIT() function
H A Dcollapse_adjacent_variables.c191 PARSER_EDIT(refactor_collapse_adjacent_variables) in PARSER_EDIT() function
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/output/
H A Dvariable_value.c76 PARSER_EDIT(output_variable_value) in PARSER_EDIT() function
H A Dtarget_command_token.c84 PARSER_EDIT(output_target_command_token) in PARSER_EDIT() function
H A Dunknown_targets.c107 PARSER_EDIT(output_unknown_targets) in PARSER_EDIT() function
H A Dconditional_token.c146 PARSER_EDIT(output_conditional_token) in PARSER_EDIT() function
H A Dunknown_variables.c186 PARSER_EDIT(output_unknown_variables) in PARSER_EDIT() function
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/kakoune/
H A Dselect_object_on_line.c79 PARSER_EDIT(kakoune_select_object_on_line) in PARSER_EDIT() function
/dports/ports-mgmt/portfmt/portfmt-1.1.0/
H A Dparser.h130 #define PARSER_EDIT(name) \ macro
H A Dportscan.c183 static PARSER_EDIT(get_default_option_descriptions);
666 PARSER_EDIT(get_default_option_descriptions) in PARSER_EDIT() function
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/edit/
H A Dbump_revision.c150 PARSER_EDIT(edit_bump_revision) in PARSER_EDIT() function
H A Dset_version.c143 PARSER_EDIT(edit_set_version) in PARSER_EDIT() function
H A Dmerge.c437 PARSER_EDIT(edit_merge) in PARSER_EDIT() function