Home | History | Annotate | Download | only in tzcode

Lines Matching refs:lclptr

163 static struct state * lclptr;
170 #define lclptr (&lclmem)
280 register struct state * const sp = lclptr;
1284 struct state *sp = lclptr;
1292 lclptr = sp = malloc(sizeof *lclptr);
1506 tmp = localsub(lclptr, timep, true, tmp);
2155 t = mktime_tzname(lclptr, tmp, true);
2236 if (lclptr)
2237 t = time2posix_z(lclptr, t);
2281 if (lclptr)
2282 t = posix2time_z(lclptr, t);