Searched refs:next_num (Results 1 – 2 of 2) sorted by relevance
277 typeset -i next_num=-1299 (( next_num = num + 1 ))301 if [[ $line == "$next_num":* ]]; then304 if (( next_num != -1 )); then308 if (( next_num == num )); then311 (( next_num += 1 ))
4721 if (ctx->next_num < 2) in parse_vc_spec()4947 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_type()4998 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_queue()7046 ctx->next_num = 0; in cmd_flow_context_init()7091 if (!ctx->next_num) { in cmd_flow_parse()7098 list = ctx->next[ctx->next_num - 1]; in cmd_flow_parse()7115 --ctx->next_num; in cmd_flow_parse()7144 if (ctx->next_num) in cmd_flow_complete_get_nb()7145 list = ctx->next[ctx->next_num - 1]; in cmd_flow_complete_get_nb()7177 if (ctx->next_num) in cmd_flow_complete_get_elt()[all …]