Home
last modified time | relevance | path

Searched refs:first_column (Results 1 – 25 of 2154) sorted by relevance

12345678910>>...87

/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DExprParser.y195 /* empty */ { $$ = NODE(@$.first_column, @$.last_column, Node); }
200 typeDeclare { $$ = NODE(@$.first_column, @$.last_column, Node);
211 /* empty */ { $$ = NODE(@$.first_column, @$.last_column, Node); }
216 typeDeclare NAME { $$ = NODE(@$.first_column, @$.last_column, Node);
289 { $$ = NODE3(@$.first_column,@$.last_column,IfThenElseNode, $3, $6, $8); }
304 | e OR e { $$ = NODE3(@$.first_column,@$.last_column,CompareNode, $1, $3, '|'); }
314 | '!' e { $$ = NODE2(@$.first_column,@$.last_column,UnaryOpNode, $2, '!'); }
315 | '~' e { $$ = NODE2(@$.first_column,@$.last_column,UnaryOpNode, $2, '~'); }
322 | NAME '(' optargs ')' { $$ = NODE1(@$.first_column,@$.last_column,FuncNode, $1);
327 { $$ = NODE1(@$.first_column,@$.last_column,FuncNode, $3);
[all …]
/dports/lang/coffeescript/coffeescript-2.6.1/test/
H A Dlocation.coffee77 eq a[2].first_column, 1
82 eq b[2].first_column, 4
87 eq c[2].first_column, 6
95 eq a[2].first_column, 3
100 eq b[2].first_column, 5
674 first_column: 1
681 first_column: 2
694 first_column: 1
701 first_column: 4
713 first_column: 1
[all …]
/dports/graphics/seexpr/seexpr-3.4.4.0/windows7/SeExpr/generated/
H A DExprParser.cpp247 int first_column; member
1094 (Current).first_column = SeExprYYRHSLOC (Rhs, 1).first_column; \
1144 if (0 <= SeExpr2locp->first_column) in SeExpr2_location_print_()
1853 …{SeExpr2::ExprNode* varNode=NODE1((SeExpr2lsp[-3]).first_column,(SeExpr2lsp[-3]).first_column,VarN… in SeExpr2parse()
1861 …{SeExpr2::ExprNode* varNode=NODE1((SeExpr2lsp[-3]).first_column,(SeExpr2lsp[-3]).first_column,VarN… in SeExpr2parse()
1869 …{SeExpr2::ExprNode* varNode=NODE1((SeExpr2lsp[-3]).first_column,(SeExpr2lsp[-3]).first_column,VarN… in SeExpr2parse()
1877 …{SeExpr2::ExprNode* varNode=NODE1((SeExpr2lsp[-3]).first_column,(SeExpr2lsp[-3]).first_column,VarN… in SeExpr2parse()
1885 …{SeExpr2::ExprNode* varNode=NODE1((SeExpr2lsp[-3]).first_column,(SeExpr2lsp[-3]).first_column,VarN… in SeExpr2parse()
1893 …{SeExpr2::ExprNode* varNode=NODE1((SeExpr2lsp[-3]).first_column,(SeExpr2lsp[-3]).first_column,VarN… in SeExpr2parse()
1907 …{SeExpr2::ExprNode* varNode=NODE1((SeExpr2lsp[-3]).first_column,(SeExpr2lsp[-3]).first_column,VarN… in SeExpr2parse()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/exps/
H A Dlocation.hxx38 first_column = last_column = 0; in Location()
42 …line, int _first_column, int _last_column) : first_line(_first_line), first_column(_first_column),… in Location()
50 ret->first_column = first_column; in clone()
63 first_column = last_column; in step()
81 …n first_line < loc.first_line || (first_line == loc.first_line && first_column < loc.first_column); in operator <()
86 …return first_line == loc.first_line && first_column == loc.first_column && last_line == loc.last_l… in operator ==()
97 os << L" (" << first_line << L"," << first_column << L")"; in getLocationString()
103 …out << L"(" << loc.first_line << L"," << loc.first_column << L") to (" << loc.last_line << L"," <<… in operator <<()
110 int first_column; member in Location
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/grammar/
H A Daxlexer.l34 axlloc.first_column = axlloc.last_column; \
194 {axlloc.first_line, axlloc.first_column});
198 {axlloc.first_line, axlloc.first_column});
202 {axlloc.first_line, axlloc.first_column});
206 {axlloc.first_line, axlloc.first_column});
210 {axlloc.first_line, axlloc.first_column});
225 axlog->error(os.str(), {axlloc.first_line, axlloc.first_column});
244 {axlloc.first_line, axlloc.first_column});
255 {axlloc.first_line, axlloc.first_column});
267 {axlloc.first_line, axlloc.first_column});
[all …]
/dports/math/universal/universal-3.48/tools/cmd/
H A Dpropq.cpp13 ostr << std::setw(first_column) << nbits; in QuireSizeTableRow()
33 unsigned first_column = 8; in QuireSizeTable() local
36 ostr << std::setw(first_column) << " +"; in QuireSizeTable()
41 QuireSizeTableRow<nbits + 0, capacity>(ostr, first_column, size_column); in QuireSizeTable()
42 QuireSizeTableRow<nbits + 1, capacity>(ostr, first_column, size_column); in QuireSizeTable()
43 QuireSizeTableRow<nbits + 2, capacity>(ostr, first_column, size_column); in QuireSizeTable()
44 QuireSizeTableRow<nbits + 3, capacity>(ostr, first_column, size_column); in QuireSizeTable()
45 QuireSizeTableRow<nbits + 4, capacity>(ostr, first_column, size_column); in QuireSizeTable()
46 QuireSizeTableRow<nbits + 5, capacity>(ostr, first_column, size_column); in QuireSizeTable()
47 QuireSizeTableRow<nbits + 6, capacity>(ostr, first_column, size_column); in QuireSizeTable()
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/mm/
H A Ddbcsr_multiply_api.F42 first_row, last_row, first_column, last_column, first_k, last_k, & argument
50 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
58 first_row, last_row, first_column, last_column, first_k, last_k, &
66 first_row, last_row, first_column, last_column, first_k, last_k, & argument
74 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
106 first_row, last_row, first_column, last_column, first_k, last_k, & argument
114 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
122 first_row, last_row, first_column, last_column, first_k, last_k, &
130 first_row, last_row, first_column, last_column, first_k, last_k, & argument
138 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/mm/
H A Ddbcsr_multiply_api.F42 first_row, last_row, first_column, last_column, first_k, last_k, & argument
50 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
58 first_row, last_row, first_column, last_column, first_k, last_k, &
66 first_row, last_row, first_column, last_column, first_k, last_k, & argument
74 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
109 first_row, last_row, first_column, last_column, first_k, last_k, & argument
117 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
125 first_row, last_row, first_column, last_column, first_k, last_k, &
133 first_row, last_row, first_column, last_column, first_k, last_k, & argument
141 INTEGER, INTENT(IN), OPTIONAL :: first_row, last_row, first_column, & local
[all …]
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Ddata-parser.c289 const char *name, int record, int first_column) in add_field() argument
300 field->first_column = first_column; in add_field()
439 *first_column = dfm_column_start (reader); in cut_field()
440 *last_column = *first_column + 1; in cut_field()
446 *first_column = dfm_column_start (reader); in cut_field()
473 *last_column = *first_column + ss_length (*field); in cut_field()
504 .first_column = first_column, in parse_error()
556 parse_error (reader, f, f->first_column, in parse_fixed()
580 int first_column, last_column; in parse_delimited_span() local
628 int first_column, last_column; in parse_delimited_no_span() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dbtyacc_demo.tab.c175 int first_column; member
539 (loc).first_column = ((rhs)[ 0 ]).first_column; \
677 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
686 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
695 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
704 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
713 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
722 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
731 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
740 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
[all …]
/dports/mail/p5-SES/bin/
H A Dses-get-stats.pl92 my $first_column = shift;
97 if ($first_column) {
100 if ($first_column eq $children[$i]->nodeName()) {
134 my $first_column;
147 $first_column = 'Timestamp';
156 print_node($nodes[0], $xpath, 1, \@tabs, $first_column, $tab_size);
158 print_node($node, $xpath, 0, \@tabs, $first_column, $tab_size);
/dports/emulators/atari800/atari800-3.1.0/src/sdl/
H A Dvideo.h73 void SDL_VIDEO_BlitProto80_8(Uint32 *dest, int first_column, int last_column, int pitch, int first_…
74 void SDL_VIDEO_BlitProto80_16(Uint32 *dest, int first_column, int last_column, int pitch, int first…
75 void SDL_VIDEO_BlitProto80_32(Uint32 *dest, int first_column, int last_column, int pitch, int first…
76 void SDL_VIDEO_BlitAF80_8(Uint32 *dest, int first_column, int last_column, int pitch, int first_lin…
77 void SDL_VIDEO_BlitAF80_16(Uint32 *dest, int first_column, int last_column, int pitch, int first_li…
78 void SDL_VIDEO_BlitAF80_32(Uint32 *dest, int first_column, int last_column, int pitch, int first_li…
H A Dvideo.c579 int skip = pitch - (last_column - first_column)*2; in SDL_VIDEO_BlitProto80_8()
585 for (column = first_column; column < last_column; column++) { in SDL_VIDEO_BlitProto80_8()
613 int skip = pitch - (last_column - first_column)*4; in SDL_VIDEO_BlitProto80_16()
619 for (column = first_column; column < last_column; column++) { in SDL_VIDEO_BlitProto80_16()
643 int skip = pitch - (last_column - first_column)*8; in SDL_VIDEO_BlitProto80_32()
648 for (column = first_column; column < last_column; column++) { in SDL_VIDEO_BlitProto80_32()
665 int skip = pitch - (last_column - first_column)*2; in SDL_VIDEO_BlitAF80_8()
671 for (column = first_column; column < last_column; column++) { in SDL_VIDEO_BlitAF80_8()
698 int skip = pitch - (last_column - first_column)*4; in SDL_VIDEO_BlitAF80_16()
704 for (column = first_column; column < last_column; column++) { in SDL_VIDEO_BlitAF80_16()
[all …]
/dports/finance/beancount/beancount-2.3.3/beancount/parser/
H A Dgrammar.h59 int first_column; member
72 (current).first_column = YYRHSLOC(rhs, 1).first_column; \
79 (current).first_column = (current).last_column = \
182 int first_column; member
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Logic/
H A DPuzzleRelatedNumbers.cs202 int first_column; in Draw()
218 first_column = (columns - lines[row].TotalNumbers) / 2; in Draw()
220 if (column < first_column || column - first_column >= lines [row].TotalNumbers) in Draw()
223 if (row + 1 == lines.Length && lines [row].IsMiddle (column - first_column)) in Draw()
226 text = lines [row].GetNumber (column - first_column).ToString (); in Draw()
/dports/net/freediameter/freeDiameter-1.5.0/libfdcore/
H A Dfdd.l52 yylloc->first_column = yylloc->last_column + 1; \
53 yylloc->last_column = yylloc->first_column + yyleng - 1; \
56 yylloc->first_line, yylloc->first_column, \
62 yylloc->first_column = yylloc->last_column + 1; \
63 yylloc->last_column = yylloc->first_column + yyleng - 1; \
291 …OR("Unrecognized text on line %d col %d: '%s'.", yylloc->first_line, yylloc->first_column, yytext);
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dict_legacy_xml/
H A Ddict_lxml.y102 …fd_log_debug("%s:%d.%d-%d.%d : %s", conffile, ploc->first_line, ploc->first_column, ploc->last_lin… in yyerror()
103 else if (ploc->first_column != ploc->last_column) in yyerror()
104 …fd_log_debug("%s:%d.%d-%d : %s", conffile, ploc->first_line, ploc->first_column, ploc->last_column… in yyerror()
106 fd_log_debug("%s:%d.%d : %s", conffile, ploc->first_line, ploc->first_column, s); in yyerror()
/dports/net/freediameter/freeDiameter-1.5.0/extensions/acl_wl/
H A Daw_conf.y106 …fd_log_debug("%s:%d.%d-%d.%d : %s", conffile, ploc->first_line, ploc->first_column, ploc->last_lin… in yyerror()
107 else if (ploc->first_column != ploc->last_column) in yyerror()
108 …fd_log_debug("%s:%d.%d-%d : %s", conffile, ploc->first_line, ploc->first_column, ploc->last_column… in yyerror()
110 fd_log_debug("%s:%d.%d : %s", conffile, ploc->first_line, ploc->first_column, s); in yyerror()
/dports/emulators/qemu42/qemu-4.2.1/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/scripts/dtc/
H A Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \

12345678910>>...87