Lines Matching defs:occupation
197 * Matthew McNeill Feb 1997 - required to save the occupation state as an
275 * Matthew McNeill Feb 1997 - required to save the occupation state as an
497 * write an extra piece of information to the file, this is the occupation
501 if(!write_int(configFile, theWindow->occupation)) {
619 * read in the occupation information to restore the windows to the
623 if(!read_int(configFile, &entry->occupation)) {
700 * Matthew McNeill Feb 1997 - added extra parameter (occupation) to return
701 * restored occupation of the window
710 int *occupation) /* <== [ Matthew McNeill Feb 1997 ] == */
818 *occupation = ptr->occupation; /* <== [ Matthew McNeill Feb 1997 ] == */