Changeset 10846 for trunk/Ohana/src/opihi/lib.shell/exec_loop.c
- Timestamp:
- Dec 27, 2006, 10:43:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/exec_loop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/exec_loop.c
r10647 r10846 21 21 22 22 /* process the list */ 23 loop_ continue = loop_break= FALSE;23 loop_next = loop_break = loop_last = FALSE; 24 24 status = TRUE; 25 25 … … 30 30 free (line); 31 31 if (auto_break && !status) loop_break = TRUE; 32 if (loop_break || loop_ continue) break;32 if (loop_break || loop_last || loop_next) break; 33 33 } 34 34 signal (SIGINT, Signal); … … 43 43 44 44 /** note that the list number runs from 1 - Nlists+1 **/ 45 /** XXX this is kind of silly: I should simply define a function46 to pop next line off the specified list. review this... **/
Note:
See TracChangeset
for help on using the changeset viewer.
