1 .TH fss_read_embedded_list_process_determine_depth_nest_recurse "3" "January 2026" "FLL - FSS Read 0.8.0" "Program Functions"
3 fss_read_embedded_list_process_determine_depth_nest_recurse \-
6 .B #include <process.h>
8 \fBvoid fss_read_embedded_list_process_determine_depth_nest_recurse\fP(
9 \fBfss_read_main_t *const \fP\fImain\fP,
10 \fBconst f_number_unsigned_t \fP\fIparent\fP,
11 \fBconst f_number_unsigned_t \fP\fInext\fP
16 Recursively determine the depth.
18 This is intended to be directly called by fss_read_embedded_list_process_determine_depth().
22 This alters main.setting.state.status: F_okay on success.
24 Must be greater than 0.
28 The program and settings data.
32 The index position of the parent element. This is needed because the items array for some depth is tied to the parent via a property.
36 The next index position in the depths array to process.
42 \fIprocess.h\fP(3), \fIfss_read_embedded_list_process\fP(3), \fIfss_read_embedded_list_process_determine_depth\fP(3), \fIfss_read_embedded_list_process_determine_depth_nest_recurse\fP(3), \fIfss_read_embedded_list_process_determine_depth_save\fP(3), \fIfss_read_embedded_list_process_determine_depth()\fP, \fImacro_fss_read_signal_check()\fP, \fImacro_fss_read_signal_check()\fP
49 Copyright \(co 2007-2026 Kevin Day, GNU LGPL Version 2.1 or later.