Lines Matching +defs:table +defs:list
984 /* Command line options table. Only resources are entered here...there is a
1510 TRACE(("initialising atom list\n"));
1602 matchArg(XrmOptionDescRec * table, const char *param)
1608 for (n = 0; (ch = table->option[n]) != '\0'; ++n) {
1653 * Parse the argument list, more/less as XtInitialize, etc., would do, so we
1658 * standard table (something that the X libraries should do).
1663 /* table adapted from XtInitialize, used here to improve abbreviations */
1815 OptionHelp *list = sortedOpts(xtermOptions, optionDescList, XtNumber(optionDescList));
1823 for (opt = list; opt->opt; opt++) {
1849 OptionHelp *list = sortedOpts(xtermOptions, optionDescList, XtNumber(optionDescList));
1855 for (opt = list; opt->opt; opt++) {
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);