Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/sl/
H A DChangeLog100 (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.
H A Dsl.h57 int sl_loop (SL_cmd *, const char *prompt);
H A Dsl.c340 sl_loop(SL_cmd *cmds, const char *prompt) in sl_loop() function