Lines Matching +defs:val +defs:ct
167 struct tm *ct;
345 if ((ct = getdate(argpbuf)) == NULL)
348 when = mktime(ct);
579 char *val;
616 } else if (((Shell = val = getenv("SHELL")) != NULL) &&
617 (*val != '\0')) {
619 if ((strstr(val, "/sh") != NULL) ||
620 (strstr(val, "/ksh") != NULL))
654 if ((val = strchr(*ep, '=')) == NULL)
656 *val++ = '\0';
658 escapestr(val);
660 *--val = '=';