Home
last modified time | relevance | path

Searched refs:typeend (Results 1 – 6 of 6) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/samterm/
H A Dmain.c20 long typeend = -1; variable
468 if(typestart == typeend) { in flushtyping()
475 rload(&t->rasp, typestart, typeend, &n); in flushtyping()
477 if(t==&cmd && typeend==t->rasp.nrunes && scratch[typeend-typestart-1]=='\n'){ in flushtyping()
483 typeend = -1; in flushtyping()
586 typeend = a; in type()
587 if(c=='\n' || typeend-typestart>100) in type()
650 if(typestart<=l->p0 && l->p1<=typeend){ in type()
665 typeend = l->p0; in type()
666 if(typestart == typeend){ in type()
[all …]
/dports/math/rkward-kde/rkward-0.7.1/rkward/windows/
H A Drkworkplace.cpp824 int typeend = description.indexOf (':'); in parseItemDescription() local
825 if ((typeend < 0) || (typeend >= (description.size () - 1))) { in parseItemDescription()
829 ret.type = description.left (typeend); in parseItemDescription()
830 if (description.at (typeend + 1) == ':') { // rkward 0.5.5 or later in parseItemDescription()
831 int specstart = description.indexOf ("::", typeend + 2); in parseItemDescription()
832 if (specstart < typeend) { in parseItemDescription()
836 …ret.params = description.mid (typeend + 2, specstart - typeend - 2).split (':', QString::SkipEmpty… in parseItemDescription()
839 ret.specification = description.mid (typeend + 1); in parseItemDescription()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Ddtd2po.py118 typeend = quote.findend(locnote, "LOCALIZATION NOTE")
120 idstart = locnote.find("(", typeend)
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Ddescriptor.c1645 char *typeend = NULL; in _convert_from_str() local
1649 elsize = (int)strtol(type + 1, &typeend, 10); in _convert_from_str()
1650 if (typeend - type == len) { in _convert_from_str()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dsymboldatabase.cpp4347 const Token *typeend = Token::findsimplematch(typestart, "[")->previous(); in checkVariable() local
4348 for (tok = typeend->tokAt(2); Token::Match(tok, "%name%|,"); tok = tok->next()) { in checkVariable()
4350 addVariable(tok, typestart, typeend, varaccess, nullptr, this, settings); in checkVariable()
4352 return typeend->linkAt(1); in checkVariable()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dsymboldatabase.cpp4347 const Token *typeend = Token::findsimplematch(typestart, "[")->previous(); in checkVariable() local
4348 for (tok = typeend->tokAt(2); Token::Match(tok, "%name%|,"); tok = tok->next()) { in checkVariable()
4350 addVariable(tok, typestart, typeend, varaccess, nullptr, this, settings); in checkVariable()
4352 return typeend->linkAt(1); in checkVariable()