| /src/usr.bin/colcrt/ |
| colcrt.c | 67 int outline = 1; variable 118 pflush(outline); 124 if (outline >= 265) 126 outline += 2; 136 if (outline >= 266) 138 outline++; 141 if (outline >= 1) 142 outline--; 145 outline -= 2; 146 if (outline < 0 [all...] |
| /src/external/mit/expat/dist/examples/ |
| Makefile.am | 34 noinst_PROGRAMS = element_declarations elements outline 42 outline_SOURCES = outline.c
|
| /src/lib/libcurses/ |
| cr_put.c | 68 static int outcol, outline, destcol, destline; variable 84 outline = ly; 97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n", 98 outcol, outline, destcol, destline); 105 outline += l; 124 if (outline > LINES - 1) { 125 destline -= outline - (LINES - 1); 126 outline = LINES - 1; 132 if (outline < LINES - 1) { 165 if (destline < outline && !(cursor_address || cursor_up) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| disassemble.c | 41 char outline[1024]; local 51 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline, 52 sizeof(outline)); 57 pprint(pos, buf + pos, l, outline);
|
| /src/games/hack/ |
| hack.rumors.c | 79 static void outline(FILE *); 109 outline(FILE *rumf) function 143 outline(rumf);
|
| /src/external/gpl2/lvm2/dist/lib/config/ |
| config.c | 364 static int _line_start(struct output_line *outline) 366 if (!dm_pool_begin_object(outline->mem, 128)) { 374 static int _line_append(struct output_line *outline, const char *fmt, ...) 376 static int _line_append(struct output_line *outline, const char *fmt, ...) 390 if (!dm_pool_grow_object(outline->mem, &buf[0], strlen(buf))) { 398 #define line_append(args...) do {if (!_line_append(outline, args)) {return_0;}} while (0) 400 static int _line_end(struct output_line *outline) 404 if (!dm_pool_grow_object(outline->mem, "\0", 1)) { 409 line = dm_pool_end_object(outline->mem); 410 if (outline->putline 511 struct output_line outline; local 529 struct output_line outline; local [all...] |
| /src/external/bsd/byacc/dist/ |
| yaccpar.c | 430 ++outline;
|
| btyaccpar.c | 1283 ++outline;
|
| output.c | 43 ++outline; 51 ++outline; 103 ++outline; 104 fprintf_lineno(fp, outline + 1, code_file_name); 113 ++outline; 123 ++outline; 127 ++outline; 131 ++outline; 135 ++outline; 189 ++outline; [all...] |
| main.c | 59 int outline; variable
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| withlibctx.pl | 125 my $outline = ""; 134 $outline .= $1.'('.$inside.')'; 138 return ($outline.$1, $2);
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| withlibctx.pl | 125 my $outline = ""; 134 $outline .= $1.'('.$inside.')'; 138 return ($outline.$1, $2);
|
| /src/external/mit/libcbor/dist/docs/doxygen/search/ |
| 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;
|
| /src/external/public-domain/tz/dist/ |
| 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
|
| /src/lib/libc/time/ |
| tzselect.ksh | 346 outline = $1 "\t" $2 "\t" $3 355 outline = outline sep item 360 gsub(/'\''/, "&\\\\&&", outline) 361 printf fmt, $3, h, outline 366 outline 573 outline = $6 " " $7 " " $4 " " $5 574 if (outline == oldline) 576 oldline = outline 577 gsub(/'\''/, "&\\\\&&", outline) [all...] |
| /src/external/mit/libcbor/dist/docs/stylesheets/ |
| normalize.css | 99 outline: 0;
|
| /src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/ |
| style.css | 8 { margin: 0; padding: 0; border: 0 none; outline: 0; font-size: 100%;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineOutliner.cpp | 1 //===---- MachineOutliner.cpp - Outline instructions -----------*- C++ -*-===// 104 "Number of times to rerun the outliner after the initial outline")); 204 // Can't outline an illegal instruction. Set the flag. 235 /// If an instruction is deemed unsafe to outline, then it will be assigned an 395 bool outline(Module &M, std::vector<OutlinedFunction> &FunctionList, 406 /// Construct a suffix tree on the instructions in \p M and outline repeated 466 R << "Did not outline " << NV("Length", StringLen) << " instructions" 530 // If two candidates overlap, then we can't outline them both. This 551 // It doesn't overlap with anything, so we can outline it. 565 // We've found something we might want to outline 732 bool MachineOutliner::outline(Module &M, function in class:MachineOutliner [all...] |
| /src/external/bsd/ipf/dist/iplang/ |
| iplang_y.y | 1306 char outline[80]; 1308 u_char *s = (u_char *)ipbuffer, *t = (u_char *)outline; 1316 fputs(outline, stdout); 1318 t = (u_char *)outline; 1350 fputs(outline, stdout);
|
| /src/external/mit/expat/dist/doc/ |
| ok.min.css | 2 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--ok-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--ok-mono:SFMono-Regular,Menlo,Monaco,Consolas,"Ubuntu Mono","Liberation Mono","Courier New",Courier,monospace;--ok-fw-0:400;--ok-fw-1:600;--ok-fw-2:700;--ok-fw-3:700;--ok-fs-0:2.5rem;--ok-fs-1:2rem;--ok-fs-2:1.5rem;--ok-fs-3:1.25rem;--ok-fs-4:1rem;--ok-fs-5:0.75rem;--ok-br:0.25rem;--ok-s-0:0;--ok-s-1:0.25rem;--ok-s-2:0.5rem;--ok-s-3:1rem;--ok-s-4:1.5rem;--ok-s-5:2rem;--ok-s-6:2.5rem;--ok-lh-body:1.5;--ok-lh-heading:1.25;--ok-t-hl:#ffcf30;--ok-accent-0:#3e67fa;--ok-accent-1:#4788ff;--ok-tc-accent:#3173de;--ok-tc-code:#c23a30;--ok-tc-0:#000;--ok-tc-1:#747474;--ok-tc-2:#848484;--ok-bg-0:#fff;--ok-bg-1:#f0f0f0;--ok-bg-2:#ccc;--ok-b-0:1px solid #cbcbcb;--ok-b-1:1px solid #848484;--ok-down-0:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23747474'/%3E%3C/svg%3E");--ok-down-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23848484'/%3E%3C/svg%3E")}@media (prefers-color-scheme:dark){:root{--ok-tc-accent:#5c9aff;--ok-tc-code:#ed5853;--ok-tc-0:#fff;--ok-tc-1:#ababab;--ok-tc-2:#929292;--ok-bg-0:#000;--ok-bg-1:#212121;--ok-bg-2:#3e3e3e;--ok-b-0:1px solid #747474;--ok-b-1:1px solid #929292;--ok-down-0:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23ababab'/%3E%3C/svg%3E");--ok-down-1:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' viewBox='0 0 12 8' width='24' fill='none'%3E%3Cpath d='M6 6l4-4h1v1-1L6 7 1 2h1l4 4z' fill='%23929292'/%3E%3C/svg%3E")}}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{font-family:var(--ok-sans);line-sizing:normal;line-height:var(--ok-lh-body);font-weight:var(--ok-fw-0);color:var(--ok-tc-0);background-color:var(--ok-bg-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility;scroll-behavior:smooth}@supports (font-variation-settings:normal){html{font-family:Inter var,var(--ok-sans)}}button,input,optgroup,select,textarea{font-family:inherit;line-height:var(--ok-lh-body)}[role=button],button{cursor:pointer}audio,canvas,embed,iframe,img,input,object,select,svg,textarea,video{display:block}img,video{max-width:100%;height:auto}body{padding:var(--ok-s-3);max-width:80ch;margin:auto}article{padding-bottom:var(--ok-s-6)}h1{font-size:var(--ok-fs-0);margin:0}h2{font-size:var(--ok-fs-1)}h3{font-size:var(--ok-fs-2)}h4{font-size:var(--ok-fs-3)}h5{font-size:var(--ok-fs-4)}h6{font-size:var(--ok-fs-5);text-transform:uppercase;font-weight:var(--ok-fw-1)}h1,h2,h3,h4,h5,h6{line-height:var(--ok-lh-heading);font-weight:var(--ok-fw-3);margin-top:var(--ok-s-6);margin-bottom:var(--ok-s-3)}h1+*,h2+*,h3+*,h4+*,h5+*,h6+*,hr+*{margin-top:0}p{font-size:var(--ok-fs-4)}small{font-size:var(--ok-fs-5)}b,dt,strong{font-weight:var(--ok-fw-2)}address,article,aside,audio,blockquote,button,canvas,dd,details,dialog,div,dl,embed,fieldset,figcaption,figure,footer,form,header,hgroup,hr,iframe,img,input,main,nav,object,ol,p,pre,section,select,summary,svg,table,textarea,ul,video{margin-bottom:var(--ok-s-4)}address:last-child,article:last-child,aside:last-child,blockquote:last-child,dd:last-child,details:last-child,dialog:last-child,div:last-child,dl:last-child,dt:last-child,fieldset:last-child,figcaption:last-child,figure:last-child,footer:last-child,form:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,header:last-child,hgroup:last-child,hr:last-child,input[type=checkbox],input[type=radio],main:last-child,nav:last-child,ol:last-child,p:last-child,pre:last-child,section:last-child,table:last-child,ul:last-child{margin-bottom:0}fieldset{padding:var(--ok-s-3);border:var(--ok-b-0);border-radius:var(--ok-br)}legend{font-weight:var(--ok-fw-1);text-transform:uppercase;font-size:var(--ok-fs-5)}input,select{padding:var(--ok-s-2);background:var(--ok-bg-0);border:var(--ok-b-0);border-radius:var(--ok-br);color:var(--ok-tc-0);min-width:25ch}input:disabled,select:disabled,textarea:disabled{color:var(--ok-tc-2)}input::placeholder,textarea::placeholder{color:var(--ok-tc-2)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--ok-tc-2)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--ok-tc-2)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--ok-tc-2)}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:var(--ok-tc-2)}input::-webkit-clear-button,input::-webkit-inner-spin-button,input::-webkit-search-cancel-button,input::-webkit-search-results-button{display:none}input::-ms-clear,input::-ms-reveal{display:none}input:disabled,textarea:disabled{background-color:var(--ok-bg-1)}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=file]{max-width:300px}input[type=number]{-moz-appearance:textfield}input[type=checkbox],input[type=radio]{display:inline;min-width:auto}input[type=color]{height:2.5rem}input[type=date],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{height:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}input[type=date]:before,input[type=datetime-local]:before,input[type=month]:before,input[type=time]:before,input[type=week]:before{position:absolute;right:0;top:0;background-image:var(--ok-down-0);background-repeat:no-repeat;background-position:right .2em top 50%;background-size:2em auto;width:2.5rem;height:calc(2.5rem - 2px);content:""}input[type=date]:disabled:before,input[type=datetime-local]:disabled:before,input[type=month]:disabled:before,input[type=time]:disabled:before,input[type=week]:disabled:before{background-image:var(--ok-down-1)}input::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;background-color:transparent;cursor:pointer;padding:0;width:2.5rem;height:calc(2.5rem - 2px);content:"";opacity:0}input[type=range]{overflow:visible;line-height:inherit;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;outline:none;cursor:pointer;padding:0;vertical-align:middle;border:none;min-height:2rem;background-color:t (…)
|
| /src/external/mit/libcbor/dist/docs/doxygen/ |
| customdoxygen.css | 811 outline:none; 989 outline: none;
|
| /src/external/lgpl3/gmp/dist/doc/ |
| configuration | 1 /* doc/configuration (in Emacs -*-outline-*- format). */ 386 mode: outline
|
| /src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/ |
| doxygen.css | 846 outline:none; 1103 outline: none;
|
| /src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
| doxygen.css | 846 outline:none; 1103 outline: none;
|
| /src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/ |
| doxygen.css | 846 outline:none; 1103 outline: none;
|