1 03/31/83 teco_get_macro_
2
3
4 Entry points in teco_get_macro_:
5 List is generated by the help command
6
7 :Entry: teco_get_macro_: 02/15/83 teco_get_macro_
8
9
10 Function: The teco_get_macro_ subroutine is called by teco to search
11 for an external macro.
12
13 By default the following directories are searched:
14 1. working directory
15 2. home directory
16 3. >system_library_tools
17
18
19 Syntax:
20 declare teco_get_macro_ entry char* aligned ptr fixed bin
21 fixed bin35;
22 call teco_get_macro_ mname mptr mlen code;
23
24
25 Arguments:
26 name
27 is the name of the macro to be found. Input
28 mptr
29 is a pointer to the macro. Output
30 mlen
31 is the length of the macro. Output
32 code
33 is a standard Multics status code. Output