OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tlst
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint2/
read.c
85
type_t **
tlst
; /* array for indexed access */
variable in typeref:typename:type_t **
86
static size_t tlstlen; /* length of
tlst
*/
227
tlst
= xcalloc(tlstlen = 256, sizeof(*
tlst
));
958
tlst
= xrealloc(
tlst
, (tlstlen * 2) * sizeof(*
tlst
));
959
(void)memset(
tlst
+ tlstlen, 0, tlstlen * sizeof(*
tlst
));
963
tlst
[tidx] = tp
[
all
...]
read.c
85
type_t **
tlst
; /* array for indexed access */
variable in typeref:typename:type_t **
86
static size_t tlstlen; /* length of
tlst
*/
227
tlst
= xcalloc(tlstlen = 256, sizeof(*
tlst
));
958
tlst
= xrealloc(
tlst
, (tlstlen * 2) * sizeof(*
tlst
));
959
(void)memset(
tlst
+ tlstlen, 0, tlstlen * sizeof(*
tlst
));
963
tlst
[tidx] = tp
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025