Home | History | Annotate | Download | only in cintltst

Lines Matching defs:breaks

546     char         breaks[] =  "**    **  *    **  *";    /*  * the expected break positions          */
562 for (i=0; i<sizeof(breaks); i++) {
563 if (pos == i && breaks[i] != '*') {
567 if (pos != i && breaks[i] == '*') {