--------------------------------------------------------------------------- | Facility : libnform | Function : static int CR_Next_Choice(FORM * form) | | Description : Get the next field choice. | | Return Values : E_OK - success | E_REQUEST_DENIED - next choice couldn't be retrieved +----------------------------------------------------
| 2641 | |
| 2642 | /*---------------------------------------------------------------------------- |
| 2643 | Routines for Choice Requests |
| 2644 | --------------------------------------------------------------------------*/ |
| 2645 | |
| 2646 | /*--------------------------------------------------------------------------- |
| 2647 | | Facility : libnform |
| 2648 | | Function : static int CR_Next_Choice(FORM * form) |
| 2649 | | |
| 2650 | | Description : Get the next field choice. |
| 2651 | | |
| 2652 | | Return Values : E_OK - success |
nothing calls this directly
no test coverage detected
searching dependent graphs…