Home
last modified time | relevance | path

Searched refs:term_chars (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/yacas/yacas-1.9.1/cyacas/yacas/src/
H A Dunixcommandline.cpp87 term_chars[VERASE] = orig_termio.c_cc[VERASE]; in CUnixCommandLine()
88 term_chars[VEOF] = orig_termio.c_cc[VEOF]; in CUnixCommandLine()
89 term_chars[VKILL] = orig_termio.c_cc[VKILL]; in CUnixCommandLine()
90 term_chars[VWERASE] = orig_termio.c_cc[VWERASE]; in CUnixCommandLine()
91 term_chars[VREPRINT] = orig_termio.c_cc[VREPRINT]; in CUnixCommandLine()
92 term_chars[VSUSP] = orig_termio.c_cc[VSUSP]; in CUnixCommandLine()
149 if (c == term_chars[VERASE]) /* Backspace */ in GetKey()
151 else if (c == term_chars[VEOF]) /* end of file/delete */ in GetKey()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dreadline.c262 static char term_chars[NCCS]; variable
984 } else if (cur_char == term_chars[VSUSP]) { in readline()
1604 term_chars[VERASE] = orig_termio.sg_erase; in set_termio()
1605 term_chars[VEOF] = s_tchars.t_eofc; in set_termio()
1606 term_chars[VKILL] = orig_termio.sg_kill; in set_termio()
1609 term_chars[VWERASE] = s_ltchars.t_werasc; in set_termio()
1610 term_chars[VREPRINT] = s_ltchars.t_rprntc; in set_termio()
1611 term_chars[VSUSP] = s_ltchars.t_suspc; in set_termio()
1636 term_chars[VEOF] = orig_termio.c_cc[VEOF]; in set_termio()
1637 term_chars[VKILL] = orig_termio.c_cc[VKILL]; in set_termio()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dreadline.c262 static char term_chars[NCCS]; variable
984 } else if (cur_char == term_chars[VSUSP]) { in readline()
1604 term_chars[VERASE] = orig_termio.sg_erase; in set_termio()
1605 term_chars[VEOF] = s_tchars.t_eofc; in set_termio()
1606 term_chars[VKILL] = orig_termio.sg_kill; in set_termio()
1609 term_chars[VWERASE] = s_ltchars.t_werasc; in set_termio()
1610 term_chars[VREPRINT] = s_ltchars.t_rprntc; in set_termio()
1611 term_chars[VSUSP] = s_ltchars.t_suspc; in set_termio()
1636 term_chars[VEOF] = orig_termio.c_cc[VEOF]; in set_termio()
1637 term_chars[VKILL] = orig_termio.c_cc[VKILL]; in set_termio()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dreadline.c254 static char term_chars[NCCS]; variable
976 } else if (cur_char == term_chars[VSUSP]) { in readline()
1589 term_chars[VERASE] = orig_termio.sg_erase; in set_termio()
1590 term_chars[VEOF] = s_tchars.t_eofc; in set_termio()
1591 term_chars[VKILL] = orig_termio.sg_kill; in set_termio()
1594 term_chars[VWERASE] = s_ltchars.t_werasc; in set_termio()
1595 term_chars[VREPRINT] = s_ltchars.t_rprntc; in set_termio()
1596 term_chars[VSUSP] = s_ltchars.t_suspc; in set_termio()
1621 term_chars[VEOF] = orig_termio.c_cc[VEOF]; in set_termio()
1622 term_chars[VKILL] = orig_termio.c_cc[VKILL]; in set_termio()
[all …]
/dports/devel/py-pyvisa/PyVISA-1.11.3/examples/
H A Ditc4.py41 itc4 = visa.Instrument("COM2", term_chars=b"\r", timeout=5)
/dports/math/yacas/yacas-1.9.1/cyacas/yacas/include/
H A Dunixcommandline.h25 unsigned char term_chars[NCCS];
/dports/devel/py-pyvisa/PyVISA-1.11.3/docs/source/faq/
H A Dmigrating.rst73 >>> inst.term_chars = '\r'
279 Deprecated term_chars and automatic removal of CR + LF
282 In the original PyVISA implementation, ``Instrument`` takes a ``term_chars``
287 In PyVISA 1.6, ``term_chars`` is replaced by ``read_termination` and
/dports/devel/py-pyvisa/PyVISA-1.11.3/
H A DCHANGES304 - Removed deprecated term_chars.
406 - Set default for term_chars to None and implemented it in write() method.
407 - Described new default for term_chars.
446 - Split the old term_chars in term_chars, delay, and send_end.
H A DChangeLog189 Set default for term_chars to None and implemented it in write() method.
191 * doc/pyvisa.tex: Described new default for term_chars.
322 Split the old term_chars in term_chars, delay, and send_end.
583 term_chars for GPIB instruments.
649 Renamed termination_characters to term_chars. Realised term_chars and timeout
H A DPKG-INFO445 - Removed deprecated term_chars.
547 - Set default for term_chars to None and implemented it in write() method.
548 - Described new default for term_chars.
587 - Split the old term_chars in term_chars, delay, and send_end.
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/ieee488/
H A Dpd.py398 term_chars = (10, 13)
399 is_eol = b in term_chars
400 had_eol = self.accu_bytes[-1] in term_chars
/dports/devel/liblognorm/liblognorm-2.0.6/src/
H A Dparser.c1329 char *term_chars;
1355 if(npb->str[i] == data->term_chars[j]) {
1388 data->term_chars = strdup(json_object_get_string(ed));
1389 data->n_term_chars = strlen(data->term_chars);
1405 data->data_for_display[i] = data->term_chars[j];
1417 free(data->term_chars);
1508 char *term_chars;
1531 if(npb->str[i] == data->term_chars[j]) {
1560 data->term_chars = strdup(json_object_get_string(ed));
1561 data->n_term_chars = strlen(data->term_chars);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Durl_index_private_data.h256 WordIDSet WordIDSetForTermChars(const Char16Set& term_chars);
H A Durl_index_private_data.cc782 const Char16Set& term_chars) { in WordIDSetForTermChars() argument
786 for (auto c_iter = term_chars.begin(); c_iter != term_chars.end(); ++c_iter) { in WordIDSetForTermChars()
798 if (c_iter == term_chars.begin()) { in WordIDSetForTermChars()
/dports/editors/mined/mined-2015.25/src/
H A Dprompt.c1031 char * term_chars; local
1115 for (term_chars = term_input; * term_chars != '\0'; term_chars ++) {
1116 if (unich == * term_chars) {
H A Dmined.h1160 #define get_string(str1, str2, fl, term_chars) \ argument
1161 bottom_line (True, (str1), NIL_PTR, (str2), fl, term_chars)
1162 extern int get_string_uni _((char * str1, char * str2, FLAG fl, char * term_chars));
/dports/devel/py-pyvisa/PyVISA-1.11.3/PyVISA.egg-info/
H A DPKG-INFO445 - Removed deprecated term_chars.
547 - Set default for term_chars to None and implemented it in write() method.
548 - Described new default for term_chars.
587 - Split the old term_chars in term_chars, delay, and send_end.
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst/subparse/
H A Dgstsubparse.c1866 gchar term_chars[] = { '\n', '\n', '\0' }; in gst_sub_parse_sink_event() local
1872 gst_buffer_fill (buf, 0, term_chars, 3); in gst_sub_parse_sink_event()

12