HomeSort by: relevance | last modified time | path
    Searched defs:last_column (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/byacc/dist/test/btyacc/
err_inherit4.tab.h 34 int last_column; member in struct:YYLTYPE
btyacc_demo.tab.h 45 int last_column; member in struct:YYLTYPE
btyacc_demo.tab.c 177 int last_column; member in struct:YYLTYPE
548 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \
550 (loc).last_column = YYRHSLOC(rhs, 0).last_column; \
557 (loc).last_column = YYRHSLOC(rhs, n).last_column; \
694 (*loc).last_line, (*loc).last_column);
703 (*loc).last_line, (*loc).last_column);
712 (*loc).last_line, (*loc).last_column);
721 (*loc).last_line, (*loc).last_column);
    [all...]
err_inherit4.tab.c 173 int last_column; member in struct:YYLTYPE
349 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \
351 (loc).last_column = YYRHSLOC(rhs, 0).last_column; \
358 (loc).last_column = YYRHSLOC(rhs, n).last_column; \
  /src/external/gpl2/dtc/dist/
srcpos.h 63 int last_column; member in struct:srcpos
76 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
81 (Current).first_column = (Current).last_column = \
82 YYRHSLOC(Rhs, 0).last_column; \
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.hpp 141 int last_column; member in struct:YYLTYPE
elftosb_parser.tab.cpp 228 int last_column; member in struct:YYLTYPE
882 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
888 (Current).first_column = (Current).last_column = \
889 YYRHSLOC (Rhs, 0).last_column; \
904 (Loc).last_line, (Loc).last_column)
1351 yylloc.first_column = yylloc.last_column = 0;
  /src/external/gpl2/texinfo/dist/makeinfo/
multi.c 82 static int last_column;
267 last_column = i - 1;
268 return last_column;
311 for (i = 1; i <= last_column; i++) {
397 if (current_env_no >= last_column) {
398 line_error (_("Too many columns in multitable item (max %d)"), last_column);
427 for (i = 0; i <= last_column; i++)
438 for (i = 1; i <= last_column; i++) {
453 for (i = 1; i <= last_column; i++) {
468 for (i = 1; i <= last_column; i++)
81 static int last_column; variable
    [all...]
index.c 692 int last_column;
708 last_column = output_paragraph_offset - i;
711 if (last_column + strlen (out_line_no_str) > fill_column)
714 last_column = 0;
717 while (last_column + strlen (out_line_no_str) < fill_column)
720 last_column++;
686 int last_column; local
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
linebreak.c 982 int last_column; local
989 last_column = start_column;
1003 if (last_p != NULL && last_column + piece_width > width)
1007 last_column = 0;
1016 last_column = 0;
1028 last_column += piece_width;
1048 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
1052 last_column = 0;
1055 return last_column + piece_width;
1068 int last_column; local
1152 int last_column; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
linebreak.c 982 int last_column; local
989 last_column = start_column;
1003 if (last_p != NULL && last_column + piece_width > width)
1007 last_column = 0;
1016 last_column = 0;
1028 last_column += piece_width;
1048 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
1052 last_column = 0;
1055 return last_column + piece_width;
1068 int last_column; local
1152 int last_column; local
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/tbl/
main.cpp 695 int last_column; member in struct:input_entry_format
706 last_column = 0;
743 if (last_column)
1076 list->last_column = 1;
1094 list->last_column = 1;
1116 if (tem->last_column) {
1172 if (tem->last_column) {

Completed in 58 milliseconds