| /freebsd-12.1/share/examples/bootforth/ |
| H A D | frames.4th | 36 : hline ( len x y -- ) \ Draw horizontal single line 61 : vline ( len x y -- ) \ Draw vertical single line 72 : box ( w h x y -- ) \ Draw a box 74 vline \ Draw left vert line 76 vline \ Draw right vert line 78 hline \ Draw top horiz line 80 hline \ Draw bottom horiz line 81 2dup at-xy lt_el @ emit \ Draw left-top corner 82 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner 83 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner
|
| /freebsd-12.1/stand/forth/ |
| H A D | frames.4th | 72 : hline ( len x y -- ) \ Draw horizontal single line 112 : vline ( len x y -- ) \ Draw vertical single line 123 : box ( w h x y -- ) \ Draw a box 125 vline \ Draw left vert line 127 vline \ Draw right vert line 129 hline \ Draw top horiz line 131 hline \ Draw bottom horiz line 132 2dup at-xy lt_el @ emit \ Draw left-top corner 133 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner 134 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner
|
| H A D | shortcuts.4th | 46 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th) 47 draw-brand \ Draw FIS logo at top (in brand.4th)
|
| H A D | menu-commands.4th | 374 draw-beastie \ Draw FreeBSD logo at right (in beastie.4th) 375 draw-brand \ Draw brand.4th logo at top (in brand.4th)
|
| H A D | menu.4th | 1036 42 13 menuX @ 3 - menuY @ 1- box \ Draw frame (w,h,x,y)
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 391 auto Draw = [&](GlobalValue::GUID IdFrom, GlobalValue::GUID IdTo, int Hotness) { in exportToDot() local 429 Draw(SummaryIt.first, R.getGUID(), R.isReadOnly() ? -1 : -2); in exportToDot() 442 Draw(SummaryIt.first, AliaseeId, -3); in exportToDot() 448 Draw(SummaryIt.first, CGEdge.first.getGUID(), in exportToDot()
|
| /freebsd-12.1/contrib/ipfilter/rules/ |
| H A D | firewall | 17 Draw up a list of which services you want to allow users to use on the 18 Internet (e.g. WWW, ftp, etc). Draw up a separate list for what you
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | riff | 123 # Corel Draw Picture 124 >8 string CDRA \b, Corel Draw Picture 126 >8 string CDR6 \b, Corel Draw Picture, version 6 295 # Corel Draw Picture 296 >8 string CDRA \b, Corel Draw Picture 297 >8 string CDR6 \b, Corel Draw Picture, version 6
|
| H A D | acorn | 17 # RISC OS Draw files 19 0 string Draw RISC OS Draw file data
|
| H A D | sharc | 10 #0 string Draw RiscOS Drawfile
|
| H A D | archive | 1056 >>>62 string draw Draw
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.refresh.c | 49 static int Draw (Char *, int, int); 164 Draw(Char *cp, int nocomb, int drawPrompt) in Draw() function 335 cp += Draw(cp, cp == buf, 1); in RefreshPromptpart() 387 cp += Draw(cp, cp == InputBuf, 0); in Refresh()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 1118 virtual void Draw(bool force) { in Draw() function in curses::Window 1123 subwindow_sp->Draw(force); in Draw() 1784 m_window_sp->Draw(false); in Run() 2100 bool Draw(Window &window, const int first_visible_row, in Draw() function in TreeItem 2153 if (!item.Draw(window, first_visible_row, selected_row_idx, row_idx, in Draw() 2276 m_root.Draw(window, m_first_visible_row, m_selected_row_idx, row_idx, in WindowDelegateDraw()
|
| /freebsd-12.1/usr.sbin/bsdconfig/console/include/ |
| H A D | messages.subr | 200 msg_snake_desc="Draw a FreeBSD \"snake\" on your screen"
|
| /freebsd-12.1/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 1713 ## Indicates if UGA Draw Protocol is still consumed.<BR><BR> 1714 # TRUE - Consume UGA Draw protocol.<BR> 1715 # FALSE - Does not consume UGA Draw protocol.<BR> 1716 # @Prompt Consume UGA Draw Protocol.
|