File: invoke.html

package info (click to toggle)
magic 7.5.241-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,772 kB
  • ctags: 12,301
  • sloc: ansic: 170,465; sh: 10,446; perl: 4,105; lisp: 2,554; tcl: 2,469; makefile: 1,887; cpp: 587; csh: 148; awk: 140
file content (149 lines) | stat: -rw-r--r-- 4,714 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<H2> <A NAME="Usage">Magic version 7.3 Usage</A> </H2>

<BLOCKQUOTE>
	Basic usage: <BR><BR>

	<TABLE border="1" frame="box" rules="none" cellpadding="6"
		bgcolor="white">
	<TBODY>
	<TR><TD>
	<TABLE border="0" frame="box" rules="none" cellspacing="0"
		cellpadding="0" bgcolor="white">
	<TBODY>
	<TR> <TD> <TT> magic </TT>
		[<TT>-noc</TT>[<TT>onsole</TT>]]
		[<TT>-w</TT>[<TT>rapper</TT>]]
		[<TT>-d</TT> <I>devType</I>]
		[<TT>-T</TT> <I>technology</I>]
		[<I>file</I>]
		</TD> </TR>
	</TBODY>
	</TABLE>
	</TD></TR></TBODY></TABLE> <BR>

	where: <BR><BR>
	<BLOCKQUOTE>
	<TT>-noconsole</TT> <BR>
		<BLOCKQUOTE>
		(Tcl version only) Uses the calling terminal
		for terminal-based command-line input.  Otherwise, a Tk
		console window is used.
		</BLOCKQUOTE>
	<TT>-wrapper</TT> <BR>
		<BLOCKQUOTE>
		(Tcl version only) Magic layout windows use
		the GUI wrapper, including cell and technology manager
		windows, layer toolbar, and file menu.
		</BLOCKQUOTE>
	<TT>-d</TT> <I>devType</I> <BR>
		<BLOCKQUOTE> <BR>
		(all versions) Select the graphics interface at runtime.
		Specifying an invalid <I>devType</I> will result in a list
		of known types.  The possible values of <I>devType</I> are
		determined at compile time, but the usual ones are
		<B><TT>NULL</TT></B> (no graphics), <B><TT>X11</TT></B>, and
		<B><TT>OpenGL</TT></B>.  <TT>X11</TT> is the usual default.
		</BLOCKQUOTE>
	<TT>-T</TT> <I>technology</I> <BR>
		<BLOCKQUOTE>
		(all versions)
		Select the appropriate technology (<TT>.tech27</TT>) file.
		At present (this is on the to-do list), magic cannot change
		technology after startup.  So the technology file corresponding
		to the layout to be loaded must be supplied to the command line
		at startup.  The default technology is <TT>scmos</TT>, which
		is included with the magic source distribution.  The complete
		list of available technology files depends on what has been 
		installed on the system (see the <A HREF=tech.html>technology
		file</A> page for details).
		</BLOCKQUOTE>
	<I>file</I> <BR>
		<BLOCKQUOTE>
		(all versions) Load the layout (<TT>.mag</TT>) file <I>file</I>
		into the layout window on startup.
		</BLOCKQUOTE>
	</BLOCKQUOTE>

	Complete usage information: <BR><BR>

	<BLOCKQUOTE>

	<TT> magic </TT>
		[<TT>-noc</TT>[<TT>onsole</TT>]]
		[<TT>-w</TT>[<TT>rapper</TT>]]
		[<TT>-nowindow</TT>]
		[<TT>-d</TT> <I>devType</I>]
		[<TT>-T</TT> <I>technology</I>]
		[<TT>-m</TT> <I>monType</I>]
		[<TT>-D</TT>]
		[<I>file</I>] <BR>
	</BLOCKQUOTE>

	where the additional options not covered above are: <BR><BR>

	<BLOCKQUOTE>
	<TT>-nowindow</TT> <BR>
		<BLOCKQUOTE>
		(Tcl version only) Run without displaying an initial layout
		window.  This is used mainly for GUI wrapper scripts which
		like to generate and handle their own windows.
		</BLOCKQUOTE>
	<TT>-m</TT> <I>monType</I> <BR>
		<BLOCKQUOTE>
		(obscure) <I>monType</I> names a monitor type.
		This is used in the search for the colomap file name,
		which is designated <TT>
		&lt;tech&gt;.&lt;planes&gt;.&lt;mon&gt;.cmap1</TT>.
		The default is "<B><TT>std</TT></B>" (corresponding to
		colormap file "<TT>mos.7bit.std.cmap1</TT>".  The only other
		monitor type for which colormaps exist in the distribution
		is "<TT>mraster</TT>".  This provides a way for users to
		override the system color assignments.
		</BLOCKQUOTE>
	<TT>-D</TT> <BR>
		<BLOCKQUOTE>
		(all versions) Run in Debug mode.
		</BLOCKQUOTE>
	</BLOCKQUOTE>
	
	Obsolete usage information: <BR><BR>

	<BLOCKQUOTE>
	<TT> magic </TT>
		[<TT>-g</TT> <I>gPort</I>]
		[<TT>-i</TT> <I>tabletPort</I>]
		[<TT>-F</TT> <I>objFile</I> <I>saveFile</I>]
		... <BR>
	</BLOCKQUOTE>

	where the additional options not covered above are: <BR><BR>

	<BLOCKQUOTE>
	<TT>-g</TT> <I>gPort</I> <BR>
		<BLOCKQUOTE>
		(largely obsolete) <I>gPort</I> names a device to use
		for the display.  This was generally used in the past with
		dual-monitor systems, especially Sun systems in which the
		layout display might go to <TT>/dev/fb</TT>.
		</BLOCKQUOTE>
	<TT>-i</TT> <I>tabletPort</I> <BR>
		<BLOCKQUOTE>
		(largely obsolete) <I>tabletPort</I> names a device to use
		for graphics input.  This has not been tested with modern
		graphics tablet devices.  It is ignored by the X11 and OpenGL
		display interfaces.
		</BLOCKQUOTE>
	<TT>-F</TT> <I>objFile</I> <I>saveFile</I> <BR>
		<BLOCKQUOTE>
		(largely obsolete) Create an executable file of
		the current magic process, a core image snapshot
		taken after all initialization.  <I>objFile</I>
		is the name of the original executable, and the
		image will be saved in <I>saveFile</I>.  This
		only works on VAXen and SUNs running an old SunOS
		(using a.out executables).
		</BLOCKQUOTE>
	</BLOCKQUOTE>
	
</BLOCKQUOTE>