Home
last modified time | relevance | path

Searched refs:thisseq (Results 1 – 4 of 4) sorted by relevance

/dports/mail/exmh2/exmh-2.9.0/lib/
H A Dmh.tcl625 foreach thisseq [array names seqs] {
630 if {![regexp {^ *$} $seqs($thisseq)]} {
631 if [regexp -- {-} $seqs($thisseq)] {
632 set realseq $seqs($thisseq)
634 set realseq [MhSeqMake $seqs($thisseq)]
636 puts $out "$thisseq: $realseq"
646 foreach thisseq [array names seqs] {
658 foreach thisseq [array names seqs] {
660 if {![regexp {^ *$} $seqs($thisseq)]} {
661 if [regexp -- {-} $seqs($thisseq)] {
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dkeymap.c1923 Lisp_Object maps, tail, thisseq; member
1935 Lisp_Object thisseq = d->thisseq; in accessible_keymaps_1() local
1948 if (lim <= XFIXNUM (Flength (thisseq))) in accessible_keymaps_1()
1952 Faref (thisseq, make_fixnum (i)))) in accessible_keymaps_1()
1972 Lisp_Object last = make_fixnum (XFIXNUM (Flength (thisseq)) - 1); in accessible_keymaps_1()
1973 tem = Fcopy_sequence (thisseq); in accessible_keymaps_1()
1985 tem = append_key (thisseq, key); in accessible_keymaps_1()
2055 data.thisseq = Fcar (XCAR (tail));
2058 last = make_fixnum (XFIXNUM (Flength (data.thisseq)) - 1);
2063 && EQ (Faref (data.thisseq, last), meta_prefix_char));
/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c1847 Lisp_Object maps, tail, thisseq; member
1859 Lisp_Object thisseq = d->thisseq; in accessible_keymaps_1() local
1872 if (lim <= XFIXNUM (Flength (thisseq))) in accessible_keymaps_1()
1876 Faref (thisseq, make_fixnum (i)))) in accessible_keymaps_1()
1896 Lisp_Object last = make_fixnum (XFIXNUM (Flength (thisseq)) - 1); in accessible_keymaps_1()
1897 tem = Fcopy_sequence (thisseq); in accessible_keymaps_1()
1909 tem = append_key (thisseq, key); in accessible_keymaps_1()
1981 data.thisseq = Fcar (XCAR (tail));
1984 last = make_fixnum (XFIXNUM (Flength (data.thisseq)) - 1);
1989 && EQ (Faref (data.thisseq, last), meta_prefix_char));
/dports/math/lambda/lambda-0.1.4/
H A Dnode.cc211 exp_node* thisseq = this->seq_lambda(); in match() local
212 if( thisseq ) in match()
221 if( *thisseq==*thatseq ) in match()
230 delete thisseq; in match()