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

/xsrc/external/mit/ctwm/dist/
H A Dctopts.c11 #include "ctopts.h"
17 static char *ctopts[] = { variable in typeref:typename:char * []
58 while(ctopts[++i]) {
59 tlen += strlen(ctopts[i]);
69 while(ctopts[++i]) {
73 strcat(cto, ctopts[i]);
H A Dclargs.c13 #include "ctopts.h"
415 char *ctopts; local in function:DisplayInfo
419 ctopts = ctopts_string(" ");
420 printf("Compile time options : %s\n", ctopts);
421 free(ctopts);
H A Dfunctions_identify.c12 #include "ctopts.h"
78 char *ctopts; local in function:Identify
103 ctopts = ctopts_string(", ");
104 snprintf(Info[n++], INFO_SIZE, "Compile time options : %s", ctopts);
105 free(ctopts);
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dbasic_vars.cmake23 ctopts.c

Completed in 4 milliseconds