Searched refs:SqueezeInfo (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dtypes.h38 typedef struct SqueezeInfo SqueezeInfo; typedef in typeref:struct:SqueezeInfo
H A Dtwm_window_struct.h213 SqueezeInfo *squeeze_info; ///< Control info for title squeezing
H A Dfunctions_win.c533 SqueezeInfo *si;
544 /* If the SqueezeInfo isn't copied yet, do it now */
546 SqueezeInfo *s = malloc(sizeof(SqueezeInfo));
H A Dctwm.h177 struct SqueezeInfo { struct
H A Dparse_be.c1922 SqueezeInfo *sinfo;
1923 sinfo = malloc(sizeof(SqueezeInfo));
1928 (unsigned long) sizeof(SqueezeInfo));
H A Dwin_decorations.c611 SqueezeInfo *si = tmp->squeeze_info;
H A Dadd_window.c491 static SqueezeInfo default_squeeze = { SIJ_LEFT, 0, 0 };
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h194 } SqueezeInfo; typedef in typeref:struct:_SqueezeInfo
305 SqueezeInfo *squeeze_info; /* should the title be squeezed? */
H A Dparse.c1152 SqueezeInfo *sinfo;
1154 sinfo = (SqueezeInfo *) malloc(sizeof(SqueezeInfo));
1158 (unsigned long) sizeof(SqueezeInfo));
H A Dadd_window.c327 tmp_win->squeeze_info = (SqueezeInfo *)
331 static SqueezeInfo default_squeeze = { J_LEFT, 0, 0 };
1226 SqueezeInfo *si = tmp->squeeze_info;

Completed in 15 milliseconds