Home
last modified time | relevance | path

Searched refs:hist_line (Results 1 – 19 of 19) sorted by relevance

/dports/shells/fish/fish-3.3.1/tests/pexpects/
H A Dhistfile.py33 hist_line = "- cmd: " + cmd1 variable
43 expect_str(hist_line)
49 hist_line = "- cmd: " + cmd2 variable
55 grephistfile(hist_line, my_histfile)
56 expect_str(hist_line)
66 hist_line = "- cmd: " + cmd3 variable
78 expect_str(hist_line)
84 grephistfile(hist_line, my_histfile)
109 hist_line = "- cmd: " + cmd4 variable
113 grephistfile(hist_line, env_histfile)
[all …]
/dports/polish/gnugadu2/gg2-2.3.0/contrib/gghist/
H A Dgg_history.c115 struct gg_hist_line *hist_line = g_new0(struct gg_hist_line, 1); in formatline() local
126 hist_line->type = msg_type; in formatline()
132 hist_line->id = getitem(fd, offset, ',', ',', 0, 1); // ID in formatline()
133 hist_line->nick = getitem(fd, offset, ',', ',', 1, 1); // NICK in formatline()
135 hist_line->data = getitem(fd, offset, ',', '\n', 3, 1); // DATA in formatline()
140 hist_line->id = getitem(fd, offset, ',', ',', 0, 1); // ID in formatline()
141 hist_line->nick = getitem(fd, offset, ',', ',', 1, 1); // NICK in formatline()
149 hist_line->id = getitem(fd, offset, ',', ',', 0, 1); // ID in formatline()
150 hist_line->nick = getitem(fd, offset, ',', ',', 1, 1); // NICK in formatline()
151 hist_line->ip = getitem(fd, offset, ',', ',', 2, 1); // IP in formatline()
[all …]
H A Dgghist.c155 struct gg_hist_line *hist_line = NULL; in show_lines() local
167 if (hist_line->type == GG_HIST_SEND) in show_lines()
178 gtmp2 = g_strcompress(hist_line->data); in show_lines()
184 else if (hist_line->type == GG_HIST_RCV) in show_lines()
223 free(hist_line->id); in show_lines()
224 free(hist_line->nick); in show_lines()
225 free(hist_line->timestamp1); in show_lines()
226 free(hist_line->timestamp2); in show_lines()
227 free(hist_line->ip); in show_lines()
228 free(hist_line->data); in show_lines()
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DHoughLineDetector.cpp82 unsigned* hist_line = &m_histogram[0]; in process() local
90 hist_line[bin] += weight; in process()
92 hist_line += m_histWidth; in process()
104 const unsigned* hist_line = &m_histogram[0]; in visualizeHoughSpace() local
107 max_value = std::max(max_value, hist_line[x]); in visualizeHoughSpace()
109 hist_line += m_histWidth; in visualizeHoughSpace()
120 hist_line = &m_histogram[0]; in visualizeHoughSpace()
127 hist_line += m_histWidth; in visualizeHoughSpace()
244 unsigned* hist_line = &hist[0]; in incrementBinsMasked() local
250 ++hist_line[x]; in incrementBinsMasked()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/edit/
H A Demacs.c227 location.hist_line = hloff; in ed_emacsread()
232 location.hist_line = 0; in ed_emacsread()
269 hloff = location.hist_line; in ed_emacsread()
652 location.hist_line = hloff; in ed_emacsread()
674 hloff = location.hist_line; in ed_emacsread()
688 hloff = location.hist_line; in ed_emacsread()
692 location.hist_line = hloff; in ed_emacsread()
912 location.hist_line = 0; in escape()
1191 if (location.hist_line) in xcommands()
1314 hloff = location.hist_line; in search()
[all …]
H A Dhistory.c960 location.hist_line = 0; in hist_find()
992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) in hist_find()
1175 next.hist_line = line; in hist_locate()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/edit/
H A Demacs.c227 location.hist_line = hloff; in ed_emacsread()
232 location.hist_line = 0; in ed_emacsread()
269 hloff = location.hist_line; in ed_emacsread()
652 location.hist_line = hloff; in ed_emacsread()
674 hloff = location.hist_line; in ed_emacsread()
688 hloff = location.hist_line; in ed_emacsread()
692 location.hist_line = hloff; in ed_emacsread()
912 location.hist_line = 0; in escape()
1191 if (location.hist_line) in xcommands()
1314 hloff = location.hist_line; in search()
[all …]
H A Dhistory.c960 location.hist_line = 0; in hist_find()
992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) in hist_find()
1175 next.hist_line = line; in hist_locate()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/edit/
H A Demacs.c227 location.hist_line = hloff; in ed_emacsread()
232 location.hist_line = 0; in ed_emacsread()
269 hloff = location.hist_line; in ed_emacsread()
654 location.hist_line = hloff; in ed_emacsread()
676 hloff = location.hist_line; in ed_emacsread()
690 hloff = location.hist_line; in ed_emacsread()
694 location.hist_line = hloff; in ed_emacsread()
914 location.hist_line = 0; in escape()
1197 if (location.hist_line) in xcommands()
1320 hloff = location.hist_line; in search()
[all …]
H A Dhistory.c960 location.hist_line = 0; in hist_find()
992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) in hist_find()
1172 next.hist_line = line; in hist_locate()
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/console/
H A DConsoleView.cpp250 Line* hist_line = GetLine(hist_id+1, ConsoleLineTypeCmd, prefix); in Keyboard() local
251 if(hist_line) { in Keyboard()
252 current_line = *hist_line; in Keyboard()
260 Line* hist_line = GetLine(hist_id-1, ConsoleLineTypeCmd, prefix); in Keyboard() local
261 if(hist_line) { in Keyboard()
262 current_line = *hist_line; in Keyboard()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/edit/
H A Demacs.c196 location.hist_line = hloff; in ed_emacsread()
200 location.hist_line = 0; in ed_emacsread()
530 location.hist_line = hloff; in ed_emacsread()
542 location.hist_line = hloff; in ed_emacsread()
559 hloff = location.hist_line; in ed_emacsread()
564 location.hist_line = ep->in_mult; in ed_emacsread()
567 hloff = location.hist_line; in ed_emacsread()
570 location.hist_line = hloff; in ed_emacsread()
747 location.hist_line = 0; in emacs_escape()
969 if (location.hist_line) { in emacs_xcommands()
[all …]
H A Dhistory.c684 location.hist_line = 0; in hist_find()
708 if ((location.hist_line = hist_match(hp, offset, string, coffset)) >= 0) { in hist_find()
850 next.hist_line = line; in hist_locate()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dhistory.h48 int hist_line; member
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dhistory.h48 int hist_line; member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dhistory.h48 int hist_line; member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dhistory.h71 int hist_line; member
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/
H A Dmeica.py666 hist_line = "%s" % (" ".join(sys.argv).replace('"',r"\"")) variable
668 sl.append("%s3dNotes -h \'%s (%s)\' TED/%s_medn.nii" % (tedflag,hist_line,note_line,outprefix))
670 sl.append("%s3dNotes -h \'%s (%s)\' TED/%s_mefc.nii" % (tedflag,hist_line,note_line,outprefix))
672 sl.append("%s3dNotes -h \'%s (%s)\' TED/%s_mefc.nii" % (tedflag,hist_line,note_line,outprefix))
674 sl.append("%s3dNotes -h \'%s (%s)\' TED/%s_tsoc.nii" % (tedflag,hist_line,note_line,outprefix))
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Ddietline.c346 static inline bool match_hist_line(char *hist_line, char *cur_line) { in match_hist_line() argument
348 return r_str_startswith (hist_line, cur_line) && strcmp (hist_line, cur_line); in match_hist_line()