| /netbsd-src/lib/libcurses/ |
| H A D | cr_put.c | 68 static int outcol, outline, destcol, destline; variable 84 outline = ly; in __mvcur() 98 outcol, outline, destcol, destline); in fgoto() 105 outline += l; in fgoto() 124 if (outline > LINES - 1) { in fgoto() 125 destline -= outline - (LINES - 1); in fgoto() 126 outline = LINES - 1; in fgoto() 132 if (outline < LINES - 1) { in fgoto() 165 if (destline < outline && !(cursor_address || cursor_up)) in fgoto() 166 destline = outline; in fgoto() [all …]
|
| /netbsd-src/usr.bin/colcrt/ |
| H A D | colcrt.c | 67 int outline = 1; variable 118 pflush(outline); in main() 124 if (outline >= 265) in main() 126 outline += 2; in main() 136 if (outline >= 266) in main() 138 outline++; in main() 141 if (outline >= 1) in main() 142 outline--; in main() 145 outline -= 2; in main() 146 if (outline < 0) in main() [all …]
|
| /netbsd-src/external/gpl2/lvm2/dist/lib/config/ |
| H A D | config.c | 364 static int _line_start(struct output_line *outline) in _line_start() argument 366 if (!dm_pool_begin_object(outline->mem, 128)) { in _line_start() 374 static int _line_append(struct output_line *outline, const char *fmt, ...) 376 static int _line_append(struct output_line *outline, const char *fmt, ...) in _line_append() argument 390 if (!dm_pool_grow_object(outline->mem, &buf[0], strlen(buf))) { in _line_append() 398 #define line_append(args...) do {if (!_line_append(outline, args)) {return_0;}} while (0) 400 static int _line_end(struct output_line *outline) in _line_end() argument 404 if (!dm_pool_grow_object(outline->mem, "\0", 1)) { in _line_end() 409 line = dm_pool_end_object(outline->mem); in _line_end() 410 if (outline->putline) in _line_end() [all …]
|
| /netbsd-src/external/mit/libcbor/dist/docs/doxygen/search/ |
| H A D | search.css | 53 outline: none; 81 outline: none; 125 outline-style: none; 131 outline-style: none; 141 outline-style: none; 148 outline-style: none; 205 outline: none; 213 outline: none;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| H A D | disassemble.c | 41 char outline[1024]; in do_disassemble() local 51 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline, in do_disassemble() 52 sizeof(outline)); in do_disassemble() 57 pprint(pos, buf + pos, l, outline); in do_disassemble()
|
| /netbsd-src/games/hack/ |
| H A D | hack.rumors.c | 79 static void outline(FILE *); 109 outline(FILE *rumf) in outline() function 143 outline(rumf); in outrumor()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | withlibctx.pl | 125 my $outline = ""; 134 $outline .= $1.'('.$inside.')'; 138 return ($outline.$1, $2);
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | zishrink.awk | 165 f, field, end, n, outline, r, \ 247 outline = make_line(n, field) 249 rule_output_line[nrule_out++] = outline 255 link_output_line[nlink_out++] = outline 257 zonedef[zonename] = (zoneline ? "" : zonedef[zonename] "\n") outline
|
| /netbsd-src/external/mit/expat/dist/examples/ |
| H A D | Makefile.am | 34 noinst_PROGRAMS = elements outline program 39 outline_SOURCES = outline.c
|
| H A D | Makefile.in | 122 noinst_PROGRAMS = elements$(EXEEXT) outline$(EXEEXT) 152 am_outline_OBJECTS = outline.$(OBJEXT) 170 am__depfiles_remade = ./$(DEPDIR)/elements.Po ./$(DEPDIR)/outline.Po 366 outline_SOURCES = outline.c 415 outline$(EXEEXT): $(outline_OBJECTS) $(outline_DEPENDENCIES) $(EXTRA_outline_DEPENDENCIES) 416 @rm -f outline$(EXEEXT) 426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outline.Po@am__quote@ # am--include-marker 586 -rm -f ./$(DEPDIR)/outline.Po 633 -rm -f ./$(DEPDIR)/outline.Po
|
| /netbsd-src/share/i18n/csmapper/MISC/ |
| H A D | RISCOS-LATIN1%UCS.src | 27 # in Homerton, one of the outline fonts that comes with RISC OS. The 29 # supplied by EFF, a third-party supplier of RISC OS outline fonts.
|
| H A D | UCS%RISCOS-LATIN1.src | 27 # in Homerton, one of the outline fonts that comes with RISC OS. The 29 # supplied by EFF, a third-party supplier of RISC OS outline fonts.
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | guide.book | 2 …dfootfont Helvetica --charset iso-8859-1 --links --embedfonts --pagemode outline --pagelayout sing…
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | BUGS | 1 -*- outline -*-
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 395 bool outline(Module &M, std::vector<OutlinedFunction> &FunctionList, 732 bool MachineOutliner::outline(Module &M, in outline() function in MachineOutliner 1051 outline(M, FunctionList, Mapper, OutlinedFunctionNum); in doOutline()
|
| /netbsd-src/external/mit/lua/dist/doc/ |
| H A D | lua.css | 77 outline: none ;
|
| /netbsd-src/external/bsd/ipf/dist/iplang/ |
| H A D | iplang_y.y | 1306 char outline[80]; in packet_done() local 1308 u_char *s = (u_char *)ipbuffer, *t = (u_char *)outline; in packet_done() 1316 fputs(outline, stdout); in packet_done() 1318 t = (u_char *)outline; in packet_done() 1350 fputs(outline, stdout); in packet_done()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | amigaos | 99 0 beshort 0x0f03 AmigaOS outline font 100 0 belong 0x80001001 AmigaOS outline tag
|
| H A D | acorn | 23 0 string FONT\0 RISC OS outline font data,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/ |
| H A D | style.css | 8 { margin: 0; padding: 0; border: 0 none; outline: 0; font-size: 100%;
|
| /netbsd-src/external/mit/expat/dist/ |
| H A D | CMakeLists.txt | 536 add_executable(outline examples/outline.c) target 537 set_property(TARGET outline PROPERTY RUNTIME_OUTPUT_DIRECTORY examples) 538 target_link_libraries(outline expat)
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/ |
| H A D | sample_docs.mom | 3 \# i) two pages of a novelist's outline 23 \# First, a sample "NAMED" document--in this case, an outline. 24 \# A novelist wouldn't normally write an outline with numbered heads, 153 \*[BD]\&...end of sample outline\c 157 \# The .EL after the line "...end of sample outline" ensures that
|
| /netbsd-src/external/mit/expat/dist/doc/ |
| H A D | ok.min.css | 2 …outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;col…
|
| /netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
| H A D | README.erc32 | 6 The following paragraphs outline the implemented MEC functions.
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/erc32/ |
| H A D | README.erc32 | 6 The following paragraphs outline the implemented MEC functions.
|