Lines Matching defs:last_prop
639 int last_prop = LBP_BK; /* line break property of last non-space character */
656 last_prop = LBP_BK;
713 if (last_prop == LBP_BK)
720 switch (lbrk_table [last_prop-1] [prop-1])
735 last_prop = prop;
753 int last_prop = LBP_BK; /* line break property of last non-space character */
770 last_prop = LBP_BK;
827 if (last_prop == LBP_BK)
834 switch (lbrk_table [last_prop-1] [prop-1])
849 last_prop = prop;
865 int last_prop = LBP_BK; /* line break property of last non-space character */
878 last_prop = LBP_BK;
935 if (last_prop == LBP_BK)
942 switch (lbrk_table [last_prop-1] [prop-1])
957 last_prop = prop;