Searched refs:script_trailer (Results 1 – 2 of 2) sorted by relevance
159 if ((script_trailer != NULL) && (*script_trailer != NUL)) in optionParseShell()160 fputs(script_trailer, stdout); in optionParseShell()174 script_trailer = NULL; in optionParseShell()784 script_trailer = txt; in open_out()795 script_trailer = txt + strlen(txt) + START_MARK_LEN + 1; in open_out()803 script_trailer = scn + END_MARK_LEN; in open_out()
481 static char * script_trailer = NULL; variable