Home
last modified time | relevance | path

Searched full:marks (Results 1 – 25 of 836) sorted by relevance

12345678910>>...34

/freebsd/contrib/less/
H A Dmark.c26 * For restored marks we set m_filename instead of m_ifile
37 * The table of marks.
42 #define NUMARKS ((2*26)+1) /* user marks (not lastmark) */
45 static struct mark marks[NMARKS]; variable
64 * Initialize the mark table to show no marks are set.
78 marks[i].m_letter = letter; in init_mark()
79 cmark(&marks[i], NULL_IFILE, NULL_POSITION, -1); in init_mark()
111 return (&marks[c-'a']); in getumark()
113 return (&marks[c-'A'+26]); in getumark()
115 return (&marks[LASTMARK]); in getumark()
[all …]
/freebsd/contrib/nvi/common/
H A Dmark.c28 * Marks are maintained in a key sorted singly linked list. We can't
31 * 10 marks at any one time, so this will be is fast enough.
33 * Marks are fixed, and modifications to the line don't update the mark's
45 * In historic vi, marks returned if the operation was undone, unless the
48 * deleted, we delete (and log) any marks on that line. An undo will create
60 * Set up the marks.
71 * Set up the marks. in mark_init()
73 SLIST_INIT(ep->marks); in mark_init()
79 * Free up the marks.
92 while ((lmp = SLIST_FIRST(ep->marks)) != NULL) { in mark_end()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td19 // - `Required`: Marks the option as required.
41 // - `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.
59 // Marks the option as required (see option_has_arg).
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
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_move.c107 * Log the positions of any marks in the to-be-deleted lines. This in ex_move()
110 * positions. Then the marks end up in the right positions no matter in ex_move()
120 /* Log the old positions of the marks. */ in ex_move()
122 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()
178 /* Log the new positions of the marks. */ in ex_move()
180 SLIST_FOREACH(lmp, sp->ep->marks, q) in ex_move()
/freebsd/share/doc/usd/18.msdiffs/
H A Dms.diffs203 there are some new string definitions that define quotation marks
213 foreign accent marks defined by the \*ms macros.
214 All the accent marks available in \*mos are present,
218 Unlike the \*mos accent marks,
220 Here is a list of the diacritical marks,
251 If you want to use these new diacritical marks,
/freebsd/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
H A Dstmpe.txt12 - interrupt-controller : Marks the device node as an interrupt controller
13 - wakeup-source : Marks the input device as wakable
/freebsd/contrib/xz/src/common/
H A Dtuklib_mbstr_nonprint.h6 /// \brief Find and replace non-printable characters with question marks
37 /// \brief Replace non-printable characters with question marks
58 /// \brief Replace non-printable characters with question marks
/freebsd/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 Dnintendo,hollywood-gpio.txt6 - gpio-controller: Marks the device node as a GPIO controller.
13 - interrupt-controller: Marks the device node as an interrupt controller.
H A Dgpio-thunderx.txt5 - gpio-controller: Marks the device node as a GPIO controller.
12 - interrupt-controller: Marks the device node as an interrupt controller.
H A Dgpio-nmk.txt15 - gpio-controller : Marks the device node as a GPIO controller.
16 - interrupt-controller : Marks the device node 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 Dgpio-sprd.txt11 - gpio-controller: Marks the device node as a GPIO controller.
14 - interrupt-controller: Marks the device node as an interrupt controller.
H A Dgpio_atmel.txt10 - gpio-controller: Marks the device node as a GPIO controller.
11 - interrupt-controller: Marks the device node as an interrupt controller.
H A Dabilis,tb10x-gpio.txt6 - gpio-controller: Marks the device node as a gpio controller.
13 - interrupt-controller: Marks the device node as an interrupt controller.
H A Dgpio-xra1403.txt20 - gpio-controller - marks the node as gpio.
27 - interrupt-controller - marks the node as 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 Dnvidia,tegra20-gpio.txt12 - gpio-controller : Marks the device node as a GPIO controller.
22 - interrupt-controller : Marks the device node as an interrupt controller.
H A Dgpio-zynq.txt13 - gpio-controller : Marks the device node as a GPIO controller.
16 - interrupt-controller : Marks the device node as an interrupt controller.
H A Dgpio_oxnas.txt9 - gpio-controller: Marks the port as GPIO controller.
15 - interrupt-controller: Marks the device node as an interrupt controller.
H A Dmicrochip,pic32-gpio.txt7 - gpio-controller: Marks the port as GPIO controller.
14 - interrupt-controller: Marks the device node as an interrupt controller.
/freebsd/bin/ps/
H A Dps.1824 Marks a process in disk (or other short term, uninterruptible) wait.
826 Marks a process that is idle (sleeping for longer than about 20 seconds).
828 Marks a process that is waiting to acquire a lock.
830 Marks a runnable process.
832 Marks a process that is sleeping for less than about 20 seconds.
834 Marks a stopped process.
836 Marks an idle interrupt thread.
838 Marks a dead process (a
857 Marks a process which is in
/freebsd/share/man/man4/
H A Dcc_dctcp.438 proportion of Explicit Congestion Notification (ECN) marks received from capable
47 mirrors back incoming (or missing) CE marks by setting (or clearing) ECE marks.
/freebsd/contrib/libyaml/src/
H A Dparser.c733 if (!PUSH(parser, parser->marks, token->start_mark)) in yaml_parser_parse_block_sequence_entry()
763 (void)POP(parser, parser->marks); in yaml_parser_parse_block_sequence_entry()
772 "while parsing a block collection", POP(parser, parser->marks), in yaml_parser_parse_block_sequence_entry()
841 if (!PUSH(parser, parser->marks, token->start_mark)) in yaml_parser_parse_block_mapping_key()
872 (void)POP(parser, parser->marks); in yaml_parser_parse_block_mapping_key()
881 "while parsing a block mapping", POP(parser, parser->marks), in yaml_parser_parse_block_mapping_key()
956 if (!PUSH(parser, parser->marks, token->start_mark)) in yaml_parser_parse_flow_sequence_entry()
974 "while parsing a flow sequence", POP(parser, parser->marks), in yaml_parser_parse_flow_sequence_entry()
997 (void)POP(parser, parser->marks); in yaml_parser_parse_flow_sequence_entry()
1107 if (!PUSH(parser, parser->marks, token->start_mark)) in yaml_parser_parse_flow_mapping_key()
[all …]

12345678910>>...34