Searched refs:commentName (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c849 char *comment = NULL, *commentName = NULL; local
892 commentName = (char *)t->val;
897 commentName = (char *)t->val;
916 commentName = (char *)t->val;
979 commentName = (char *)t->val;
988 if (commentName == NULL) fprintf(datafil, "},\n");
989 else fprintf(datafil, "}, /* %s */\n", commentName);
992 if (commentName == NULL) fprintf(datafil, "}, /* %s */\n", comment);
993 else fprintf(datafil, "}, /* %s%s */\n", comment, commentName);

Completed in 292 milliseconds