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

/xsrc/external/mit/twm/dist/
H A DMakefile.am24 EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc README.md
H A DMakefile.in355 EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc README.md
/xsrc/external/mit/twm/dist/src/
H A DMakefile.am28 dist_rc_DATA = system.twmrc
71 deftwmrc.c: system.twmrc
H A Dparse.c54 * 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 Dgram.y57 * .twmrc command grammar
135 %start twmrc
138 twmrc : stmts label
H A DMakefile.in370 dist_rc_DATA = system.twmrc
811 deftwmrc.c: system.twmrc
/xsrc/external/mit/ctwm/dist/
H A Dparse.c14 * 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 Dgram.y14 * .twmrc command grammer
106 %start twmrc
109 twmrc : { InitGramVariables(); } label
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc116 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