Symbol: SL_cmd
crypto/heimdal/admin/ktutil.c
114
SL_cmd *c = sl_match (commands, argv[0], 0);
crypto/heimdal/lib/kadm5/iprop-log.c
434
SL_cmd *c = sl_match (commands, argv[0], 0);
crypto/heimdal/lib/sl/sl.c
108
SL_cmd *
crypto/heimdal/lib/sl/sl.c
109
sl_match (SL_cmd *cmds, char *cmd, int exactp)
crypto/heimdal/lib/sl/sl.c
111
SL_cmd *c, *current = NULL, *partial_cmd = NULL;
crypto/heimdal/lib/sl/sl.c
132
sl_help (SL_cmd *cmds, int argc, char **argv)
crypto/heimdal/lib/sl/sl.c
134
SL_cmd *c, *prev_c;
crypto/heimdal/lib/sl/sl.c
203
sl_command(SL_cmd *cmds, int argc, char **argv)
crypto/heimdal/lib/sl/sl.c
205
SL_cmd *c;
crypto/heimdal/lib/sl/sl.c
308
sl_command_loop(SL_cmd *cmds, const char *prompt, void **data)
crypto/heimdal/lib/sl/sl.c
340
sl_loop(SL_cmd *cmds, const char *prompt)
crypto/heimdal/lib/sl/sl.c
350
sl_apropos (SL_cmd *cmd, const char *topic)
crypto/heimdal/lib/sl/sl.c
362
sl_slc_help (SL_cmd *cmds, int argc, char **argv)
crypto/heimdal/lib/sl/sl.c
367
SL_cmd *c = sl_match (cmds, argv[0], 0);
crypto/heimdal/lib/sl/sl.c
40
mandoc_template(SL_cmd *cmds,
crypto/heimdal/lib/sl/sl.c
43
SL_cmd *c, *prev;
crypto/heimdal/lib/sl/sl.h
56
void sl_help (SL_cmd *, int argc, char **argv);
crypto/heimdal/lib/sl/sl.h
57
int sl_loop (SL_cmd *, const char *prompt);
crypto/heimdal/lib/sl/sl.h
58
int sl_command_loop (SL_cmd *cmds, const char *prompt, void **data);
crypto/heimdal/lib/sl/sl.h
59
int sl_command (SL_cmd *cmds, int argc, char **argv);
crypto/heimdal/lib/sl/sl.h
61
void sl_apropos (SL_cmd *cmd, const char *topic);
crypto/heimdal/lib/sl/sl.h
62
SL_cmd *sl_match (SL_cmd *cmds, char *cmd, int exactp);
crypto/heimdal/lib/sl/sl.h
63
void sl_slc_help (SL_cmd *cmds, int argc, char **argv);