Home
last modified time | relevance | path

Searched refs:pterm (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dparser_xml.c127 if (pterm->type == TT_COMMENT || pterm->type == TT_ANY) { in statement2xml_elem()
155 pterm->keyword[0] ? mystrdup (pterm->keyword) : mystrdup ("item"); in statement2xml_elem()
158 item->tag_id = pterm->id; in statement2xml_elem()
167 if (token_len > pterm->keyword_len && pterm->keyword_len > 0) in statement2xml_elem()
169 (&module[token_len - pterm->keyword_len], pterm->keyword, in statement2xml_elem()
276 if (pterm->sub_syntax) { in statement2xml_elem()
315 TermDef *pterm = NULL; in xml_tree2file() local
347 if (pterm == NULL) { in xml_tree2file()
355 pterm = hdata.vptr; in xml_tree2file()
357 if (pterm == NULL) in xml_tree2file()
[all …]
H A Dparser_fs.c52 TermDef *pterm = config->current_term; in statement2free_storage() local
58 if (pterm->type == TT_COMMENT || pterm->type == TT_INLINE_COMMENT) in statement2free_storage()
60 if (pterm->type == TT_ANY) { in statement2free_storage()
71 pterm, ID_ANY, NULL)) == NULL) in statement2free_storage()
88 if (pterm->sub_syntax) in statement2free_storage()
250 TermDef * pterm) in FindTermAndRemove() argument
257 if ((*ppCurr)->term == pterm) in FindTermAndRemove()
465 TermDef *pterm; in ScanAndWriteExistant() local
481 if (pterm) in ScanAndWriteExistant()
491 if (pterm) { in ScanAndWriteExistant()
[all …]
/dports/security/putty-nogtk/putty-0.76/doc/
H A Dman-pterm.but3 \H{pterm-manpage} Man page for pterm
5 \S{pterm-manpage-name} NAME
11 \c pterm [ options ]
317 the \cw{pterm} window.
323 the \cw{pterm} window.
390 \dt \cw{pterm.CurType}
402 \dt \cw{pterm.Beep}
478 \q{\cw{pterm}}.
492 \dt \cw{pterm.Font}
539 \dt \cw{pterm.Colour0}, \cw{pterm.Colour1}, ..., \cw{pterm.Colour21}
[all …]
/dports/security/putty/putty-0.76/doc/
H A Dman-pterm.but3 \H{pterm-manpage} Man page for pterm
5 \S{pterm-manpage-name} NAME
11 \c pterm [ options ]
317 the \cw{pterm} window.
323 the \cw{pterm} window.
390 \dt \cw{pterm.CurType}
402 \dt \cw{pterm.Beep}
478 \q{\cw{pterm}}.
492 \dt \cw{pterm.Font}
539 \dt \cw{pterm.Colour0}, \cw{pterm.Colour1}, ..., \cw{pterm.Colour21}
[all …]
/dports/textproc/miller/miller-5.10.2/c/containers/
H A Dparse_trie.h56 parse_trie_node_t* pterm = NULL; in parse_trie_ring_match() local
63 pterm = pnext; in parse_trie_ring_match()
67 if (pterm == NULL) { in parse_trie_ring_match()
70 *pstridx = pterm->stridx; in parse_trie_ring_match()
71 *pmatchlen = pterm->strlen; in parse_trie_ring_match()
79 parse_trie_node_t* pterm = NULL; in parse_trie_match() local
86 pterm = pnext; in parse_trie_match()
90 if (pterm == NULL) { in parse_trie_match()
93 *pstridx = pterm->stridx; in parse_trie_match()
94 *pmatchlen = pterm->strlen; in parse_trie_match()
/dports/security/putty-nogtk/putty-0.76/icons/
H A DMakefile3 ICONS = putty puttycfg puttygen pscp pageant pterm ptermcfg puttyins
94 xpmpterm.c: pterm-16.png pterm-32.png pterm-48.png
110 Pterm.icns: pterm-16-mono.pam pterm-16.pam \
111 pterm-32-mono.pam pterm-32.pam \
112 pterm-48-mono.pam pterm-48.pam \
113 pterm-128.pam
114 ./macicon.py mono:pterm-16-mono.pam colour:pterm-16.pam \
115 mono:pterm-32-mono.pam colour:pterm-32.pam \
116 mono:pterm-48-mono.pam colour:pterm-48.pam \
117 colour:pterm-128.pam \
/dports/security/putty/putty-0.76/icons/
H A DMakefile3 ICONS = putty puttycfg puttygen pscp pageant pterm ptermcfg puttyins
94 xpmpterm.c: pterm-16.png pterm-32.png pterm-48.png
110 Pterm.icns: pterm-16-mono.pam pterm-16.pam \
111 pterm-32-mono.pam pterm-32.pam \
112 pterm-48-mono.pam pterm-48.pam \
113 pterm-128.pam
114 ./macicon.py mono:pterm-16-mono.pam colour:pterm-16.pam \
115 mono:pterm-32-mono.pam colour:pterm-32.pam \
116 mono:pterm-48-mono.pam colour:pterm-48.pam \
117 colour:pterm-128.pam \
/dports/math/gravity/Gravity-da941e9/include/gravity/
H A Dpoly.h210 class pterm{
217 pterm(){} in pterm() function
220 pterm(bool sign, shared_ptr<constant_> coef, shared_ptr<param_> p, int exp){ in pterm() function
233 pterm(const pterm& t){ in pterm() function
237 pterm(pterm&& t){ in pterm() function
241pterm(bool sign, shared_ptr<constant_> coef, shared_ptr<list<pair<shared_ptr<param_>, int>>> l){ in pterm() function
284 pterm exclude(const shared_ptr<param_>& p) const;
286 bool operator==(const pterm& l) const;
287 bool operator!=(const pterm& l) const;
289 pterm& operator=(const pterm& l);
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dmergecell.c64 PINBOXPTR cterm, pterm, saveterm ; local
168 pterm = pptr->pinptr =
170 pterm->nextterm = saveterm ;
172 pterm = pptr->termptr =
174 pterm->nextterm = NULL ;
176 pterm->terminal = cterm->terminal ;
177 pterm->xpos = pterm->orig_xpos = cterm->xpos + cptr->xcenter - xcenter ;
178 pterm->ypos = pterm->orig_ypos = cterm->ypos + cptr->ycenter - ycenter;
/dports/textproc/p5-Text-ANSI-Util/Text-ANSI-Util-0.231/lib/Text/ANSI/
H A DBaseUtil.pm109 my $pterm = '';
158 push @pterms, $pterm;
167 push @pterms, $pterm;
168 … push @termsw, $is_mb ? Text::WideChar::Util::mbswidth($pterm):length($pterm);
173 $pterm .= $s;
180 … push @termsw, $is_mb ? Text::WideChar::Util::mbswidth($pterm):length($pterm);
189 … push @termsw, $is_mb ? Text::WideChar::Util::mbswidth($pterm):length($pterm);
194 $pterm .= $s;
200 push @pterms, $pterm;
288 my $pterm = $pterms[$i];
[all …]
/dports/devel/rlwrap/rlwrap-0.45.2/src/
H A Dterm.c209 …struct termios *pterm = my_tcgetattr(slave_pty_sensing_fd, "slave pty"); /* mimic terminal se… in set_echo() local
211 if (!pterm) /* child has probably died */ in set_echo()
213 pterm->c_lflag &= ~ICANON; /* except a few details... */ in set_echo()
214 pterm->c_cc[VMIN] = 1; in set_echo()
215 pterm->c_cc[VTIME] = 0; in set_echo()
217 pterm->c_lflag |= ECHO; in set_echo()
219 pterm->c_lflag &= ~ECHO; in set_echo()
221 log_terminal_settings(pterm); in set_echo()
222 if (tcsetattr(STDIN_FILENO, TCSANOW, pterm) < 0 && errno != ENOTTY) in set_echo()
224 free(pterm); in set_echo()
/dports/math/gravity/Gravity-da941e9/src/
H A Dpoly.cpp61 pterm& pterm::operator=(const pterm &p){ in operator =()
72 pterm& pterm::operator=(pterm&& p){ in operator =()
331 string pterm::print_poly_vars() const{ in print_poly_vars()
340 string pterm::print_poly_vars(size_t inst) const{ in print_poly_vars()
349 string pterm::print_poly_vars(size_t inst1, size_t inst2) const{ in print_poly_vars()
358 string pterm::to_str() const{ in to_str()
370 string pterm::to_str(size_t ind, int prec) const{ in to_str()
382 string pterm::to_str(size_t ind1, size_t ind2, int prec) const{ in to_str()
471 pterm pterm::exclude(const shared_ptr<param_>& p) const{ in exclude()
472 pterm new_pt(*this); in exclude()
/dports/science/py-scipy/scipy-1.7.1/scipy/special/cdflib/
H A Dcumchn.f60 + lfact,pcent,pterm,sum,sumadj,term,wt,xnonc,xx, local
165 pterm = pcent + sumadj
172 term = wt*pterm
203 pterm = pcent - sumadj
204 term = wt*pterm
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterConf/
H A DWharf.c422 TermDef *pterm; in WharfSpecialFunc() local
442 if (pterm != NULL) { in WharfSpecialFunc()
443 LOCAL_DEBUG_OUT ("term %p found keyword :[%s]", pterm, pterm->keyword); in WharfSpecialFunc()
445 config->current_term = pterm; in WharfSpecialFunc()
465 TermDef *pterm; in WharfSpecialFunc() local
485 if (pterm == NULL) { in WharfSpecialFunc()
491 config->current_term = pterm; in WharfSpecialFunc()
592 if (pterm != NULL) { in ParseWharfItem()
594 pterm->keyword); in ParseWharfItem()
595 if (pterm->id == F_Folder) { in ParseWharfItem()
[all …]
H A Dfunction.c53 TermDef *pterm; in TrailingFuncSpecial() local
60 …if ((pterm = FindStatementTerm (config->tline, config->syntax)) != NULL) { /* we have a valid func… in TrailingFuncSpecial()
61 config->current_term = pterm; in TrailingFuncSpecial()
79 TermDef *pterm; in Func2FreeStorage() local
90 pterm = FindTerm (pFuncSyntax, TT_ANY, func->func); in Func2FreeStorage()
93 AddFreeStorageElem (syntax, tail, pterm, WHARF_Wharf_ID)) != NULL) { in Func2FreeStorage()
116 if (get_flags (pterm->flags, USES_NUMVALS)) { in Func2FreeStorage()
/dports/math/scilab/scilab-6.1.1/scilab/modules/statistics/src/dcdflib/
H A Dcumchn.f76 + lfact,pcent,pterm,sum,sumadj,term,wt,xnonc,xx
183 pterm = pcent + sumadj
190 term = wt*pterm
224 pterm = pcent - sumadj
225 term = wt*pterm
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/compiler/
H A Dpreabsyn.mli71 type pterm = type
73 | SeqTerm of pterm list * pos
75 | ListTerm of pterm list * pos
77 | ConsTerm of pterm list * pterm * pos
81 | LambdaTerm of pabstractedsymbol * pterm list * pos
93 type pclause = Clause of pterm
169 * Clauses: pterm list
202 val getTermPos : pterm -> pos
204 val getClauseTerm : pclause -> pterm
206 val string_of_term : pterm -> string
/dports/graphics/jasper/jasper-version-2.0.33/test/bin/
H A Dcodec_tests267 BEGIN id=csty_0 CSTYTEST0 pterm
269 BEGIN id=csty_2 CSTYTEST0 termall pterm
271 BEGIN id=csty_4 CSTYTEST0 lazy pterm
273 BEGIN id=csty_6 CSTYTEST0 lazy termall pterm
280 BEGIN id=csty_13 CSTYTEST0 lazy termall pterm segsym sop eph vcausal \
282 BEGIN id=csty_14 CSTYTEST0 lazy termall pterm segsym sop eph vcausal \
291 BEGIN id=csty_20 CSTYTEST1 pterm
293 BEGIN id=csty_22 CSTYTEST1 termall pterm
295 BEGIN id=csty_24 CSTYTEST1 lazy pterm
297 BEGIN id=csty_26 CSTYTEST1 lazy termall pterm
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgenattrtab.c2122 temp = *pterm; in simplify_and_tree()
2126 temp = *pterm; in simplify_and_tree()
2131 *pterm = true_rtx; in simplify_and_tree()
2144 if (exp == *pterm) in simplify_and_tree()
2150 else if (GET_CODE (*pterm) == NOT && exp == XEXP (*pterm, 0)) in simplify_and_tree()
2162 *pterm = true_rtx; in simplify_and_tree()
2199 *pterm = true_rtx; in simplify_and_tree()
2252 temp = *pterm; in simplify_or_tree()
2256 temp = *pterm; in simplify_or_tree()
2261 *pterm = false_rtx; in simplify_or_tree()
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/syb-0.7.2.1/tests/
H A DFreeNames.hs75 refsEqua (E ps _ _) = everything union ([] `mkQ` pterm) ps
77 pterm (PTerm n _) = [n] function
78 pterm _ = [] function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/syb-0.7.1/tests/
H A DFreeNames.hs75 refsEqua (E ps _ _) = everything union ([] `mkQ` pterm) ps
77 pterm (PTerm n _) = [n] function
78 pterm _ = [] function
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/syb-0.7.1/tests/
H A DFreeNames.hs75 refsEqua (E ps _ _) = everything union ([] `mkQ` pterm) ps
77 pterm (PTerm n _) = [n] function
78 pterm _ = [] function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/syb-0.7.2.1/tests/
H A DFreeNames.hs75 refsEqua (E ps _ _) = everything union ([] `mkQ` pterm) ps
77 pterm (PTerm n _) = [n] function
78 pterm _ = [] function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/syb-0.7.1/tests/
H A DFreeNames.hs75 refsEqua (E ps _ _) = everything union ([] `mkQ` pterm) ps
77 pterm (PTerm n _) = [n] function
78 pterm _ = [] function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/syb-0.7.2.1/tests/
H A DFreeNames.hs75 refsEqua (E ps _ _) = everything union ([] `mkQ` pterm) ps
77 pterm (PTerm n _) = [n] function
78 pterm _ = [] function

12345678