Searched refs:prev_c (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/unbound/sldns/
H A Dparse.c35 int c, prev_c; local
55 prev_c = 0;
64 if (c == '(' && prev_c != '\\' && !quoted) {
69 prev_c = c;
73 if (c == ')' && prev_c != '\\' && !quoted) {
78 prev_c = c;
90 if (prev_c != '\\') {
94 if (c == '\"' && com == 0 && prev_c != '\\') {
124 prev_c = c;
131 prev_c
[all...]
/openbsd-current/sbin/unwind/libunbound/sldns/
H A Dparse.c35 int c, prev_c; local
55 prev_c = 0;
64 if (c == '(' && prev_c != '\\' && !quoted) {
69 prev_c = c;
73 if (c == ')' && prev_c != '\\' && !quoted) {
78 prev_c = c;
90 if (prev_c != '\\') {
94 if (c == '\"' && com == 0 && prev_c != '\\') {
124 prev_c = c;
131 prev_c
[all...]

Completed in 179 milliseconds