Home | History | Annotate | Download | only in tzcode

Lines Matching full:lclptr

187 static struct state *	lclptr;
194 #define lclptr (&lclmem)
259 register struct state * const sp = lclptr;
1165 if (lclptr == NULL) {
1166 lclptr = (struct state *) malloc(sizeof *lclptr);
1167 if (lclptr == NULL) {
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1174 gmtload(lclptr);
1196 if (lclptr == NULL) {
1197 lclptr = (struct state *) malloc(sizeof *lclptr);
1198 if (lclptr == NULL) {
1208 lclptr->leapcnt = 0; /* so, we're off a little */
1209 lclptr->timecnt = 0;
1210 lclptr->typecnt = 0;
1211 lclptr->ttis[0].tt_isdst = 0;
1212 lclptr->ttis[0].tt_gmtoff = 0;
1213 lclptr->ttis[0].tt_abbrind = 0;
1214 (void) strcpy(lclptr->chars, gmt);
1215 } else if (tzload(name, lclptr, TRUE) != 0)
1216 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0)
1217 (void) gmtload(lclptr);
1243 sp = lclptr;
1820 ((funcp == localsub) ? lclptr : gmtptr);
1914 sp = (const struct state *) ((funcp == localsub) ? lclptr : gmtptr);
2028 sp = lclptr;