Searched refs:twmrc (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/twm/dist/ |
| H A D | Makefile.am | 24 EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc README.md
|
| H A D | Makefile.in | 355 EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc README.md
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | Makefile.am | 28 dist_rc_DATA = system.twmrc 71 deftwmrc.c: system.twmrc
|
| H A D | parse.c | 54 * parse the .twmrc file 76 static FILE *twmrc; variable in typeref:typename:FILE * 99 * parse the .twmrc file 100 * \param filename the filename to parse. NULL indicates $HOME/.twmrc 171 * If filename given, try it, else try ~/.twmrc.# then ~/.twmrc. Then 172 * try system.twmrc; finally using built-in defaults. 174 for (twmrc = NULL, i = 0; !twmrc && i < 4; i++) { 180 case 1: /* ~/.twmrc [all...] |
| H A D | gram.y | 57 * .twmrc command grammar 135 %start twmrc 138 twmrc : stmts label
|
| H A D | Makefile.in | 370 dist_rc_DATA = system.twmrc 811 deftwmrc.c: system.twmrc
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse.c | 14 * parse the .twmrc file 72 static FILE *twmrc; variable in typeref:typename:FILE * 93 bool ParseError; /* error parsing the .twmrc file */ 124 * passed in here, and the normal `~/.[c]twmrc*` attempts are skipped if 139 * Check for the twmrc file in the following order: 145 * 4. .twmrc.# 146 * 5. .twmrc 183 /* ~/.twmrc.screennum */ 184 sprintf(tryname, "%s/.twmrc.%d", Home, Scr->screen); 187 /* ~/.twmrc */ [all...] |
| H A D | gram.y | 14 * .twmrc command grammer 106 %start twmrc 109 twmrc : { InitGramVariables(); } label
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 116 named `.ctwmrc.num`, `.ctwmrc`, `.twmrc.num`, or `.twmrc` (where `num` is a screen number). 180 $HOME/.twmrc.`screennumber`:: 182 $HOME/.twmrc:: 281 parts of your `.twmrc` file that twm proper won't understand 2949 f.twmrc::
|
Completed in 15 milliseconds