HomeSort by: relevance | last modified time | path
    Searched defs:workspace (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/sha1/
sha1.c 58 uint8_t workspace[SHA1_BLOCK_LENGTH]; local
59 CHAR64LONG16 *block = (CHAR64LONG16 *)workspace;
  /xsrc/external/mit/MesaLib.old/dist/src/util/sha1/
sha1.c 58 uint8_t workspace[SHA1_BLOCK_LENGTH]; local
59 CHAR64LONG16 *block = (CHAR64LONG16 *)workspace;
  /xsrc/external/mit/ctwm/dist/gen/
gram.tab.c 102 static char *workspace = NULL; variable
223 YYSYMBOL_WORKSPACE = 85, /* WORKSPACE */
893 "ALWAYS_ON_TOP", "WORKSPACE", "WORKSPACES", "WORKSPCMGR_GEOMETRY",
2988 case 217: /* context: WORKSPACE */
3054 case 230: /* contextkey: WORKSPACE */
3672 {workspace = (char*)(yyvsp[0].ptr);}
3687 fprintf(stderr, "unknown workspace '%s'\n", (yyvsp[0].ptr));
3702 if(!AddToClientsList (workspace, (yyvsp[0].ptr))) {
3704 fprintf(stderr, "unknown workspace '%s'\n", workspace);
    [all...]
  /xsrc/external/mit/ctwm/dist/
gram.tab.c 102 static char *workspace = NULL; variable
223 YYSYMBOL_WORKSPACE = 85, /* WORKSPACE */
893 "ALWAYS_ON_TOP", "WORKSPACE", "WORKSPACES", "WORKSPCMGR_GEOMETRY",
2988 case 217: /* context: WORKSPACE */
3054 case 230: /* contextkey: WORKSPACE */
3672 {workspace = (char*)(yyvsp[0].ptr);}
3687 fprintf(stderr, "unknown workspace '%s'\n", (yyvsp[0].ptr));
3702 if(!AddToClientsList (workspace, (yyvsp[0].ptr))) {
3704 fprintf(stderr, "unknown workspace '%s'\n", workspace);
    [all...]

Completed in 13 milliseconds