Lines Matching full:call
31 + " one or more call point programs. Each of these call point"
35 + " %(prog)s will check for the presence of the specified call"
38 + " caller to set any environment variables needed by the call"
39 + " point programs.\n\nAfter each call point program"
44 + "<shell return code value of last call point program - this"
46 + " that if a call point program returns a value it will be"
49 + " reserved for errors in calling the call point program"
50 + " rather than errors generated by the call point program.>",
67 help="The call point program name. This value must not include the"
79 + " equals 0x00000200, it means that for each plug-in call point that"
91 + "non-zero if the call point program from any plug-in directory "
93 + "the call point program from each and every plug-in directory "
95 + "you'd want to run all plug-in call points regardless of success "
96 + 'or failure would be "cleanup" or "ffdc" call points.',
104 help="If this parm is set to 1 and a plug-in call point program returns "
109 + " directory call point programs returns a special value indicating"
111 + ' calling some kind of "check_errl" call point program. Such a'
112 + " call point program might return a 2 (i.e. 0x00000200) to indicate"
115 + ' "check_errl" call point program would need to be called.'
146 Run the call point program in the given plug_in_dir_path. Return the following:
153 …call_point The call point (e.g. "setup"). This program will look for a progr…
154 … named "cp_" + call_point in the plug_in_dir_path. If no such call point
158 … means that for each plug-in call point that runs, a 0x00000200 will not
171 # No such call point in this plug in dir path. This is legal so we return 0, etc.