OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inparens
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/hack/
makedefs.c
210
int inbraces = 0,
inparens
= 0, stringseen = 0, commaseen = 0;
local in function:getentry
233
if (ch == '(' && !
inparens
&& !stringseen)
252
inparens
++;
260
inparens
--;
261
if (
inparens
< 0) {
279
if (!
inparens
&& !inbraces) {
301
int store = (inbraces ||
inparens
)
Completed in 25 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025