/openbsd-src/share/snmp/ |
H A D | OPENBSD-PF-MIB.txt | 84 STATUS current 93 STATUS current 113 STATUS current 121 STATUS current 132 STATUS current 140 STATUS current 148 STATUS current 156 STATUS current 164 STATUS current 172 STATUS current [all …]
|
H A D | OPENBSD-RELAYD-MIB.txt | 57 STATUS current 65 STATUS current 88 STATUS current 96 STATUS current 105 STATUS current 113 STATUS current 121 STATUS current 129 STATUS current 131 "Number of packets passed via this redirect in the current statistics interval" 137 STATUS current [all …]
|
H A D | OPENBSD-CARP-MIB.txt | 62 STATUS current 70 STATUS current 78 STATUS current 89 STATUS current 97 STATUS current 106 STATUS current 127 STATUS current 135 STATUS current 143 STATUS current 151 STATUS current [all …]
|
H A D | VM-MIB.txt | 89 STATUS current 99 STATUS current 112 STATUS current 143 STATUS current 241 STATUS current 269 STATUS current 295 STATUS current 306 STATUS current 317 STATUS current 345 STATUS current [all …]
|
H A D | HOST-RESOURCES-MIB.txt | 113 STATUS current 119 STATUS current 151 STATUS current 169 STATUS current 181 STATUS current 189 STATUS current 205 STATUS current 221 STATUS current 233 STATUS current 242 STATUS current [all …]
|
H A D | IP-MIB.txt | 61 STATUS current 87 STATUS current 143 STATUS current 175 STATUS current 195 STATUS current 213 STATUS current 232 STATUS current 249 STATUS current 265 STATUS current 285 STATUS current [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpander.cpp | 21 StringRef Current = Code; in emit() local 23 while (!Current.empty()) { in emit() 24 size_t Pos = Current.find_first_of("$\n\\"); in emit() 26 OS << Current; in emit() 27 Current = ""; in emit() 31 OS << Current.substr(0, Pos); in emit() 32 Current = Current.substr(Pos); in emit() 34 if (Current.startswith("\n")) { in emit() 36 Current = Current.drop_front(1); in emit() 40 if (Current.startswith("\\$") || Current.startswith("\\\\")) { in emit() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_linux.cpp | 35 if (data_.current >= last) return false; in Next() 37 (char *)internal_memchr(data_.current, '\n', last - data_.current); in Next() 41 segment->start = ParseHex(&data_.current); in Next() 42 CHECK_EQ(*data_.current++, '-'); in Next() 43 segment->end = ParseHex(&data_.current); in Next() 44 CHECK_EQ(*data_.current++, ' '); in Next() 45 CHECK(IsOneOf(*data_.current, '-', 'r')); in Next() 47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next() 48 CHECK(IsOneOf(*data_.current, '-', 'w')); in Next() 49 if (*data_.current++ == 'w') segment->protection |= kProtectionWrite; in Next() [all …]
|
/openbsd-src/gnu/usr.bin/cvs/diff/ |
H A D | io.c | 77 /* Get ready to read the current file. 82 sip (current, skip_test) in sip() argument 83 struct file_data *current; in sip() 87 if (current->desc < 0) 90 current->bufsize = sizeof (word); 91 current->buffer = xmalloc (current->bufsize); 95 current->bufsize = STAT_BLOCKSIZE (current->stat); 96 current->buffer = xmalloc (current->bufsize); 102 int oldmode = setmode (current->desc, O_BINARY); 104 size_t n = read (current->desc, current->buffer, current->bufsize); [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 83 // Maintains a stack level corresponding to the current End token. in getLengthToMatchingParen() 122 // Returns \c true if \c Current starts a new parameter. 123 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter() argument 125 const FormatToken &Previous = *Current.Previous; in startsNextParameter() 126 if (Current.is(TT_CtorInitializerComma) && in startsNextParameter() 130 if (Style.Language == FormatStyle::LK_Proto && Current.is(TT_SelectorName)) in startsNextParameter() 132 return Previous.is(tok::comma) && !Current.isTrailingComment() && in startsNextParameter() 281 const FormatToken &Current = *State.NextToken; in canBreak() local 282 const FormatToken &Previous = *Current.Previous; in canBreak() 284 assert(&Previous == Current.Previous); in canBreak() [all …]
|
H A D | SortJavaScriptImports.cpp | 220 FormatToken *Current; member in clang::format::JavaScriptImportSorter 227 void skipComments() { Current = skipComments(Current); } in skipComments() 236 Current = Current->Next; in nextToken() 238 if (!Current || Current == LineEnd->Next) { in nextToken() 239 // Set the current token to an invalid token, so that further parsing on in nextToken() 241 Current = &invalidToken; in nextToken() 373 Current = Line->First; in parseModuleReferences() 377 while (Current && Current->is(tok::comment)) { in parseModuleReferences() 378 StringRef CommentText = Current->TokenText.trim(); in parseModuleReferences() 388 References.back().Range.setEnd(Current->Tok.getEndLoc()); in parseModuleReferences() [all …]
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | FrameHeaderCache.hpp | 93 CacheEntry *Current = MostRecentlyUsed; in find() local 95 while (Current != nullptr) { in find() 98 Current->LowPC(), Current->HighPC()); in find() 99 if (Current->LowPC() <= CBData->targetAddr && in find() 100 CBData->targetAddr < Current->HighPC()) { in find() 103 Current->LowPC(), Current->HighPC()); in find() 105 // If there is no Previous, then Current is already the in find() 107 Previous->Next = Current->Next; in find() 108 Current->Next = MostRecentlyUsed; in find() 109 MostRecentlyUsed = Current; in find() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 290 return StringRef(Current, End - Current); in currentInput() 398 /// Consume a single b-break[28] if it's present at the current position. 400 /// Return false if the code unit at the current position isn't a line break. 410 /// Invalid simple keys are not on the current line or are further than 1024 427 /// Skip a single-line comment when the comment starts at the current 524 /// The current position of the scanner. 525 StringRef::iterator Current; member in llvm::yaml::Scanner 530 /// Current YAML indentation level in spaces. 533 /// Current column number in Unicode code points. 536 /// Current line number. [all …]
|
/openbsd-src/usr.bin/make/ |
H A D | lowparse.c | 67 static struct input_stream *current; /* the input_stream being parsed. */ variable 90 * New character c from current input stream, or EOF at end of stream. */ 92 current->ptr < current->end ? *current->ptr++ : grab_new_line_and_readchar() 95 * consumed the current line and returns the first char, or EOF at end of 99 * Skips to the end of the current line, returns either '\n' or EOF. */ 201 origin.fname = current->origin.fname; in Parse_FromString() 206 Lst_Push(&input_stack, current); in Parse_FromString() 207 assert(current != NULL); in Parse_FromString() 208 current = new_input_string(str, &origin); in Parse_FromString() 215 if (current != NULL) in Parse_FromFile() [all …]
|
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/ |
H A D | vi.cmd.roff | 23 the default display can show the current cursor row and cursor column, 25 and the current mode of the editor. 48 not fit on the current screen. 131 Each command description (for commands that alter the current cursor 137 is horizontally as close as possible to the current cursor position. 138 If the current line is shorter than the cursor position 144 it does not alter the current cursor position, and a subsequent 203 which case it means the current line) or a cursor movement command. 376 times for the current word. 377 The current word begins at the first non-whitespace character on or [all …]
|
H A D | ex.cmd.roff | 24 However, whatever character is set for the current terminal is supported 34 is the current line. 41 The default for range is the current line 57 in a 10 line file is acceptable, and will print from the current line 85 A pattern used to derive a pathname; the default is the current file. 122 the current line is incremented by 1 and then the current line is displayed. 166 command described below notes the new current line after it 226 are expanded into the current and alternate pathnames, respectively. 353 If the current line is set to one of the lines that are affected 396 Add an abbreviation to the current abbreviation list. [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | AttrIterator.h | 36 /// Current - The current, underlying iterator. 43 mutable Iterator Current; variable 46 while (!isa<SpecificAttr>(*Current)) in AdvanceToNext() 47 ++Current; in AdvanceToNext() 51 while (Current != I && !isa<SpecificAttr>(*Current)) in AdvanceToNext() 52 ++Current; in AdvanceToNext() 63 explicit specific_attr_iterator(Iterator i) : Current(i) {} in specific_attr_iterator() 67 return cast<SpecificAttr>(*Current); 71 return cast<SpecificAttr>(*Current); 75 ++Current; [all …]
|
/openbsd-src/bin/ed/ |
H A D | ed.1 | 172 .Em current address 175 When a file is first read, the current address is set to the last line 177 In general, the current address is set to the last line affected by a command. 189 relative to the current address. 214 current address. 216 used to set the current address, and the second address is interpreted 222 The current line 264 The current through last lines in the buffer. 271 current line, if necessary. 279 current line, if necessary. [all …]
|
/openbsd-src/regress/usr.bin/diff/ |
H A D | t11.1 | 20 .\" it can only edit files in the current 144 .I current address 147 When a file is first read, the current address is set to the last line 148 of the file. In general, the current address is set to the last line 161 relative to the current address. 183 current address. In a semi-colon-delimited range, the first address is 184 used to set the current address, and the second address is interpreted 192 The current line (address) in the buffer. 253 current through last lines in the buffer. This is equivalent to 263 current line, if necessary. [all …]
|
H A D | t11.2 | 145 .Em current address 148 When a file is first read, the current address is set to the last line 150 In general, the current address is set to the last line affected by a command. 162 relative to the current address. 186 current address. 188 used to set the current address, and the second address is interpreted 194 The current line (address) in the buffer. 231 The current through last lines in the buffer. 238 current line, if necessary. 245 current line, if necessary. [all …]
|
/openbsd-src/sbin/fsdb/ |
H A D | fsdb.8 | 84 as the new current inode. 87 Revert to the previously current inode. 96 in the current directory and make its inode the current inode. 120 List the current inode's directory entries. 121 This command is valid only if the current inode is a directory. 126 from the current directory inode. 127 This command is valid only if the current inode is a directory. 134 in the current directory inode. 135 This command is valid only if the current inode is a directory. 153 Change the type of the current inode to [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | nlmheader.y | 86 /* The current symbol prefix when reading a list of import or export 521 /* The current line number. */ 523 /* The current state. */ 529 /* The current input file. */ 531 static struct input current; variable 541 current.next = NULL; in nlmlex_file() 553 *push = current; in nlmlex_file_push() 555 current.next = push; in nlmlex_file_push() 558 current = *push; in nlmlex_file_push() 568 current.file = fopen (name, "r"); in nlmlex_file_open() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | nlmheader.y | 86 /* The current symbol prefix when reading a list of import or export 521 /* The current line number. */ 523 /* The current state. */ 529 /* The current input file. */ 531 static struct input current; variable 541 current.next = NULL; in nlmlex_file() 553 *push = current; in nlmlex_file_push() 555 current.next = push; in nlmlex_file_push() 558 current = *push; in nlmlex_file_push() 568 current.file = fopen (name, "r"); in nlmlex_file_open() [all …]
|
/openbsd-src/share/man/man7/ |
H A D | man.7 | 56 Text lines are interpreted within the current state. 403 is empty or not specified, the current date is used. 469 Indent relative to the current indentation: 483 Line macros are only scoped to the current line (and, in some 485 Block macros are scoped to the current line and subsequent lines until 488 Line macros are generally scoped to the current line, with the body 511 .It Ic AT Ta <=1 Ta current Ta \& 513 .It Ic BI Ta n Ta current Ta \& 514 .It Ic BR Ta n Ta current Ta \& 515 .It Ic DT Ta 0 Ta current Ta \& [all …]
|
/openbsd-src/usr.bin/mg/ |
H A D | mg.1 | 82 The current cursor location in 104 are created in the current working directory by default. 108 The backup file location can either be in the current 402 Toggle auto-fill mode (sometimes called mail-mode) in the current buffer, 408 Toggle indent mode in the current buffer, 413 Move the dot to the first non-whitespace character on the current line. 436 If set, keep mark's position, otherwise set at current position. 522 deletes all the blank lines above and below the current line. 523 Otherwise, it deletes all of the blank lines after the current line. 533 Delete leading whitespace on the current line. [all …]
|