HomeSort by: relevance | last modified time | path
    Searched refs:quoted_next (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/xlint/lint1/
cksnprintb.c 144 while (quoted_next(ck->fmt, &it) && it.value > end_marker) {
164 if (!quoted_next(fmt, it))
170 if (has_bit && new_style && !quoted_next(fmt, it)) {
180 if (has_width && !quoted_next(fmt, it)) {
189 if (has_cmp && !quoted_next(fmt, it)) {
200 if (!quoted_next(fmt, &end)) {
219 && quoted_next(ck->fmt, &ck->it) && ck->it.value == 0;
302 if (!quoted_next(fmt, &ck.it)) {
308 if (ck.new_style && !quoted_next(fmt, &ck.it)) {
cksnprintb.c 144 while (quoted_next(ck->fmt, &it) && it.value > end_marker) {
164 if (!quoted_next(fmt, it))
170 if (has_bit && new_style && !quoted_next(fmt, it)) {
180 if (has_width && !quoted_next(fmt, it)) {
189 if (has_cmp && !quoted_next(fmt, it)) {
200 if (!quoted_next(fmt, &end)) {
219 && quoted_next(ck->fmt, &ck->it) && ck->it.value == 0;
302 if (!quoted_next(fmt, &ck.it)) {
308 if (ck.new_style && !quoted_next(fmt, &ck.it)) {
ckgetopt.c 108 while (quoted_next(str, &it))
ckgetopt.c 108 while (quoted_next(str, &it))
emit1.c 367 while (quoted_next(arg->u.ops.left->u.str_literals, &it))
emit1.c 367 while (quoted_next(arg->u.ops.left->u.str_literals, &it))
externs1.h 420 bool quoted_next(const buffer *, quoted_iterator *);
externs1.h 420 bool quoted_next(const buffer *, quoted_iterator *);
lex.c 729 quoted_next(const buffer *lit, quoted_iterator *it) function in typeref:typename:bool
874 for (; quoted_next(buf, &it); prev = it) {
952 while (quoted_next(&buf, &it)) {
992 while (quoted_next(&buf, &it)) {
1401 while (quoted_next(&buf, &it))
lex.c 729 quoted_next(const buffer *lit, quoted_iterator *it) function in typeref:typename:bool
874 for (; quoted_next(buf, &it); prev = it) {
952 while (quoted_next(&buf, &it)) {
992 while (quoted_next(&buf, &it)) {
1401 while (quoted_next(&buf, &it))
init.c 857 for (len = 0; quoted_next(tn->u.str_literals, &it); len++)
init.c 857 for (len = 0; quoted_next(tn->u.str_literals, &it); len++)
tree.c 634 while (quoted_next(buf, &it))
829 for (value_len = 0; quoted_next(lit, &it); value_len++)
tree.c 634 while (quoted_next(buf, &it))
829 for (value_len = 0; quoted_next(lit, &it); value_len++)

Completed in 37 milliseconds