OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quoted_next
(Results
1 - 7
of
7
) 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)) {
ckgetopt.c
109
while (
quoted_next
(str, &it))
emit1.c
362
while (
quoted_next
(arg->u.ops.left->u.str_literals, &it))
externs1.h
420
bool
quoted_next
(const buffer *, quoted_iterator *);
lex.c
725
quoted_next
(const buffer *lit, quoted_iterator *it)
function
870
for (;
quoted_next
(buf, &it); prev = it) {
948
while (
quoted_next
(&buf, &it)) {
988
while (
quoted_next
(&buf, &it)) {
1397
while (
quoted_next
(&buf, &it))
init.c
857
for (len = 0;
quoted_next
(tn->u.str_literals, &it); len++)
tree.c
688
while (
quoted_next
(buf, &it))
883
for (value_len = 0;
quoted_next
(lit, &it); value_len++)
Completed in 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026