OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlst
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint2/
externs2.h
64
extern type_t **
tlst
;
lint2.h
188
return
tlst
[type_id];
read.c
85
type_t **
tlst
; /* array for indexed access */
variable
86
static size_t tlstlen; /* length of
tlst
*/
227
tlst
= xcalloc(tlstlen = 256, sizeof(*
tlst
));
954
tlst
= xrealloc(
tlst
, (tlstlen * 2) * sizeof(*
tlst
));
955
(void)memset(
tlst
+ tlstlen, 0, tlstlen * sizeof(*
tlst
));
959
tlst
[tidx] = tp
[
all
...]
Completed in 2962 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026