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

  /src/usr.sbin/gspa/gspa/
gsp_inst.c 258 void do_statement(char *opcode, operand operands);
265 do_statement(opcode, operands);
270 do_statement(char *opcode, operand operands) function in typeref:typename:void
gsp_inst.c 258 void do_statement(char *opcode, operand operands);
265 do_statement(opcode, operands);
270 do_statement(char *opcode, operand operands) function in typeref:typename:void
  /src/usr.bin/xlint/lint1/
cgram.y 469 /* No type for do_statement. */
2249 | do_statement T_WHILE T_LPAREN expression T_RPAREN T_SEMI {
2278 do_statement: /* see C99 6.8.5 */ label
cgram.y 469 /* No type for do_statement. */
2249 | do_statement T_WHILE T_LPAREN expression T_RPAREN T_SEMI {
2278 do_statement: /* see C99 6.8.5 */ label

Completed in 25 milliseconds