/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | multi.c | 79 static int last_column; variable 263 last_column = i - 1; in setup_multitable_parameters() 264 return last_column; in setup_multitable_parameters() 307 for (i = 1; i <= last_column; i++) { in draw_horizontal_separator() 392 if (current_env_no >= last_column) { in nselect_next_environment() 421 for (i = 0; i <= last_column; i++) in output_multitable_row() 432 for (i = 1; i <= last_column; i++) { in output_multitable_row() 447 for (i = 1; i <= last_column; i++) { in output_multitable_row() 474 if (i < last_column && !vsep) in output_multitable_row() 492 for (i = 1; i <= last_column; i++) { in output_multitable_row() [all …]
|
H A D | index.c | 660 int last_column; in insert_index_output_line_no() local 676 last_column = output_paragraph_offset - i; in insert_index_output_line_no() 679 if (last_column + strlen (out_line_no_str) > fill_column) in insert_index_output_line_no() 682 last_column = 0; in insert_index_output_line_no() 685 while (last_column + strlen (out_line_no_str) < fill_column) in insert_index_output_line_no() 688 last_column++; in insert_index_output_line_no()
|
/openbsd/gnu/gcc/gcc/ |
H A D | gengtype-yacc.c | 583 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 589 (Current).first_column = (Current).last_column = \ 590 YYRHSLOC (Rhs, 0).last_column; \ 605 (Loc).last_line, (Loc).last_column)
|
/openbsd/gnu/usr.bin/gcc/gcc/intl/ |
H A D | plural.c | 953 yylsp->last_column = (yylsp-1)->last_column; in yyparse() 959 yylsp->last_column = (yylsp+yylen-1)->last_column; in yyparse()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | m68k-parse.c | 726 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 732 (Current).first_column = (Current).last_column = \ 733 YYRHSLOC (Rhs, 0).last_column; \ 748 (Loc).last_line, (Loc).last_column)
|
H A D | bfin-parse.c | 2121 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 2127 (Current).first_column = (Current).last_column = \ 2128 YYRHSLOC (Rhs, 0).last_column; \ 2143 (Loc).last_line, (Loc).last_column)
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | getdate.c | 1187 yylsp->last_column = (yylsp-1)->last_column; in yyparse() 1193 yylsp->last_column = (yylsp+yylen-1)->last_column; in yyparse()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse-scan.c | 405 int last_column; member 1955 Current.last_column = Rhs[N].last_column;
|
H A D | parse.c | 720 int last_column; member 2938 Current.last_column = Rhs[N].last_column;
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | defparse.c | 488 Current.last_column = Rhs[N].last_column;
|
H A D | nlmheader.c | 557 Current.last_column = Rhs[N].last_column;
|
H A D | rcparse.c | 1017 Current.last_column = Rhs[N].last_column;
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | itbl-parse.c | 650 Current.last_column = Rhs[N].last_column;
|
H A D | m68k-parse.c | 566 Current.last_column = Rhs[N].last_column;
|
/openbsd/gnu/gcc/intl/ |
H A D | plural.c | 519 Current.last_column = Rhs[N].last_column;
|
/openbsd/gnu/usr.bin/texinfo/intl/ |
H A D | plural.c | 495 Current.last_column = Rhs[N].last_column;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-exp.c | 979 (Current).last_column = (Rhs)[N].last_column)
|
H A D | m2-exp.c | 912 (Current).last_column = (Rhs)[N].last_column)
|
H A D | f-exp.c | 791 (Current).last_column = (Rhs)[N].last_column)
|
H A D | jv-exp.c | 842 (Current).last_column = (Rhs)[N].last_column)
|
H A D | p-exp.c | 765 (Current).last_column = (Rhs)[N].last_column)
|
H A D | c-exp.c | 971 (Current).last_column = (Rhs)[N].last_column)
|
H A D | objc-exp.c | 955 (Current).last_column = (Rhs)[N].last_column)
|