Lines Matching defs:just
1049 int just = ParseTitleJustification(s);
1051 if((just < 0) || (just == TJ_UNDEF)) {
1057 Scr->IconJustification = just;
1062 int just = ParseIRJustification(s);
1064 if(just < 0 || (just == IRJ_UNDEF)) {
1070 Scr->IconRegionJustification = just;
1075 int just = ParseAlignement(s);
1077 if(just < 0) {
1083 Scr->IconRegionAlignement = just;
1089 int just = ParseTitleJustification(s);
1091 if((just < 0) || (just == TJ_UNDEF)) {
1097 Scr->TitleJustification = just;
1800 * IRA_INVALID value would just add unnecessary complication, since
2040 // Maybe we should just abort(); if malloc failed allocating a
2065 // alloc failed, so just give up; we'll fail in the end anyway...
2089 // XPG() turns them into positives for us, so just accept it...