Home
last modified time | relevance | path

Searched +defs:s +defs:tit (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/graphics/bsd-plotutils/bsd-plotutils-1.4.2/libplot/imagen/
H A Dlinemod.c21 pl_linemod(char *s) in pl_linemod()
23 register char *tit; in pl_linemod() local
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dchecktwists.hh112 for (auto tit=twists.begin();tit!=twists.end();++tit) in checkTwists() local
130 for (auto tit=twists.begin();tit!=twists.end();++tit) in checkTwists() local
142 Twist s=*sit; in checkTwists() local
172 for (auto tit=twists.begin();tit!=twists.end();++tit) in checkTwists() local
234 for (auto tit=twists.begin();tit!=twists.end();++tit) in checkTwists() local
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/ui/
H A DuMenu.cpp594 const char *tit, in uMenuItemToggle()
604 const tOutput& tit, in uMenuItemToggle()
628 (uMenu *m,const char *tit,const char *help,int &targ, in uMenuItemInt()
638 (uMenu *m,const tOutput &tit,const tOutput &help,int &targ, in uMenuItemInt()
657 tString s; in Render() local
668 (uMenu *m,const char *tit,const char *help,REAL &targ, in uMenuItemReal()
678 (uMenu *m,const tOutput &tit,const tOutput &help,REAL &targ, in uMenuItemReal()
697 tString s; in Render() local
975 uMenu *s, in uMenuItemSubmenu()
H A DuMenu.h93 void SetSelected(int s) {selected = s;} in SetSelected()
255 const char* tit,const char *help, in uMenuItemSelection()
261 const tOutput &tit,const tOutput &help, in uMenuItemSelection()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Dtc-tahoe.c99 struct tit /* Get it out of the sewer, it stands for struct
102 tahoe_opcodeT tit_opcode; /* The opcode. */ argument
103 byte tit_operands; /* How many operands are here. */ argument
104 struct top tit_operand[TIT_MAX_OPERANDS]; /* Operands */ argument
105 char *tit_error; /* "" or fatal error text */ argument
249 #define RELAX_STATE(s) ((s) >> 2) argument
250 #define RELAX_LENGTH(s) ((s) & 3) argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Dtc-tahoe.c99 struct tit /* Get it out of the sewer, it stands for struct
102 tahoe_opcodeT tit_opcode; /* The opcode. */ argument
103 byte tit_operands; /* How many operands are here. */ argument
104 struct top tit_operand[TIT_MAX_OPERANDS]; /* Operands */ argument
105 char *tit_error; /* "" or fatal error text */ argument
249 #define RELAX_STATE(s) ((s) >> 2) argument
250 #define RELAX_LENGTH(s) ((s) & 3) argument
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dtypes.cpp110 const TypeInfoTable* tit = find(typeInfoTable, typeId); in typeName() local
117 const TypeInfoTable* tit = find(typeInfoTable, typeName); in typeId() local
124 const TypeInfoTable* tit = find(typeInfoTable, typeId); in typeSize() local
339 long us2Data(byte* buf, uint16_t s, ByteOrder byteOrder) in us2Data()
376 long s2Data(byte* buf, int16_t s, ByteOrder byteOrder) in s2Data()
530 std::string ws2s(const std::wstring& s) in ws2s()
542 std::wstring s2ws(const std::string& s) in s2ws()
556 bool stringTo<bool>(const std::string& s, bool& ok) in stringTo()
575 long parseLong(const std::string& s, bool& ok) in parseLong()
599 float parseFloat(const std::string& s, bool& ok) in parseFloat()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/postlike/
H A Dplforces.cpp172 double result(0.0), s(param[m_s_is_here]); in DlnWait() local
632 list <Interval> :: const_iterator tit; in lnWait() local
811 list<Interval>::const_iterator tit; in lnWaitForTinyGrowth() local
855 const Interval * tit; in lnPoint() local
957 list <Interval> :: const_iterator tit=treesum.begin(); in DlnWait() local
1108 list<Interval>::const_iterator tit = treesum.begin(); in DlnWaitForTinyGrowth() local
1150 const Interval* tit; in DlnPoint() local
1376 const Interval * tit; in DlnPoint() local
1776 double s(param[m_s_is_here]); in DlnWait() local
2232 double s(param[m_s_is_here]); in DlnWait() local
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DVimwiki.hs276 mathTagLaTeX s = case s of function
435 ph s = try $ do function
560 let tit = if isURI url function
567 let tit = if isURI contents function
606 | s == "" = "" function
611 procLink s = procLink' x <> y function
615 procImgurl s = if T.take 6 s == "local:" then "file" <> T.drop 5 s else s function
660 makeTagSpan' s = B.spanWith (T.cons '-' s, [], []) (B.str "") <> function
664 makeTagSpan s = B.space <> makeTagSpan' s function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DVimwiki.hs271 mathTagLaTeX s = case s of function
430 ph s = try $ do function
555 let tit = if isURI url function
562 let tit = if isURI contents function
601 | s == "" = "" function
606 procLink s = procLink' x <> y function
610 procImgurl s = if T.take 6 s == "local:" then "file" <> T.drop 5 s else s function
655 makeTagSpan' s = B.spanWith (T.cons '-' s, [], []) (B.str "") <> function
659 makeTagSpan s = B.space <> makeTagSpan' s function
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dpaper-book.cc97 Paper_book::add_score (SCM s) in add_score()
109 Paper_book::add_performance (SCM s) in add_performance()
300 SCM tit = SCM_EOL; in book_title() local
329 SCM tit = SCM_EOL; in score_title() local
454 for (SCM s = scm_reverse (scores_); scm_is_pair (s); s = scm_cdr (s)) in get_system_specs() local
589 for (SCM s = specs; scm_is_pair (s); s = scm_cdr (s)) in systems() local
609 for (SCM s = systems_; scm_is_pair (s); s = scm_cdr (s)) in systems() local
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/UML/Output/HtmlNew/
H A DDocElement.php49 protected function getDescription(PHP_UML_Metamodel_Stereotype $s, $annotatedElement='')
142 protected function getTagsAsList(PHP_UML_Metamodel_Stereotype $s)
332 protected function replaceInTpl($main, $nav, $tit, $name)
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dtypes.cpp104 const TypeInfoTable* tit = find(typeInfoTable, typeId); in typeName() local
111 const TypeInfoTable* tit = find(typeInfoTable, typeName); in typeId() local
118 const TypeInfoTable* tit = find(typeInfoTable, typeId); in typeSize() local
390 long us2Data(byte* buf, uint16_t s, ByteOrder byteOrder) in us2Data()
427 long s2Data(byte* buf, int16_t s, ByteOrder byteOrder) in s2Data()
581 std::string ws2s(const std::wstring& s) in ws2s()
593 std::wstring s2ws(const std::string& s) in s2ws()
607 bool stringTo<bool>(const std::string& s, bool& ok) in stringTo()
626 long parseLong(const std::string& s, bool& ok) in parseLong()
650 float parseFloat(const std::string& s, bool& ok) in parseFloat()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dpaper-book.cc109 append_scm_list (SCM **tail_ptr, SCM s) in append_scm_list()
116 Paper_book::add_score (SCM s) in add_score()
129 Paper_book::add_performance (SCM s) in add_performance()
210 for (SCM s = lists[i]; scm_is_pair (s); s = scm_cdr (s)) in all_formats() local
248 for (SCM s = pages (); scm_is_pair (s); s = scm_cdr (s)) in output() local
329 for (SCM s = systems (); scm_is_pair (s); s = scm_cdr (s)) in dump_signatures() local
437 SCM tit = SCM_EOL; in book_title() local
466 SCM tit = SCM_EOL; in score_title() local
594 for (SCM s = print_elements_; scm_is_pair (s); s = scm_cdr (s)) in get_system_specs() local
737 for (SCM s = specs; scm_is_pair (s); s = scm_cdr (s)) in systems() local
[all …]
/dports/math/vampire/vampire-4.5.1/Shell/
H A DConstraintReaderBack.cpp82 … vstring s = "in "+f->toString()+" there is other connective than and! \n This is not supported! "; in constraints() local
119 Term::Iterator tit(term); in getConstraint() local
161 Term::Iterator tit(term); in readCoefficients() local
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/UML/Output/
H A DApiRenderer.php100 … abstract protected function getDescription(PHP_UML_Metamodel_Stereotype $s, $annotatedElement='');
250 abstract protected function getTagsAsList(PHP_UML_Metamodel_Stereotype $s);
371 abstract protected function replaceInTpl($main, $nav, $tit, $name);
/dports/multimedia/mpv/mpv-0.34.1/stream/
H A Dstream_dvdnav.c260 static int fill_buffer(stream_t *s, void *buf, int max_len) in fill_buffer()
304 int tit = 0, part = 0; in fill_buffer() local
346 int tit, part; in control() local
518 static void stream_dvdnav_close(stream_t *s) in stream_dvdnav_close()
/dports/games/nimuh/nimuh-1.02/src/
H A Dscene.h137 void setStatusScene(int s) { statusScene = s; } in setStatusScene()
147 void setSaveImage(bool s) { clearElmImgSave (); levelSaveImage = 0; saveImage = s; } in setSaveImage()
148 void setSaveImage(bool s, int l) { clearElmImgSave (); levelSaveImage = l; saveImage = s; } in setSaveImage()
198 …void showInput (string tit, string txt, void (*function)(Scene*, Button*, string data), int return… in showInput()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream_dvdnav.c219 static int seek(stream_t *s, int64_t newpos) { in seek()
239 static void stream_dvdnav_close(stream_t *s) { in stream_dvdnav_close()
248 static int fill_buffer(stream_t *s, char *but, int len) in fill_buffer()
307 int tit = 0, part = 0; in fill_buffer() local
366 int tit=0, part=0; in fill_buffer() local
393 int tit, part; in control() local
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream_dvdnav.c219 static int seek(stream_t *s, int64_t newpos) { in seek()
239 static void stream_dvdnav_close(stream_t *s) { in stream_dvdnav_close()
248 static int fill_buffer(stream_t *s, char *but, int len) in fill_buffer()
307 int tit = 0, part = 0; in fill_buffer() local
366 int tit=0, part=0; in fill_buffer() local
393 int tit, part; in control() local
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tron/
H A DgMenus.cpp93 ArmageTron_feature_menuitem(uMenu *m,char const * tit,char const * help,int &targ) in ArmageTron_feature_menuitem()
117 ArmageTron_texmode_menuitem(uMenu *m,char const * tit,int &targ, in ArmageTron_texmode_menuitem()
277 std::stringstream s; in gResMenEntry() local
659 std::stringstream s(&((*content)[0])); in Event() local
680 gMemuItemConsole s(&con_menu,c); in do_con() local
816 ArmageTron_color_menuitem(uMenu *m,const char *tit, in ArmageTron_color_menuitem()
/dports/graphics/okular/okular-21.12.3/generators/chm/lib/
H A Dhelper_search_index.cpp47 QDataStream &operator>>(QDataStream &s, Document &l) in operator >>()
54 QDataStream &operator<<(QDataStream &s, const Document l) in operator <<()
99 … for (QStringList::ConstIterator tit = terms.constBegin(); tit != terms.constEnd(); ++tit) in makeIndex() local
/dports/deskutils/kchmviewer/kchmviewer-RELEASE_8_0/lib/libebook/
H A Dhelper_search_index.cpp50 QDataStream &operator>>( QDataStream &s, Document &l ) in operator >>()
57 QDataStream &operator<<( QDataStream &s, const Document &l ) in operator <<()
105 for ( QStringList::ConstIterator tit = terms.begin(); tit != terms.end(); ++tit ) in makeIndex() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dref.cpp208 char* s; in clean_up() local
421 char* s; in get_pat() local
778 char* tit = NULL; in get_art() local
1070 char* s; in get_unpub() local
1111 char* s; in get_book() local
1113 char* tit; in get_book() local
1309 char* s; in get_thesis() local
1365 char* s; in get_whole_book() local
1429 char* s; in get_sub() local
1545 char* s; in get_sub_gsdb() local
[all …]
/dports/devel/doctorj/doctorj-5.1.2/org/incava/java/
H A DSimpleNodeUtil.java357 … String s = st.toString().replaceAll("\n", "\\\\n").replaceAll("\r", "\\\\r"); in dump() local
385 Iterator tit = tokens.iterator(); in getLevel() local

1234567