Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/heimdal/lib/sl/
HDChangeLog100 (sl_loop): treat all return value from sl_command_loop >= 0 as ok, and
286 * sl.c (sl_loop): s/2/1
290 * sl.c (sl_loop): check that there is at least one argument before
295 * sl.c (sl_loop): Fix general broken-ness.
324 * sl.c: Add sl_command_loop, that is the loop body of sl_loop.
HDsl.h57 int sl_loop (SL_cmd *, const char *prompt);
HDsl.c340 sl_loop(SL_cmd *cmds, const char *prompt) in sl_loop() function