Home | History | Annotate | Download | only in loader

Lines Matching refs:listStyle

81   if (state.parsedOne || state.listStyle) /* junk if we fail to parse */
170 if (!lstyle && (!state.listStyle || state.listStyle == 'E'))
222 state.listStyle = lstyle = 'E';
241 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'E')) */
247 if (!lstyle && (!state.listStyle || state.listStyle == 'V'))
313 state.listStyle = 'V';
321 if (numtoks == 1 && (state.listStyle == 'V' && !carry_buf_len))
462 state.listStyle = lstyle;
587 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'V')) */
594 if (!lstyle && (!state.listStyle || state.listStyle == 'C')) /* VM/CMS */
653 if (lstyle && !state.listStyle)
706 state.listStyle = lstyle;
764 } /* if (lstyle == 'C' && (!state.listStyle || state.listStyle == lstyle)) */
771 if (!lstyle && (!state.listStyle || state.listStyle == 'W'))
795 if (!state.listStyle)
815 state.listStyle = lstyle;
897 listStyle || state.listStyle == lstyle)) */
898 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'W')) */
904 if (!lstyle && (!state.listStyle || state.listStyle == 'O')) /* OS/2 test */
942 if (!state.listStyle)
955 state.listStyle = lstyle;
1000 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'O')) */
1006 if (!lstyle && (!state.listStyle || state.listStyle == 'U')) /* /bin/ls & co. */
1153 state.listStyle = lstyle;
1281 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'U')) */
1287 if (!lstyle && (!state.listStyle || state.listStyle == 'w'))
1347 if (lstyle && state.listStyle != lstyle) /* first time */
1365 state.listStyle = lstyle;
1424 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'w')) */
1431 (state.listStyle == 'D' || (!state.listStyle && state.numLines == 1)))
1468 if (!state.listStyle && line[linelen-1] == ':' &&
1490 state.listStyle = 'D';
1498 if (state.listStyle && carry_buf_len) /* first is from previous line */
1535 if (lstyle && !state.listStyle) /* first time */
1552 if (!lstyle && state.listStyle == 'D' && !carry_buf_len)
1571 state.listStyle = lstyle;
1699 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'D')) */