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

  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 81 static symbol_ref_t sindex;
358 | sindex
581 sindex: label
584 if (sindex.symbol != NULL) {
585 stop("Only one definition of sindex allowed",
589 sindex.symbol = cur_symbol;
1336 format_3_instr($1, &sindex, &immed, &$2);
  /src/sys/arch/amiga/stand/binpatch/
binpatch.c 415 char *sindex; local in function:FindOffset
420 * and parse the sindex string for
425 sindex = sb + 1;
427 newindex = (u_long)atoi(sindex);

Completed in 12 milliseconds