Lines Matching +defs:main +defs:table
1 /* $XTermId: main.c,v 1.930 2024/12/01 19:57:13 tom Exp $ */
88 /* main.c */
138 #include <main.h>
590 /* The following structures are initialized in main() in order
984 /* Command line options table. Only resources are entered here...there is a
1602 matchArg(XrmOptionDescRec * table, const char *param)
1608 for (n = 0; (ch = table->option[n]) != '\0'; ++n) {
1658 * standard table (something that the X libraries should do).
1663 /* table adapted from XtInitialize, used here to improve abbreviations */
2360 main(int argc, char *argv[]ENVP_ARG)
3840 } table[] = {
3879 for (k = 0; k < XtNumber(table); ++k) {
3880 size_t srclen = strlen(table[k].name);
3881 if (table[k].wild) {
3883 !strncmp(environ[j], table[k].name, srclen)) {
3885 if (table[k].trim &&
3896 !strncmp(environ[j], table[k].name, srclen)) {
3897 if (table[k].trim) {
3898 xtermUnsetenv(table[k].name);