| /xsrc/external/mit/ctwm/dist/ |
| H A D | parse_yacc.h | 24 extern MenuRoot *root, *pull;
|
| H A D | gram.y | 58 extern char *yytext; // Have to manually pull this in 231 pull->prev = NULL; 232 AddFuncButton ($1, C_ROOT, 0, $2, pull, NULL); 243 pull = NULL; 375 pull->prev = NULL; 376 Scr->DefaultFunction.menu = pull; 386 pull = NULL; 394 pull = NULL; 402 pull = NULL; 410 pull [all...] |
| H A D | parse_yacc.c | 26 MenuRoot *root, *pull = NULL; variable in typeref:typename:MenuRoot ** 168 pull->prev = NULL; 169 AddFuncButton(butt, i, mods, func, pull, NULL); 179 pull = NULL; 195 pull->prev = NULL; 196 if(!AddFuncKey(key, i, mods, func, pull, Name, Action)) { 206 pull = NULL; 215 if(!CreateTitleButton(bitmapname, func, Action, pull, rightside, true)) { 222 pull = NULL;
|
| H A D | gram.tab.c | 106 extern char *yytext; // Have to manually pull this in 2209 pull->prev = NULL; 2210 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, (yyvsp[0].num), pull, NULL); 2221 pull = NULL; 2602 pull->prev = NULL; 2603 Scr->DefaultFunction.menu = pull; 2613 pull = NULL; 2626 pull = NULL; 2639 pull = NULL; 2652 pull [all...] |
| H A D | menus.h | 51 struct MenuRoot *sub; /* MenuRoot of a pull right menu */ 71 struct MenuRoot *prev; /* previous root menu if pull right */ 81 bool pull; /* is there a pull right entry ? */ member in struct:MenuRoot
|
| H A D | functions_misc.c | 127 if(menu->pull) {
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gram.y | 85 static MenuRoot *root, *pull = NULL; 188 pull->prev = NULL; 189 Scr->Mouse[$1][C_ROOT][0].menu = pull; 199 pull = NULL; 254 pull->prev = NULL; 255 Scr->DefaultFunction.menu = pull; 265 pull = NULL; 273 pull = NULL; 578 menu_entry : string action { AddToMenu(root, $1, Action, pull, $2, 581 pull [all...] |
| H A D | menus.h | 73 struct MenuRoot *sub; /* MenuRoot of a pull right menu */ 92 struct MenuRoot *prev; /* previous root menu if pull right */ 103 short pull; /* is there a pull right entry ? */ member in struct:MenuRoot
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | repository.rst | 37 git pull origin 118 If you try to do a pull by just saying\ ``git pull`` and Git 126 Otherwise, you have to say\ ``git pull origin main`` each time you 127 do a pull. 142 git pull 157 did your last pull. Even if your changes do not conflict with their 159 the point in time where you did your last pull and merging it to a 166 git pull --rebase
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/fossils/ |
| H A D | fossils.sh | 38 local output=$(git lfs pull -I "$fossil" 2>&1)
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | dtrace_support.cmake | 4 # just fine, and even pull numeric and string arguments. More involved 8 # binary (hey, we can do that!). So, see if we can pull that stuff in...
|
| H A D | setup_yacc.cmake | 69 # pull in gram.tab.c ('cuz it's in CTWMSRC) but doesn't know 70 # in time to pull in gram.tab.h and so blows up.
|
| H A D | doxygen.cmake | 22 # Special target, since it hardly ever gets used. We need to pull in
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 768 * Emits the instructions needed to perform a pull constant load. before_block 782 vec4_instruction *pull; local in function:brw::vec4_visitor::emit_pull_constant_load_reg 788 pull = new(mem_ctx) 793 emit_before(before_block, before_inst, pull); 795 emit(pull); 799 pull = MOV(writemask(index_reg, WRITEMASK_X), offset_reg); 802 emit_before(before_block, before_inst, pull); 804 emit(pull); 806 pull = new(mem_ctx) vec4_instruction(VS_OPCODE_PULL_CONSTANT_LOAD_GEN7, 810 pull [all...] |
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.c | 106 extern char *yytext; // Have to manually pull this in 2209 pull->prev = NULL; 2210 AddFuncButton ((yyvsp[-1].num), C_ROOT, 0, (yyvsp[0].num), pull, NULL); 2221 pull = NULL; 2602 pull->prev = NULL; 2603 Scr->DefaultFunction.menu = pull; 2613 pull = NULL; 2626 pull = NULL; 2639 pull = NULL; 2652 pull [all...] |
| /xsrc/external/mit/brotli/dist/ |
| H A D | CONTRIBUTING.md | 22 use Github pull requests for this purpose.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.2.2.rst | 66 - android, mesa_gen_matypes: pull in timespec POSIX definition 127 - i965/vec4: Use the sampler for pull constant loads on Broadwell.
|
| H A D | 17.2.8.rst | 70 - i965/vec4: use a temp register to compute offsets for pull loads
|
| H A D | 10.1.6.rst | 52 - android, mesa_gen_matypes: pull in timespec POSIX definition
|
| H A D | 17.2.5.rst | 50 - cherry-ignore: intel/fs: Alloc pull constants off mem_ctx
|
| H A D | 18.1.2.rst | 59 - cherry-ignore: add commits not to pull
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_visitor.cpp | 727 * Emits the instructions needed to perform a pull constant load. before_block 741 vec4_instruction *pull; local in function:brw::vec4_visitor::emit_pull_constant_load_reg 748 pull = MOV(grf_offset, offset_reg); 751 emit_before(before_block, before_inst, pull); 753 emit(pull); 755 pull = new(mem_ctx) vec4_instruction(VS_OPCODE_PULL_CONSTANT_LOAD_GFX7, 759 pull->mlen = 1; 761 pull = new(mem_ctx) vec4_instruction(VS_OPCODE_PULL_CONSTANT_LOAD, 765 pull->base_mrf = FIRST_PULL_LOAD_MRF(devinfo->ver) + 1; 766 pull [all...] |
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | lt~obsolete.m4 | 22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
| /xsrc/external/mit/libXaw/dist/m4/ |
| H A D | lt~obsolete.m4 | 22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
| /xsrc/external/mit/libXcursor/dist/m4/ |
| H A D | lt~obsolete.m4 | 22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|