Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dreadfile.c1143 int n, len, quoteflag; in get_string() local
1145 quoteflag = FALSE; in get_string()
1149 if (!quoteflag && (**src == ':')) { in get_string()
1154 quoteflag = !quoteflag; in get_string()
/freebsd/bin/sh/
H A Dparser.c101 static int quoteflag; /* set if (part of) last token was quoted */ variable
471 if (readtoken() != TWORD || quoteflag || ! goodname(wordtext)) in command()
477 if (readtoken() == TWORD && !quoteflag && in command()
668 if (!noexpand(n->narg.text) || quoteflag || in simplecmd()
757 if (quoteflag == 0) in parsefname()
842 if (t == TWORD && !quoteflag) in readtoken()
1601 quoteflag = quotef; in readtoken1()