Go to the source code of this file.
Data Structures | |
struct | PatternEntry |
A line in the Pattern Completion menu. More... | |
struct | PatternData |
Data to pass to the Pattern Functions. More... | |
Functions | |
ARRAY_HEAD (PatternEntryArray, struct PatternEntry) | |
struct PatternData * | pattern_data_new (void) |
Create new Pattern Data. | |
void | pattern_data_free (struct Menu *menu, void **ptr) |
Free Pattern Data - Implements Menu::mdata_free() -. | |
Private Pattern Data.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file pattern_data.h.
ARRAY_HEAD | ( | PatternEntryArray | , |
struct PatternEntry | |||
) |
struct PatternData * pattern_data_new | ( | void | ) |
Create new Pattern Data.
ptr | New Pattern Data |
Definition at line 37 of file pattern_data.c.