Searched refs:quoteflag (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Dparser.c105 static int quoteflag; /* set if (part of) last token was quoted */ variable
456 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext))
463 if (lasttoken == TWORD && ! quoteflag && equal(wordtext, "in")) {
673 if (!noexpand(n->narg.text) || quoteflag ||
746 if (quoteflag == 0)
835 if (t == TWORD && !quoteflag)
871 * backquotes. We set quoteflag to true if any part of the word was
1504 quoteflag = quotef;
/freebsd-9.3-release/libexec/bootpd/
H A Dreadfile.c1171 int n, len, quoteflag;
1173 quoteflag = FALSE;
1177 if (!quoteflag && (**src == ':')) {
1182 quoteflag = !quoteflag;
1164 int n, len, quoteflag; local

Completed in 71 milliseconds