Searched refs:cursect (Results 1 – 3 of 3) sorted by relevance
474 cursect = None # None, or a dictionary490 if line[0].isspace() and cursect is not None and optname:493 cursect[optname].append(value)501 cursect = self._sections[sectname]503 cursect = self._defaults505 cursect = self._dict()506 cursect['__name__'] = sectname507 self._sections[sectname] = cursect511 elif cursect is None:532 cursect[optname] = [optval][all …]
1008 cursect = None # None, or a dictionary1041 cursect is not None and1043 cursect[optname] is not None):1044 cursect[optname].append('') # newlines added at join1052 if (cursect is not None and optname and1054 cursect[optname].append(value)1066 cursect = self._sections[sectname]1069 cursect = self._defaults1071 cursect = self._dict()1072 self._sections[sectname] = cursect[all …]
912 int cursect; in do_fat_write() local935 cursect = mydata->rootdir_sect in do_fat_write()965 if (disk_read(cursect, in do_fat_write()