Lines Matching refs:lclptr
165 static struct state * lclptr;
172 static struct state *const lclptr = &lclmem;
314 register struct state * const sp = lclptr;
1397 struct state *sp = lclptr;
1405 lclptr = sp = malloc(sizeof *lclptr);
1610 tmp = localsub(lclptr, timep, setname, tmp);
2282 t = mktime_tzname(lclptr, tmp, true);
2383 if (lclptr)
2384 t = time2posix_z(lclptr, t);
2428 if (lclptr)
2429 t = posix2time_z(lclptr, t);