/src/usr.bin/mail/ |
format.c | 697 dateof(struct tm *tm, struct message *mp, int use_hl_date) 731 if (use_hl_date == 0 && 783 if (debug && use_hl_date == 0) 981 preformat(struct tm *tm, const char *oldfmt, struct message *mp, int use_hl_date) 997 dateof(tm, mp, use_hl_date); 1024 * If a format string begins with the USE_HL_DATE string, smsgprintf 1031 #define USE_HL_DATE "%??" 1037 int use_hl_date; local in function:smsgprintf 1042 if (strncmp(fmtstr, USE_HL_DATE, sizeof(USE_HL_DATE) - 1) != 0 [all...] |
format.c | 697 dateof(struct tm *tm, struct message *mp, int use_hl_date) 731 if (use_hl_date == 0 && 783 if (debug && use_hl_date == 0) 981 preformat(struct tm *tm, const char *oldfmt, struct message *mp, int use_hl_date) 997 dateof(tm, mp, use_hl_date); 1024 * If a format string begins with the USE_HL_DATE string, smsgprintf 1031 #define USE_HL_DATE "%??" 1037 int use_hl_date; local in function:smsgprintf 1042 if (strncmp(fmtstr, USE_HL_DATE, sizeof(USE_HL_DATE) - 1) != 0 [all...] |
thread.c | 1516 int use_hl_date; local in function:date_load 1525 use_hl_date = (flags == RDAY || flags == RDATE); 1530 (void)dateof(&tm, mp, use_hl_date);
|
thread.c | 1516 int use_hl_date; local in function:date_load 1525 use_hl_date = (flags == RDAY || flags == RDATE); 1530 (void)dateof(&tm, mp, use_hl_date);
|