Home
last modified time | relevance | path

Searched refs:command_generator (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/generator/
Dgenerator.py20 import command_generator
163 command_generator.GenerateHeader(commands)
164 command_generator.GenerateImplementation(commands, typemap)
Dtpm_table.py13 from command_generator import Command
/external/libedit/examples/
Dfileman.c221 char *command_generator(const char *, int);
254 matches = completion_matches (text, command_generator); in fileman_completion()
264 command_generator (text, state) in command_generator() function