Searched refs:f_softspace (Results 1 – 3 of 3) sorted by relevance
16 int f_softspace; /* Flag used by 'print' command */ member
165 f->f_softspace = 0; in fill_file_fields()1868 f->f_softspace = 0; in file_write()1985 f->f_softspace = 0; in file_writelines()2213 return PyInt_FromLong(f->f_softspace); in get_softspace()2232 f->f_softspace = new; in set_softspace()2564 oldflag = ((PyFileObject *)f)->f_softspace; in PyFile_SoftSpace()2565 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()
95 int f_softspace; /* Flag used by 'print' command */ member843 self->f_softspace = 0; in BZ2File_write()965 self->f_softspace = 0; in BZ2File_writelines()1349 {"softspace", T_INT, OFF(f_softspace), 0,