| /freebsd/contrib/less/ |
| H A D | mark.c | 26 * 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 D | mark.c | 28 * 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 D | OptionsBase.td | 19 // - `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 D | ex_move.c | 107 * 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 D | ms.diffs | 203 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 D | tc3589x.txt | 19 - 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 D | stmpe.txt | 12 - 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 D | tuklib_mbstr_nonprint.h | 6 /// \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 D | faraday,ftgpio010.txt | 11 - gpio-controller : marks this as a GPIO controller 13 - interrupt-controller : marks this as an interrupt controller
|
| H A D | nintendo,hollywood-gpio.txt | 6 - gpio-controller: Marks the device node as a GPIO controller. 13 - interrupt-controller: Marks the device node as an interrupt controller.
|
| H A D | gpio-thunderx.txt | 5 - gpio-controller: Marks the device node as a GPIO controller. 12 - interrupt-controller: Marks the device node as an interrupt controller.
|
| H A D | gpio-nmk.txt | 15 - gpio-controller : Marks the device node as a GPIO controller. 16 - interrupt-controller : Marks the device node as an interrupt controller.
|
| H A D | intel,ixp4xx-gpio.txt | 23 - gpio-controller : marks this as a GPIO controller 25 - interrupt-controller : marks this as an interrupt controller
|
| H A D | gpio-sprd.txt | 11 - gpio-controller: Marks the device node as a GPIO controller. 14 - interrupt-controller: Marks the device node as an interrupt controller.
|
| H A D | gpio_atmel.txt | 10 - gpio-controller: Marks the device node as a GPIO controller. 11 - interrupt-controller: Marks the device node as an interrupt controller.
|
| H A D | abilis,tb10x-gpio.txt | 6 - gpio-controller: Marks the device node as a gpio controller. 13 - interrupt-controller: Marks the device node as an interrupt controller.
|
| H A D | gpio-xra1403.txt | 20 - gpio-controller - marks the node as gpio. 27 - interrupt-controller - marks the node as interrupt controller.
|
| H A D | cdns,gpio.txt | 11 - gpio-controller: marks the device as a GPIO controller. 18 - interrupt-controller: marks the device as an interrupt controller. When
|
| H A D | nvidia,tegra20-gpio.txt | 12 - gpio-controller : Marks the device node as a GPIO controller. 22 - interrupt-controller : Marks the device node as an interrupt controller.
|
| H A D | gpio-zynq.txt | 13 - gpio-controller : Marks the device node as a GPIO controller. 16 - interrupt-controller : Marks the device node as an interrupt controller.
|
| H A D | gpio_oxnas.txt | 9 - gpio-controller: Marks the port as GPIO controller. 15 - interrupt-controller: Marks the device node as an interrupt controller.
|
| H A D | microchip,pic32-gpio.txt | 7 - gpio-controller: Marks the port as GPIO controller. 14 - interrupt-controller: Marks the device node as an interrupt controller.
|
| /freebsd/bin/ps/ |
| H A D | ps.1 | 824 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 D | cc_dctcp.4 | 38 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 D | parser.c | 733 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 …]
|