Parse objects. More...
Go to the source code of this file.
Functions | |
static void | sa_clear (struct StringArray *sa) |
Empty a StringArray. | |
static void | cli_shared_clear (struct CliShared *shared) |
Clear a CliShared. | |
static void | cli_info_clear (struct CliInfo *info) |
Clear a CliInfo. | |
static void | cli_send_clear (struct CliSend *send) |
Clear a CliSend. | |
static void | cli_tui_clear (struct CliTui *tui) |
Clear a CliTui. | |
struct CommandLine * | command_line_new (void) |
Create a new CommandLine. | |
void | command_line_free (struct CommandLine **ptr) |
Free a CommandLine. | |
Parse objects.
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 objects.c.
|
static |
Empty a StringArray.
sa | String Array |
Definition at line 40 of file objects.c.
|
static |
Clear a CliShared.
shared | CliShared to clear |
Definition at line 55 of file objects.c.
|
static |
|
static |
Clear a CliSend.
send | CliSend to clear |
Definition at line 79 of file objects.c.
|
static |
struct CommandLine * command_line_new | ( | void | ) |
Create a new CommandLine.
ptr | New CommandLine |
Definition at line 105 of file objects.c.
void command_line_free | ( | struct CommandLine ** | ptr | ) |
Free a CommandLine.
ptr | CommandLine to free |
Definition at line 114 of file objects.c.