HomeSort by: relevance | last modified time | path
    Searched refs:OTP (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
otp.c 8 * $Id: otp.c,v 1.1.1.2 2023/07/05 07:36:07 nia Exp $
21 #include "otp.h"
234 assert(((owl->type == IconWin) && (owl == twm_win->icon->otp))
235 || ((owl->type == WinWin) && (owl == twm_win->otp)));
405 *owlp = wb->twmwin->otp;
634 * We start looking for transients of owl at the bottom of its OTP
765 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
779 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
    [all...]
screen.h 559 /// Stash of various OTP info about the windows on the screen. This
560 /// is only used internally in various otp.c code; nothing else
562 struct OtpPreferences *OTP;
563 /// Stash of OTP info about icons on the screen. \copydetails OTP
565 /// Pointer to the start of the OTP winlists for the screen.

Completed in 5 milliseconds