Home
last modified time | relevance | path

Searched refs:braceindex (Results 1 – 1 of 1) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/utils/
H A Dvarbrace.c1582 uintL braceindex; in convert() local
1583 for (braceindex = open_braces.count; braceindex > 0; ) { in convert()
1584 braceindex--; in convert()
1585 if (open_braces.opening[braceindex].brace_type == '{') { in convert()
1586 … VectorVectorString_add(open_braces.opening[braceindex].pending_conditions,current_condition()); in convert()