at.c | 78 const char *no_export[] = {"TERM", "TERMCAP", "DISPLAY", "_"}; variable in typeref:typename:const char * [] 313 * with a pair of "'s. Dont't export the no_export list (such as 326 for (i = 0; i < __arraycount(no_export); i++) { 328 strncmp(*atenv, no_export[i],
|