Cobra Interactive Query Language append

NAME

append — add an additional source file to the data structure

SYNTAX

	a[ppend] file.c

DESCRIPTION

If not all source files are listed on the command line, an additional file can be added interactively with the append command. It will either be preprocessed or not, depending on the setting of the preprocessing mode.

EXAMPLES

	$ cobra cobra_prep.c
	4122
	: a cobra.h
	5147
	: m typedef
	37 matches
	: m & (.fnm == "cobra.h")
	28 matches
	: q

NOTES

You can add files, but not delete them.

SEE ALSO

B, cpp, F, G, mark

Return to index
Manual
Tutorial
(Last Updated: 8 May 2017)