Home
last modified time | relevance | path

Searched refs:marks (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd-14.2/contrib/less/
H A Dmark.c45 static struct mark marks[NMARKS]; variable
78 marks[i].m_letter = letter; in init_mark()
111 return (&marks[c-'a']); in getumark()
113 return (&marks[c-'A'+26]); in getumark()
115 return (&marks[LASTMARK]); in getumark()
117 return (&marks[MOUSEMARK]); in getumark()
166 m = &marks[LASTMARK]; in getmark()
319 if (marks[i].m_ifile == curr_ifile && marks[i].m_scrpos.pos == pos) in posmark()
337 if (marks[i].m_ifile == ifile) in unmark()
352 struct mark *m = &marks[i]; in mark_check_ifile()
[all …]
/freebsd-14.2/contrib/nvi/common/
H A Dmark.c73 SLIST_INIT(ep->marks); in mark_init()
92 while ((lmp = SLIST_FIRST(ep->marks)) != NULL) { in mark_end()
93 SLIST_REMOVE_HEAD(ep->marks, q); in mark_end()
164 SLIST_INSERT_HEAD(sp->ep->marks, lmt, q); in mark_set()
193 SLIST_FOREACH(lmp, sp->ep->marks, q) { in mark_find()
218 SLIST_FOREACH(lmp, sp->ep->marks, q) in mark_insdel()
249 SLIST_FOREACH(lmp, sp->ep->marks, q) in mark_insdel()
H A Dexf.h34 SLIST_HEAD(_markh, _lmark) marks[1];
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td41 // - `OptionalArg`: Sets the argument type and marks it as optional.
42 // - `Arg`: Sets the argument type and marks it as required.
43 // - `EnumArg`: Sets the argument type to an enum and marks it as required.
44 // - `OptionalEnumArg`: Same as EnumArg but marks it as optional.
81 // - `OptionalArg`: Sets the argument type and marks it as optional.
83 // Sets the argument type to eArgTypePid and marks option as
85 // - `Arg`: Sets the argument type and marks it as required.
87 // Sets the argument type to eArgTypePid and marks option as
/freebsd-14.2/contrib/nvi/ex/
H A Dex_move.c122 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
146 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
164 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
180 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/
H A Dfaraday,ftgpio010.txt11 - gpio-controller : marks this as a GPIO controller
13 - interrupt-controller : marks this as an interrupt controller
H A Dintel,ixp4xx-gpio.txt23 - gpio-controller : marks this as a GPIO controller
25 - interrupt-controller : marks this as an interrupt controller
H A Dcdns,gpio.txt11 - gpio-controller: marks the device as a GPIO controller.
18 - interrupt-controller: marks the device as an interrupt controller. When
H A Dgpio-xra1403.txt20 - gpio-controller - marks the node as gpio.
27 - interrupt-controller - marks the node as interrupt controller.
H A Dibm,ppc4xx-gpio.txt15 - gpio-controller: marks the device node as a gpio controller.
H A D8xxx_gpio.txt32 - interrupt-controller: Empty boolean property which marks the GPIO
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dtc3589x.txt19 - interrupt-controller : marks the device node as an interrupt controller
30 - interrupt-controller : marks the device node as an interrupt controller
40 - gpio-controller : marks the device node as a GPIO controller
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dconvex25 # second marks the change between the 4.1 file system and the 4.2 file
26 # system. The Third marks the changing of the block size from 1K
/freebsd-14.2/contrib/libdivsufsort/
H A DCHANGELOG.md8 * Enclose some string variables with double quotation marks in include/CMakeLists.txt
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/
H A Dpower-controller.txt8 marks the device as able to control the system power. In order to test if this
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-stmfx.txt10 - gpio-controller: marks the device as a GPIO controller.
14 - interrupt-controller: marks the device as an interrupt controller.
/freebsd-14.2/usr.bin/tip/tip/
H A Dremote12 # el EOL marks (default is NULL)
15 # ie input EOF marks (default is NULL)
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td139 "Reads a list of symbols from <filename> and marks them local">,
151 "Reads a list of symbols from <filename> and marks them global">,
176 "Reads a list of symbols from <filename> and marks them weak">,
/freebsd-14.2/sys/contrib/zstd/programs/
H A Dbenchzstd.c393 const char* marks[NB_MARKS] = { " |", " /", " =", " \\" }; in BMK_benchMemAdvancedNoAlloc() local
438 OUTPUTLEVEL(2, "%2s-%-17.17s :%10u -> \r", marks[markNb], displayName, (unsigned)srcSize); in BMK_benchMemAdvancedNoAlloc()
461 marks[markNb], displayName, in BMK_benchMemAdvancedNoAlloc()
484 marks[markNb], displayName, in BMK_benchMemAdvancedNoAlloc()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Dsharp,lq101r1sx01.txt24 presence of this property marks the containing node as DSI-LINK1.
H A Dsharp,lq101r1sx01.yaml48 presence of this property marks the containing node as DSI-LINK1
/freebsd-14.2/tests/sys/net/routing/
H A Dtest_routing_l3.py54 pytest.param("inet6", marks=pytest.mark.xfail(reason="currently fails")),
/freebsd-14.2/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c207 const char* const marks[NB_MARKS] = { " |", " /", " =", "\\" }; in BMK_benchMem() local
226 … DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (unsigned)srcSize); in BMK_benchMem()
390 marks[markNb], displayName, (unsigned)srcSize, (unsigned)cSize, ratio, in BMK_benchMem()
529 marks[markNb], displayName, (unsigned)srcSize, (unsigned)cSize, ratio, in BMK_benchMem()
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Dkeymap.subr167 marks[keym] = mark
185 mark = marks[keym];
/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_add_session.pod23 marks it as non-resumable. L<SSL_SESSION_free(3)> is called once for B<c>.

123456