Searched refs:Input_Line (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.init.c608 static Char *Input_Line = NULL; local
619 if (Input_Line)
620 xfree(Input_Line);
621 Input_Line = NULL;
634 Input_Line = Strsave(str2short(buf));
635 PushMacro(Input_Line);

Completed in 47 milliseconds