Home
last modified time | relevance | path

Searched refs:rst (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Ded.init.c141 ed_Setup(int rst) in ed_Setup() argument
159 for (rst = 0; rst < C_NCC; rst++) { in ed_Setup()
161 ttychars[ED_IO][rst] = vdisable; in ed_Setup()
163 ttychars[EX_IO][rst] = vdisable; in ed_Setup()
233 if (rst) { in ed_Setup()
239 for (rst = 0; rst < C_NCC - 2; rst++) in ed_Setup()
241 ttychars[ED_IO][rst] != vdisable) in ed_Setup()
242 ttychars[ED_IO][rst] = ttychars[TS_IO][rst]; in ed_Setup()
243 for (rst = 0; rst < C_NCC; rst++) in ed_Setup()
246 ttychars[EX_IO][rst] = ttychars[TS_IO][rst]; in ed_Setup()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Drst3 # $File: rst,v 1.3 2020/04/27 01:50:36 christos Exp $
4 # rst: ReStructuredText http://docutils.sourceforge.net/rst.html
11 !:ext rst
H A Daria4 # Reference: https://github.com/aria2/aria2/blob/master/doc/manual-src/en/technical-notes.rst
/dragonfly/contrib/libedit/src/
H A Dtty.c500 int rst = (el->el_flags & NO_RESET) == 0; in tty_setup() local
534 if (rst) { in tty_setup()
540 for (rst = 0; rst < C_NCC - 2; rst++) in tty_setup()
541 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
543 && el->el_tty.t_c[ED_IO][rst] != in tty_setup()
545 el->el_tty.t_c[ED_IO][rst] = in tty_setup()
546 el->el_tty.t_c[TS_IO][rst]; in tty_setup()
547 for (rst = 0; rst < C_NCC; rst++) in tty_setup()
548 if (el->el_tty.t_c[TS_IO][rst] != in tty_setup()
550 el->el_tty.t_c[EX_IO][rst] = in tty_setup()
[all …]
/dragonfly/contrib/bmake/mk/
H A Drst2htm.mk20 TXTSRCS != 'ls' -1t ${.CURDIR}/*.txt ${.CURDIR}/*.rst 2>/dev/null; echo
38 RST_SUFFIXES ?= .rst .txt
H A DChangeLog1611 * rst2htm.mk: convert rst to s5 (slides) or plain html depending
/dragonfly/bin/cat/
H A Dcat.c240 struct stat rst; in raw_cat() local
258 if (fstat(rfd, &rst)) in raw_cat()
261 nbsize = MAX(ost.st_blksize, rst.st_blksize); in raw_cat()
/dragonfly/sys/dev/drm/radeon/
H A Dsi_smc.c163 u32 rst = RREG32_SMC(SMC_SYSCON_RESET_CNTL); in si_is_smc_running() local
166 if (!(rst & RST_REG) && !(clk & CK_DISABLE)) in si_is_smc_running()
/dragonfly/contrib/elftoolchain/
H A DREADME126 .. mode: rst
H A DRELEASE-NOTES205 .. mode: rst
/dragonfly/contrib/libpcap/
H A Dscanner.l473 tcp-rst { yylval->h = 0x04; return NUM; }