OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:close_paren
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
mac_parse.c
95
static char
close_paren
[] = ")}";
local
130
if (*ep ==
close_paren
[pp - open_paren])
/src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc
2943
bool
close_paren
= gfc_match ("val )") == MATCH_YES;
local
2944
if (
close_paren
|| gfc_match ("val , ") == MATCH_YES)
2953
if (
close_paren
)
2957
close_paren
= gfc_match ("uval )") == MATCH_YES;
2958
if (
close_paren
|| gfc_match ("uval , ") == MATCH_YES)
2967
if (
close_paren
)
2971
close_paren
= gfc_match ("ref )") == MATCH_YES;
2972
if (
close_paren
|| gfc_match ("ref , ") == MATCH_YES)
2981
if (
close_paren
)
2985
close_paren
= (gfc_match ("step ( %e ) )", &step
[
all
...]
Completed in 19 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026