Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.l92 int seen_star = 0; in handle_comment() local
96 if(seen_star) { in handle_comment()
99 seen_star = 0; in handle_comment()
107 seen_star = seen_slash = 0; in handle_comment()
110 seen_star = 1; in handle_comment()
113 seen_star = seen_slash = 0; in handle_comment()
H A Dslc-lex.c1800 int seen_star = 0; in handle_comment() local
1804 if(seen_star) { in handle_comment()
1807 seen_star = 0; in handle_comment()
1815 seen_star = seen_slash = 0; in handle_comment()
1818 seen_star = 1; in handle_comment()
1821 seen_star = seen_slash = 0; in handle_comment()
/freebsd/crypto/heimdal/lib/asn1/
H A Dlex.l175 int seen_star = 0; variable
179 if(seen_star) {
182 seen_star = 0;
188 if(seen_star && c == '/') {
191 seen_star = 0;
197 seen_star = seen_slash = 0;
200 seen_star = 1;
203 seen_star = seen_slash = 0;
H A Dlex.c1566 int seen_star = 0; variable
1570 if(seen_star) {
1573 seen_star = 0;
1579 if(seen_star && c == '/') {
1582 seen_star = 0;
1588 seen_star = seen_slash = 0;
1591 seen_star = 1;
1594 seen_star = seen_slash = 0;