Home
last modified time | relevance | path

Searched refs:lineindex (Results 1 – 25 of 86) sorted by relevance

1234

/dports/sysutils/safecopy/safecopy-1.7/src/
H A Dtextlist.c19 struct lineindex { struct
40 struct lineindex *frst,*scnd; in textlist_greater() argument
41 frst=(struct lineindex*)vfrst; in textlist_greater()
47 struct lineindex *frst,*scnd; in textlist_equality()
54 struct lineindex *identity; in textlist_freecontent()
88 struct lineindex identity; in textlist_remline()
115 struct lineindex *identity; in textlist_setline()
119 identity=(struct lineindex*)malloc(sizeof(struct lineindex)); in textlist_setline()
140 struct lineindex *identity; in textlist_addline()
152 identity=(struct lineindex*)malloc(sizeof(struct lineindex)); in textlist_addline()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/os2/
H A Dprintf.c118 LONG lineindex; /* where next char */ member
169 tp->lineindex=PRINTFIDSIZE-1; /* ..where next char */ in printf()
214 for (; tp->lineindex<newind; tp->lineindex++) { in printf()
217 tp->tidemark=tp->lineindex; in printf()
225 tp->lineindex=max(tp->lineindex-1,PRINTFIDSIZE); in printf()
231 tp->line[tp->lineindex]=ch; in printf()
232 if (tp->lineindex>tp->tidemark) /* is rightmost.. */ in printf()
233 tp->tidemark=tp->lineindex; in printf()
234 tp->lineindex++; /* step for next */ in printf()
236 if (tp->lineindex>=PRINTFMAXBUF) { in printf()
[all …]
/dports/games/spellcast/spellcast/
H A Dxtext.c50 py->lineindex[0].start = 0;
78 len = py->lineindex[ix].len;
80 width = py->lineindex[ix].width;
83 py->linebuf+py->lineindex[ix].start, len);
104 py->lineindex = (struct line *)realloc(py->lineindex,
107 start = py->linebuf+py->lineindex[ln].start;
108 py->lineindex[ln].len = strlen(start);
111 py->lineindex[ln].width = overall.width;
114 py->lineindex[ln+1].start = py->lineindex[ln].start+py->lineindex[ln].len + 1;
116 py->lineindex[ln+1].width = 0;
[all …]
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/gsl/
H A DDottedTree.py71 def node_sexpr(self, tag, children, lineindex): argument
82 def node_node(self, tag, children, lineindex): argument
83 return Node(tag, tuple(children), lineindex)
101 def parse_iter(self, pos, tag, lineindex, it, src=None): argument
105 firstline = lineindex
109 lineindex, nextvar = next(it)
129 return lineindex, nextvar, self.node(tag, children, firstline)
134 src.error('Level must increase with 1 max', lineindex)
135 lineindex, nextvar, child = self.parse_iter(pos+1, [nextvar[pos+1:]],
136 lineindex, it, src)
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/paintops/hatching/
H A Dhatching_brush.cpp106 void HatchingBrush::iterateLines(bool forward, int lineindex, bool oneline) in iterateLines() argument
124 …scanIntercept = hotIntercept + dy * lineindex; // scanIntercept will represent the Intercept of th… in iterateLines()
126 …scanIntercept = hotIntercept - dy * lineindex; // scanIntercept will represent the Intercept of t… in iterateLines()
128lineindex++; // We are descending vertically out of convenience, see blog entry at pentalis.org/kr… in iterateLines()
205 void HatchingBrush::iterateVerticalLines(bool forward, int lineindex, bool oneline) in iterateVerticalLines() argument
220 verticalScanX = verticalHotX + separation * lineindex; in iterateVerticalLines()
222 verticalScanX = verticalHotX - separation * lineindex; in iterateVerticalLines()
224 lineindex++; in iterateVerticalLines()
H A Dhatching_brush.h115 void iterateLines(bool forward, int lineindex, bool oneline);
123 void iterateVerticalLines(bool forward, int lineindex, bool oneline);
/dports/graphics/Coin/coin-Coin-4.0.0/src/details/
H A DSoLineDetail.cpp57 : lineindex(0), partindex(0) in SoLineDetail()
110 return this->lineindex; in getLineIndex()
156 this->lineindex = idx; in setLineIndex()
178 this->lineindex++; in incLineIndex()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-address-western.c319 gint linecntr, lineindex; in e_address_western_parse() local
338 lineindex = 0; in e_address_western_parse()
339 while (address[lineindex] != '\0') { in e_address_western_parse()
340 if (address[lineindex] == '\n') in e_address_western_parse()
343 lineindex++; in e_address_western_parse()
348 lineindex = 0; in e_address_western_parse()
351 while (address[lineindex] != '\0') { in e_address_western_parse()
352 if (address[lineindex] == '\n') { in e_address_western_parse()
353 lines[linecntr] = &address[lineindex + 1]; in e_address_western_parse()
357 lineindex++; in e_address_western_parse()
/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dprintlines.h343 uint lineindex, in replace() argument
345 lines[lineindex] = newlines[0]; in replace()
347 lines.insert(lines.begin() + lineindex+1, newlines.begin()+1, newlines.end()); in replace()
350 uint lineindex, in replace() argument
352 lines[lineindex] = newlines[0]; in replace()
354 lines.insert(lines.begin() + lineindex+1, newlines.begin()+1, newlines.end()); in replace()
358 static uint divideline(uint lineindex,
361 static uint divideline(uint lineindex,
365 static uint divideline(uint lineindex,
368 static uint divideline(uint lineindex,
[all …]
H A Dprintlines.cpp1223 uint Printlines::divideline(uint lineindex, argument
1228 PLine3 *l = &lines[lineindex];
1250 lines[lineindex] = line1;
1258 uint Printlines::divideline(uint lineindex, argument
1263 replace(lines, lineindex, newlines);
1266 uint Printlines::divideline(uint lineindex, argument
1271 replace(lines, lineindex, newlines);
1275 uint Printlines::divideline(uint lineindex, argument
1280 replace(lines, lineindex, newlines);
1283 uint Printlines::divideline(uint lineindex, argument
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/vis/
H A Dbmsh3d_vis_utils.cxx789 lineindex[i*3] = i;
790 lineindex[i*3+1] = i+1;
791 lineindex[i*3+2] = -1;
798 delete[] lineindex;
820 lineindex[i*3] = i;
821 lineindex[i*3+1] = i+1;
822 lineindex[i*3+2] = -1;
825 lineindex[i*3] = i;
826 lineindex[i*3+1] = 0;
827 lineindex[i*3+2] = -1;
[all …]
/dports/devel/lnphost/lnphost/Modules/
H A Dlnphost.c713 unsigned linesize,lineindex; in lnp_hexdump() local
719 for (lineindex=0; lineindex<HEXDUMP_LINE; lineindex++) { in lnp_hexdump()
720 if (lineindex<linesize) printf(" %02X",*(dataptr++)); in lnp_hexdump()
722 if ((lineindex%HEXDUMP_GROUP)==(HEXDUMP_GROUP-1)) printf(" "); in lnp_hexdump()
727 for (lineindex=0; lineindex<HEXDUMP_LINE; lineindex++) { in lnp_hexdump()
728 if (lineindex<linesize) in lnp_hexdump()
/dports/devel/libdwarf/dwarf-20161124/dwarfgen/
H A Direpmacro.h37 Dwarf_Signed lineno, Dwarf_Signed lineindex, in IRMacroRecord() argument
40 type_(type),lineno_(lineno),lineindex_(lineindex), in IRMacroRecord()
/dports/devel/dwarfdump/dwarf-20161124/dwarfgen/
H A Direpmacro.h37 Dwarf_Signed lineno, Dwarf_Signed lineindex, in IRMacroRecord() argument
40 type_(type),lineno_(lineno),lineindex_(lineindex), in IRMacroRecord()
/dports/emulators/ukncbtl/ukncbtl-qt-812cde85/
H A Dqdisasmview.cpp74 int lineindex = event->y() / m_cyDisasmLine; in mousePressEvent() local
75 if (lineindex >= 0 && lineindex < m_DisasmLineItems.count()) in mousePressEvent()
77 DisasmLineItem& lineitem = m_DisasmLineItems[lineindex]; in mousePressEvent()
680 int lineindex = 0; in updateData() local
700 lineindex++; in updateData()
701 if (lineindex >= MAX_DISASMLINECOUNT) in updateData()
763 lineindex++; in updateData()
764 if (lineindex >= MAX_DISASMLINECOUNT) in updateData()
860 for (int lineindex = 0; lineindex < m_DisasmLineItems.count(); lineindex++) // Draw the lines in drawDisassemble() local
862 DisasmLineItem& lineitem = m_DisasmLineItems[lineindex]; in drawDisassemble()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DChFiDS_FaceInterference.lxx28 lineindex = LineIndex;
43 lineindex = I;
77 return lineindex;
H A DChFiDS_FaceInterference.hxx88 Standard_Integer lineindex; member in ChFiDS_FaceInterference
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiDS/
H A DChFiDS_FaceInterference.lxx28 lineindex = LineIndex;
43 lineindex = I;
77 return lineindex;
H A DChFiDS_FaceInterference.cxx28 lineindex (0), in ChFiDS_FaceInterference()
H A DChFiDS_FaceInterference.hxx88 Standard_Integer lineindex; member in ChFiDS_FaceInterference
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DChFiDS_FaceInterference.lxx28 lineindex = LineIndex;
43 lineindex = I;
77 return lineindex;
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dsam_sort.c253 int lineindex; /* Original line order */ member
289 Cell_fill (struct T *this, int lineindex, int readindex, unsigned int flag, SAM_split_output_type s… in Cell_fill() argument
293 this->lineindex = lineindex; in Cell_fill()
318 this->lineindex = 0; in Cell_fill_nodups()
422 if (x->lineindex < y->lineindex) { in Cell_lineindex_cmp()
424 } else if (y->lineindex < x->lineindex) { in Cell_lineindex_cmp()
854 int lineindex, readindex, nreads; in process_with_dups() local
876 lineindex = -1; in process_with_dups()
893 lineindex++; in process_with_dups()
935 …Cell_fill(cells[k++],lineindex,readindex,flag,split_output,query_lowp,initial_softclip,genomicpos,… in process_with_dups()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_teleport.cpp747 int lineindex; in EV_TeleportSector()
748 for (lineindex = sec->linecount-1; lineindex >= 0; --lineindex) in EV_TeleportSector()
750 line_t *line = sec->lines[lineindex]; in EV_TeleportSector()
H A Dp_tags.cpp53 static inline int lineindex(const line_t *line) in lineindex() function
272 return LineHasID(lineindex(line), tag); in LineHasID()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/details/
H A DSoLineDetail.h66 int lineindex; variable

1234