Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dparse.c35 int c, prev_c; in sldns_fget_token_l() local
55 prev_c = 0; in sldns_fget_token_l()
64 if (c == '(' && prev_c != '\\' && !quoted) { in sldns_fget_token_l()
69 prev_c = c; in sldns_fget_token_l()
73 if (c == ')' && prev_c != '\\' && !quoted) { in sldns_fget_token_l()
78 prev_c = c; in sldns_fget_token_l()
90 if (prev_c != '\\') { in sldns_fget_token_l()
94 if (c == '\"' && com == 0 && prev_c != '\\') { in sldns_fget_token_l()
124 prev_c = c; in sldns_fget_token_l()
131 prev_c = c; in sldns_fget_token_l()
[all …]
/freebsd/contrib/ldns/
H A Dparse.c39 int c, prev_c; in ldns_fget_token_l_st_file_type() local
72 prev_c = 0; in ldns_fget_token_l_st_file_type()
80 if (c == '(' && prev_c != '\\' && !quoted) { in ldns_fget_token_l_st_file_type()
85 prev_c = c; in ldns_fget_token_l_st_file_type()
89 if (c == ')' && prev_c != '\\' && !quoted) { in ldns_fget_token_l_st_file_type()
94 prev_c = c; in ldns_fget_token_l_st_file_type()
109 if (prev_c != '\\') { in ldns_fget_token_l_st_file_type()
113 if (c == '\"' && com == 0 && prev_c != '\\') { in ldns_fget_token_l_st_file_type()
127 prev_c = c; in ldns_fget_token_l_st_file_type()
134 prev_c = c; in ldns_fget_token_l_st_file_type()
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A Dsl.c134 SL_cmd *c, *prev_c; in sl_help() local
142 prev_c = NULL; in sl_help()
145 if(prev_c) in sl_help()
146 printf ("\n\t%s%s", prev_c->usage ? prev_c->usage : "", in sl_help()
147 prev_c->usage ? "\n" : ""); in sl_help()
148 prev_c = c; in sl_help()
153 if(prev_c) in sl_help()
154 printf ("\n\t%s%s", prev_c->usage ? prev_c->usage : "", in sl_help()
155 prev_c->usage ? "\n" : ""); in sl_help()
/freebsd/contrib/tcsh/
H A Dtc.func.c100 Char prev_c; in expand_lex() local
103 prev_c = '\0'; in expand_lex()
118 (((*s & TRIM) == '\'') && (prev_c != '\\')) || in expand_lex()
119 (((*s & TRIM) == '\"') && (prev_c != '\\')))) { in expand_lex()
130 prev_c = *s; in expand_lex()