/openbsd-src/gnu/usr.bin/texinfo/info/ |
H A D | search.c | 39 make_binding (char *buffer, long int start, long int end) in make_binding() 91 register char *buff, *end; in search_forward() local 150 register char *buff, *end; in search_backward() local 219 string_in_line (char *string, char *line) in string_in_line() 221 register int end; in string_in_line() local 434 long position; in find_tags_table() local 461 long position; in find_node_in_binding() local
|
H A D | nodes.c | 389 long position; in build_tags_and_nodes() local 509 int start, end; in get_nodes_of_info_file() local 594 long position; in get_nodes_of_tags_table() local 709 char *start, *end, *line; in get_tags_of_indirect_tags_table() local 1195 long position; in adjust_nodestart() local
|
H A D | session.c | 542 int start, end, amount; in set_window_pagetop() local 557 int start, end, amount; in set_window_pagetop() local 727 int end, c; variable 1489 int start, end, amount; variable 1588 int pagetop, start, end; variable 1773 info_parse_and_select (char *line, WINDOW *window) in info_parse_and_select() 2058 char *line; in info_menu_or_ref_item() local 2334 long position; variable 2385 char *line; variable 2635 char *line = info_read_in_echo_area (window, (char *) _("Follow menus: ")); variable [all …]
|
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
H A D | cmds.c | 605 char *line; in cm_comment() local 881 cm_indicate_url (int arg, int start, int end) in cm_indicate_url() 989 cm_dfn (int arg, int position) in cm_dfn() 1120 cm_cite (int arg, int position) in cm_cite() 1137 cm_not_fixed_width (int arg, int start, int end) in cm_not_fixed_width() 1303 cm_obsolete (int arg, int start, int end) in cm_obsolete() 1408 char *line; in cm_sp() local 1460 char *line; in cm_dircategory() local 1496 char *line; in cm_center() local 1506 char *line; in cm_center() local [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 1208 size_t end = cmd_words.GetArgumentCount(); in GetCommandSPExact() local 1487 size_t end = 0; in GetCommandObjectForCommand() local 2115 CommandInterpreter::GetAutoSuggestionForCommand(llvm::StringRef line) { in GetAutoSuggestionForCommand() 2286 int position = 0; // Any string that isn't an argument position, i.e. '%' in GetOptionArgumentPosition() local 3041 llvm::StringRef line; in PrintCommandOutput() local 3057 llvm::StringRef line, const Flags &io_handler_flags) const { in EchoCommandNonInteractive() 3072 std::string &line) { in IOHandlerInputComplete()
|
/openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
H A D | cindex.py | 252 def from_position(tu, file, line, column): argument 275 def line(self): member in SourceLocation 316 def from_locations(start, end): argument 328 def end(self): member in SourceRange 2969 def get_location(self, filename, position): argument 3092 def codeComplete(self, path, line, column, unsaved_files=None, argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.c | 706 int line; member 1558 struct tlist **end = to; local 6447 tree position = TREE_VALUE (args); local 6484 tree sentinel, end; local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 703 Windows::iterator pos, end = m_subwindows.end(); in RemoveSubWindow() local 732 Windows::iterator pos, end = m_subwindows.end(); in FindSubWindow() local 996 int end; member 1167 int position = m_first_visibile_char + width - 1; in GetLastVisibleCharPosition() local 1784 int line = 0; in DrawFields() local 2587 int line = 0; in DrawFields() local 7033 StringRef line = lineStream.GetString(); in WindowDelegateDraw() local
|