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

/freebsd-11-stable/contrib/ldns/
H A Dparse.c33 int c, prev_c; local
53 prev_c = 0;
61 if (c == '(' && prev_c != '\\' && !quoted) {
66 prev_c = c;
70 if (c == ')' && prev_c != '\\' && !quoted) {
75 prev_c = c;
87 if (prev_c != '\\') {
91 if (c == '\"' && com == 0 && prev_c != '\\') {
105 prev_c = c;
112 prev_c
[all...]
/freebsd-11-stable/contrib/unbound/sldns/
H A Dparse.c35 int c, prev_c; local
55 prev_c = 0;
63 if (c == '(' && prev_c != '\\' && !quoted) {
68 prev_c = c;
72 if (c == ')' && prev_c != '\\' && !quoted) {
77 prev_c = c;
89 if (prev_c != '\\') {
93 if (c == '\"' && com == 0 && prev_c != '\\') {
107 prev_c = c;
114 prev_c
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dsl.c134 SL_cmd *c, *prev_c; local
142 prev_c = NULL;
145 if(prev_c)
146 printf ("\n\t%s%s", prev_c->usage ? prev_c->usage : "",
147 prev_c->usage ? "\n" : "");
148 prev_c = c;
153 if(prev_c)
154 printf ("\n\t%s%s", prev_c->usage ? prev_c
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c100 Char prev_c; local
103 prev_c = '\0';
118 (((*s & TRIM) == '\'') && (prev_c != '\\')) ||
119 (((*s & TRIM) == '\"') && (prev_c != '\\')))) {
130 prev_c = *s;

Completed in 209 milliseconds