Lines Matching refs:val
172 #define TESTARR_ELEM(cat, val) \ in time_finish() argument
175 const char *initval[] = { noparen val }; \ in time_finish()
752 else if (!ignore_content && (now->val.str.startmb == NULL \ in time_read()
753 || now->val.str.startwc == NULL)) \ in time_read()
762 time->cat[cnt] = now->val.str.startmb; \ in time_read()
763 time->w##cat[cnt] = now->val.str.startwc; \ in time_read()
823 if (!ignore_content && (now->val.str.startmb == NULL in time_read()
824 || now->val.str.startwc == NULL)) in time_read()
835 time->era[time->num_era] = now->val.str.startmb; in time_read()
840 time->wera[time->num_era++] = now->val.str.startwc; in time_read()
865 else if (!ignore_content && (now->val.str.startmb == NULL \ in time_read()
866 || now->val.str.startwc == NULL)) \ in time_read()
875 time->cat = now->val.str.startmb; \ in time_read()
876 time->w##cat = now->val.str.startwc; \ in time_read()
908 time->cat = now->val.num; \ in time_read()
927 time->week_ndays = now->val.num; in time_read()
936 time->week_1stday = now->val.num; in time_read()
945 time->week_1stweek = now->val.num; in time_read()