OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newss
(Results
1 - 2
of
2
) sorted by relevancy
/src/tools/m4/bootstrap/
parser.c
323
short *
newss
;
local in function:yygrowstack
333
if ((
newss
= (short *)realloc(yyss, newsize * sizeof *
newss
)) == NULL)
335
yyss =
newss
;
336
yyssp =
newss
+ i;
parser.c
323
short *
newss
;
local in function:yygrowstack
333
if ((
newss
= (short *)realloc(yyss, newsize * sizeof *
newss
)) == NULL)
335
yyss =
newss
;
336
yyssp =
newss
+ i;
Completed in 22 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025