Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.l93 int seen_slash = 0; in handle_comment() local
102 seen_slash = 1; in handle_comment()
105 if(seen_slash) { in handle_comment()
107 seen_star = seen_slash = 0; in handle_comment()
113 seen_star = seen_slash = 0; in handle_comment()
H A Dslc-lex.c1801 int seen_slash = 0; in handle_comment() local
1810 seen_slash = 1; in handle_comment()
1813 if(seen_slash) { in handle_comment()
1815 seen_star = seen_slash = 0; in handle_comment()
1821 seen_star = seen_slash = 0; in handle_comment()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.l176 int seen_slash = 0; variable
185 seen_slash = 1;
195 if(seen_slash) {
197 seen_star = seen_slash = 0;
203 seen_star = seen_slash = 0;
H A Dlex.c1567 int seen_slash = 0; variable
1576 seen_slash = 1;
1586 if(seen_slash) {
1588 seen_star = seen_slash = 0;
1594 seen_star = seen_slash = 0;