OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endc
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/make/
for.c
335
AddEscaped(Buffer *body, Substring item, char
endc
)
354
} else if (ch == ':' || ch == '\\' || ch ==
endc
)
371
const char **pp, char
endc
, const char **inout_mark)
383
if (*p != ':' && *p !=
endc
&& *p != '\\')
392
AddEscaped(body, f->items.words[firstItem + i],
endc
);
460
char
endc
= p[1] == '{' ? '}' : ')';
local
463
&p,
endc
, &mark);
parse.c
2013
char
endc
; /* '>' or '"' */
local
2027
endc
= *p++ == '<' ? '>' : '"';
2030
while (*p != '\0' && *p !=
endc
)
2033
if (*p !=
endc
) {
2035
"Unclosed .include filename, \"%c\" expected",
endc
);
2042
IncludeFile(file.str,
endc
== '>', directive[0] == 'd', silent);
var.c
1952
* ch->
endc
. The modifier doesn't have to check for this delimiter character,
1956
* need to be followed by a ':' or
endc
; this was an unintended mistake.
2053
char const_member
endc
;
member in struct:ModChain
2172
int
endc
= startc == '(' ? ')' : '}';
local
2179
if (*p ==
endc
)
2272
return c == ':' || c == ch->
endc
|| c == '\0';
2571
if (!ParseModifierPart(&p, ':', ch->
endc
, ch->expr->emode,
3104
/* ":ts<any><
endc
>" or ":ts<any>:" */
3105
if (sep[0] != ch->
endc
&& IsDelimiter(sep[1], ch)) {
3111
/* ":ts<
endc
>" or ":ts:" *
4449
char
endc
= startc == '(' ? ')' : '}';
local
4613
char
endc
; \/* the expected '}' or ')' or '\\0' *\/
local
[
all
...]
/src/bin/ksh/
eval.c
296
char
endc
;
local
301
endc
= *end;
305
*end =
endc
;
/src/usr.bin/col/
col.c
433
CHAR *c, *
endc
;
local
480
endc
= c;
482
++
endc
;
483
} while (--nchars > 0 && this_col ==
endc
->c_column);
487
c =
endc
- 1;
489
this_col + c->c_width >
endc
->c_column)
529
if ((c + 1) <
endc
)
532
if (++c >=
endc
)
Completed in 23 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026