OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inquote
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/make/
str.c
128
char
inquote
;
local in function:Substring_Words
148
inquote
= '\0';
156
if (
inquote
!= '\0') {
157
if (
inquote
== ch)
158
inquote
= '\0';
162
inquote
= ch;
164
if (word_start == NULL && str_p[1] ==
inquote
) {
171
inquote
= '\0';
184
if (
inquote
!= '\0')
207
if (expand &&
inquote
!= '\0')
[
all
...]
/src/bin/sh/
output.c
188
inquote
(const char *p)
function in typeref:typename:int
229
if (need_q && (p[0] == 0 ||
inquote
(p) != 0)) {
246
if ((inq =
inquote
(p)) != 0)
/src/lib/libresolv/
res_mkupdate.c
762
int
inquote
= 0;
local in function:getstr_str
788
inquote
= !
inquote
;
819
} else if (!
inquote
&& isspace(c))
/src/usr.bin/telnet/
commands.c
199
int
inquote
= 0;
local in function:makeargv
207
if (
inquote
) {
208
if (c ==
inquote
) {
209
inquote
= 0;
217
inquote
= c;
/src/bin/ksh/
misc.c
1082
int
inquote
= 0;
local in function:print_value_quoted
1094
shprintf("%s", &"'\\'"[1 -
inquote
]);
1095
inquote
= 0;
1097
if (!
inquote
) {
1099
inquote
= 1;
1104
if (
inquote
)
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025