Home
last modified time | relevance | path

Searched refs:quoted_iterator (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/usr.bin/xlint/lint1/
Dcksnprintb.c51 quoted_iterator it;
59 len(quoted_iterator it) in len()
65 range(quoted_iterator start, quoted_iterator end) in range()
71 start(quoted_iterator it, const buffer *buf) in start()
77 val(quoted_iterator it) in val()
83 check_hex_escape(const buffer *buf, quoted_iterator it) in check_hex_escape()
137 parse_description(checker *ck, const quoted_iterator *dir) in parse_description()
140 quoted_iterator it = ck->it; in parse_description()
161 quoted_iterator *it = &ck->it; in check_conversion()
165 quoted_iterator dir = *it; in check_conversion()
[all …]
Dlex.c729 quoted_next(const buffer *lit, quoted_iterator *it) in quoted_next()
733 *it = (quoted_iterator){ .start = it->end }; in quoted_next()
873 quoted_iterator it = { .end = 0 }, prev = it; in check_quoted()
951 quoted_iterator it = { .end = 0 }; in lex_character_constant()
991 quoted_iterator it = { .end = 0 }; in lex_wide_character_constant()
1400 quoted_iterator it = { .end = 0 }; in lex_wide_string()
Dckgetopt.c107 quoted_iterator it = { .end = 0 }; in is_getopt_condition()
Demit1.c366 quoted_iterator it = { .end = 0 }; in outcall()
Dexterns1.h416 bool quoted_next(const buffer *, quoted_iterator *);
Dlint1.h524 } quoted_iterator; typedef
Dinit.c856 quoted_iterator it = { .end = 0 }; in initialization_init_array_from_string()
Dtree.c794 quoted_iterator it = { .end = 0 }; in build_string()