Lines Matching full:sl
17 * sl.c: make compile.
19 * sl.c: Pass in pointer to strlen().
21 * sl.c (sl_make_argv): use memmove since we are dealing with
52 * sl.c (sl_make_argv): Add quoting support (both "" and \ style).
56 * sl.c: Use strcspn to remove \n from fgets result. Prompted by
65 * sl.c (sl_slc_help): remove return
69 * sl.h: Add sl_slc_help.
71 * sl.c: Add sl_slc_help.
91 * sl.c: use rk_UNCONST to un-constify
99 * sl.c (sl_command_loop): new return code -2 for EOF
135 * sl.h: make it possible to use libsl from c++
166 * sl.h: proto
168 * sl.c (sl_command_loop): try to handle user pressing C-c
204 * sl.h (SL_BADCOMMAND): define
207 * sl.c: mandoc-generation
256 * sl.c (sl_command_loop): remove unused variable
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.
297 * sl.c: Cleanup printing of help strings.
316 * make_cmds.c: A mk_cmds clone that creates SL structures.
320 * sl.c: Move command line split to function `sl_make_argv'.
324 * sl.c: Add sl_command_loop, that is the loop body of sl_loop.
328 * sl.c (sl_help): actually use the `help' field of `SL_cmd'