OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inquote
(Results
1 - 6
of
6
) 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/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
)
/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/deroff/
deroff.c
924
int
inquote
;
local in function:meputmac
934
inquote
= (*cp == '"');
935
if (
inquote
)
945
if (
inquote
)
951
if (
inquote
&& np[1] == '"') {
988
(
inquote
|| (chars[(unsigned char)cp[0]] == LETTER))) {
/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;
Completed in 98 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025