Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-lex.l96 int seen_star = 0; in handle_comment() local
100 if(seen_star) { in handle_comment()
103 seen_star = 0; in handle_comment()
111 seen_star = seen_slash = 0; in handle_comment()
114 seen_star = 1; in handle_comment()
117 seen_star = seen_slash = 0; in handle_comment()
H A Dslc-lex.c1811 int seen_star = 0; in handle_comment() local
1815 if(seen_star) { in handle_comment()
1818 seen_star = 0; in handle_comment()
1826 seen_star = seen_slash = 0; in handle_comment()
1829 seen_star = 1; in handle_comment()
1832 seen_star = seen_slash = 0; in handle_comment()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l178 int seen_star = 0; variable
182 if(seen_star) {
185 seen_star = 0;
191 if(seen_star && c == '/') {
194 seen_star = 0;
200 seen_star = seen_slash = 0;
203 seen_star = 1;
206 seen_star = seen_slash = 0;
H A Dlex.c1571 int seen_star = 0; variable
1575 if(seen_star) {
1578 seen_star = 0;
1584 if(seen_star && c == '/') {
1587 seen_star = 0;
1593 seen_star = seen_slash = 0;
1596 seen_star = 1;
1599 seen_star = seen_slash = 0;