Home | History | Annotate | Download | only in API

Lines Matching refs:ftext

78         const char* ftext = script_summary_ptr->GetPythonScript();
79 return (ftext && *ftext != 0);
92 const char* ftext = script_summary_ptr->GetPythonScript();
93 return (!ftext || *ftext == 0);
121 const char* ftext = script_summary_ptr->GetPythonScript();
122 if (ftext && *ftext)
123 return ftext;