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

  /xsrc/external/mit/xgc/dist/
gram.y 45 | stmts stmt '\n'
48 stmt : error label
  /xsrc/external/mit/twm/dist/src/
gram.y 130 %type <num> pixmap_list cursor_list color_list save_color_list stmt
142 | stmts stmt
145 stmt : error label
  /xsrc/external/mit/xkbcomp/dist/
parseutils.c 700 char *file, *map, *stmt, *tmp, *extra_data; local
708 stmt = uStringDup(str);
732 .stmt = NULL,
757 first->stmt = stmt;
758 else if (stmt)
759 free(stmt);
762 ERROR("Illegal include statement \"%s\"\n", stmt);
775 if (stmt)
776 free(stmt);
    [all...]
compat.c 407 HandleIncludeCompatMap(IncludeStmt *stmt,
416 if ((stmt->file == NULL) && (stmt->map == NULL))
422 else if (ProcessIncludeFile(stmt, XkmCompatMapIndex, &rtrn, &newMerge))
433 if (stmt->stmt != NULL)
436 included.name = stmt->stmt;
437 stmt->stmt = NULL
730 ParseCommon *stmt; local
    [all...]
keycodes.c 487 * @param stmt The include statement from the keymap file.
492 HandleIncludeKeycodes(IncludeStmt * stmt, XkbDescPtr xkb, KeyNamesInfo * info)
500 if ((stmt->file == NULL) && (stmt->map == NULL))
506 else if (strcmp(stmt->file, "computed") == 0)
513 else if (ProcessIncludeFile(stmt, XkmKeyNamesIndex, &rtrn, &newMerge))
517 if (stmt->stmt != NULL)
520 included.name = stmt->stmt;
757 ParseCommon *stmt; local
    [all...]
keytypes.c 373 HandleIncludeKeyTypes(IncludeStmt * stmt,
382 if ((stmt->file == NULL) && (stmt->map == NULL))
388 else if (ProcessIncludeFile(stmt, XkmTypesIndex, &rtrn, &newMerge))
395 if (stmt->stmt != NULL)
398 included.name = stmt->stmt;
399 stmt->stmt = NULL
1041 ParseCommon *stmt; local
    [all...]
symbols.c 766 HandleIncludeSymbols(IncludeStmt * stmt,
775 if ((stmt->file == NULL) && (stmt->map == NULL))
781 else if (ProcessIncludeFile(stmt, XkmSymbolsIndex, &rtrn, &newMerge))
786 if (stmt->modifier)
788 included.explicit_group = atoi(stmt->modifier) - 1;
795 if (stmt->stmt != NULL)
798 included.name = stmt->stmt;
1639 ParseCommon *stmt; local
    [all...]
xkbcomp.h 122 char *stmt; member in struct:_IncludeStmt
geometry.c 1326 HandleIncludeGeometry(IncludeStmt * stmt, XkbDescPtr xkb, GeometryInfo * info,
1335 if ((stmt->file == NULL) && (stmt->map == NULL))
1341 else if (ProcessIncludeFile(stmt, XkmGeometryIndex, &rtrn, &newMerge))
1348 if (stmt->stmt != NULL)
1351 included.name = stmt->stmt;
1352 stmt->stmt = NULL
2820 ParseCommon *stmt; local
    [all...]
  /xsrc/external/mit/ctwm/dist/
gram.y 114 | stmts stmt
117 stmt : error label
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_to_hir.cpp 1615 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1616 instructions->push_tail(stmt);
1618 stmt->then_instructions.append_list(&rhs_instructions);
1622 stmt->then_instructions.push_tail(then_assign);
1627 stmt->else_instructions.push_tail(else_assign);
1649 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1650 instructions->push_tail(stmt);
1655 stmt->then_instructions.push_tail(then_assign);
1657 stmt->else_instructions.append_list(&rhs_instructions);
1661 stmt->else_instructions.push_tail(else_assign)
1926 ir_if *const stmt = new(ctx) ir_if(op[0]); local
6651 ir_if *const stmt = new(ctx) ir_if(condition); local
7150 ir_loop *const stmt = new(ctx) ir_loop(); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_to_hir.cpp 1603 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1604 instructions->push_tail(stmt);
1606 stmt->then_instructions.append_list(&rhs_instructions);
1610 stmt->then_instructions.push_tail(then_assign);
1615 stmt->else_instructions.push_tail(else_assign);
1637 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1638 instructions->push_tail(stmt);
1643 stmt->then_instructions.push_tail(then_assign);
1645 stmt->else_instructions.append_list(&rhs_instructions);
1649 stmt->else_instructions.push_tail(else_assign)
1886 ir_if *const stmt = new(ctx) ir_if(op[0]); local
6431 ir_if *const stmt = new(ctx) ir_if(condition); local
6921 ir_loop *const stmt = new(ctx) ir_loop(); local
    [all...]

Completed in 25 milliseconds