bin/df/df.c
304
char symbol;
bin/df/df.c
349
(void)printf(" %5llu%c", num, scale[unit].symbol);
bin/df/df.c
351
(void)printf(" %3llu.%1llu%c", num, fract, scale[unit].symbol);
bin/ksh/syn.c
50
static int symbol; /* yylex value */
bin/ksh/syn.c
53
((reject) ? (reject = false, symbol) : (symbol = yylex(cf)))
bin/ksh/syn.c
55
((reject) ? (symbol) : (reject = true, symbol = yylex(cf)))
bin/ksh/syn.c
898
symbol = LWORD;
games/bs/bs.c
1242
(void) addch((chtype)ss->symbol);
games/bs/bs.c
349
board[b][newx][newy] = ss->symbol;
games/bs/bs.c
353
(void) addch((chtype)ss->symbol);
games/bs/bs.c
481
*cp++ = plyship[i].symbol;
games/bs/bs.c
497
if (ss->symbol == c)
games/bs/bs.c
54
char symbol; /* symbol for game purposes */
games/bs/bs.c
781
if(ss->symbol == sym)
games/bs/bs.c
821
hits[turn][x1][y1] = ss->symbol;
games/bs/bs.c
825
(void) addch((chtype)(ss->symbol));
lib/csu/arm/md_init.h
39
#define MD_DATA_SECTION_FLAGS_SYMBOL(section, flags, type, symbol) \
lib/csu/arm/md_init.h
40
extern __dso_hidden type symbol[]; \
lib/csu/arm/md_init.h
43
#symbol": \n" \
lib/csu/arm/md_init.h
45
#define MD_DATA_SECTION_SYMBOL_VALUE(section, type, symbol, value) \
lib/csu/arm/md_init.h
46
extern __dso_hidden type symbol[]; \
lib/csu/arm/md_init.h
49
#symbol": \n" \
lib/csu/extern.h
36
# define MD_DATA_SECTION_FLAGS_SYMBOL(section, flags, type, symbol) \
lib/csu/extern.h
37
extern __dso_hidden type symbol[]; \
lib/csu/extern.h
40
#symbol": \n" \
lib/csu/extern.h
42
# define MD_DATA_SECTION_SYMBOL_VALUE(section, type, symbol, value) \
lib/csu/extern.h
43
extern __dso_hidden type symbol[]; \
lib/csu/extern.h
46
#symbol": \n" \
lib/csu/hppa/md_init.h
30
#define MD_DATA_SECTION_FLAGS_SYMBOL(section, flags, type, symbol) \
lib/csu/hppa/md_init.h
31
extern __dso_hidden type symbol[]; \
lib/csu/hppa/md_init.h
34
#symbol" \n" \
lib/csu/hppa/md_init.h
36
#define MD_DATA_SECTION_SYMBOL_VALUE(section, type, symbol, value) \
lib/csu/hppa/md_init.h
37
extern __dso_hidden type symbol[]; \
lib/csu/hppa/md_init.h
40
#symbol" \n" \
sys/arch/amd64/include/codepatch.h
105
#define CODEPATCH_CODE(symbol, instructions...) \
sys/arch/amd64/include/codepatch.h
107
.globl symbol; \
sys/arch/amd64/include/codepatch.h
108
symbol: instructions; \
sys/arch/amd64/include/codepatch.h
109
.size symbol, . - symbol
sys/arch/amd64/include/codepatch.h
112
#define CODEPATCH_CODE_LEN(symbol, instructions...) \
sys/arch/amd64/include/codepatch.h
113
CODEPATCH_CODE(symbol, instructions); \
sys/arch/amd64/include/codepatch.h
114
996: .globl symbol##_len; \
sys/arch/amd64/include/codepatch.h
116
symbol##_len: \
sys/arch/amd64/include/codepatch.h
117
.short 996b - symbol; \
sys/arch/amd64/include/codepatch.h
118
.size symbol##_len, 2
sys/arch/luna88k/luna88k/machdep.c
1123
strlcpy(nvram[i].symbol, buf, sizeof(nvram[i].symbol));
sys/arch/luna88k/luna88k/machdep.c
1138
strlcpy(nvram[i].symbol, data, sizeof(nvram[i].symbol));
sys/arch/luna88k/luna88k/machdep.c
1147
nvram_by_symbol(char *symbol)
sys/arch/luna88k/luna88k/machdep.c
1155
if (strncmp(nvram[i].symbol, symbol, NVSYMLEN) == 0) {
sys/arch/luna88k/luna88k/machdep.c
160
char symbol[NVSYMLEN];
sys/arch/luna88k/stand/boot/init_main.c
141
char symbol[1 + NVSYMLEN];
sys/arch/luna88k/stand/boot/init_main.c
222
strncpy(nvram[i].symbol, buf, sizeof(nvram[i].symbol));
sys/arch/luna88k/stand/boot/init_main.c
237
strncpy(nvram[i].symbol, data, sizeof(nvram[i].symbol));
sys/arch/luna88k/stand/boot/init_main.c
246
nvram_by_symbol(symbol)
sys/arch/luna88k/stand/boot/init_main.c
247
char *symbol;
sys/arch/luna88k/stand/boot/init_main.c
255
if (strncmp(nvram[i].symbol, symbol, NVSYMLEN) == 0) {
sys/arch/sparc64/sparc64/openfirm.c
724
cell_t symbol;
sys/arch/sparc64/sparc64/openfirm.c
728
char *symbol;
sys/arch/sparc64/sparc64/openfirm.c
744
symbol = (char *)(u_long)args->symbol;
sys/arch/sparc64/sparc64/openfirm.c
746
prom_printf("looking up symbol %s\r\n", symbol);
sys/arch/sparc64/sparc64/openfirm.c
747
args->result = (db_symbol_by_name(symbol, &value) != NULL) ? 0 : -1;
sys/arch/sparc64/sparc64/openfirm.c
749
prom_printf("%s is %lx\r\n", symbol, value);
sys/arch/sparc64/sparc64/openfirm.c
762
cell_t symbol;
sys/arch/sparc64/sparc64/openfirm.c
764
Elf_Sym *symbol;
sys/arch/sparc64/sparc64/openfirm.c
788
symbol = db_search_symbol(value, 0, &offset);
sys/arch/sparc64/sparc64/openfirm.c
789
if (symbol == NULL) {
sys/arch/sparc64/sparc64/openfirm.c
797
args->symbol = ADR2CELL(symbol);
sys/dev/microcode/aic7xxx/aicasm.c
409
cur_node->symbol->info.condinfo->func_num,
sys/dev/microcode/aic7xxx/aicasm.c
411
cur_node->symbol->info.condinfo->func_num,
sys/dev/microcode/aic7xxx/aicasm.c
413
cur_node->symbol->name);
sys/dev/microcode/aic7xxx/aicasm.c
570
fprintf(stdout, "\n(%s)\n", cur_func->symbol->name);
sys/dev/microcode/aic7xxx/aicasm.h
88
struct symbol;
sys/dev/microcode/aic7xxx/aicasm.h
92
void expand_macro(struct symbol *macro_symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1027
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
103
static void test_readable_symbol(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1032
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1037
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
104
static void test_writable_symbol(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1042
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1047
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_gram.y
105
static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1052
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_gram.y
107
static void add_conditional(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1430
initialize_symbol(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1432
switch (symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1441
symbol->info.rinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1443
if (symbol->info.rinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1447
memset(symbol->info.rinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1449
SLIST_INIT(&(symbol->info.rinfo->fields));
sys/dev/microcode/aic7xxx/aicasm_gram.y
1456
symbol->info.rinfo->modes =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1459
symbol->info.rinfo->modes = ~0;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1462
symbol->info.ainfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1464
if (symbol->info.ainfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1468
memset(symbol->info.ainfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1475
symbol->info.finfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1477
if (symbol->info.finfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1481
memset(symbol->info.finfo, 0, sizeof(struct field_info));
sys/dev/microcode/aic7xxx/aicasm_gram.y
1482
SLIST_INIT(&(symbol->info.finfo->symrefs));
sys/dev/microcode/aic7xxx/aicasm_gram.y
1486
symbol->info.cinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1488
if (symbol->info.cinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1492
memset(symbol->info.cinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1496
symbol->info.linfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1498
if (symbol->info.linfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1502
memset(symbol->info.linfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1506
symbol->info.condinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1508
if (symbol->info.condinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1512
memset(symbol->info.condinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1516
symbol->info.macroinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1518
if (symbol->info.macroinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1522
memset(symbol->info.macroinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1524
TAILQ_INIT(&symbol->info.macroinfo->args);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1588
symbol_t *symbol = *p_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1590
if (symbol->type == UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1592
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1595
} else if (symbol->type == ALIAS) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1596
*p_symbol = symbol->info.ainfo->parent;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1597
} else if ((symbol->type != REGISTER)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1598
&& (symbol->type != SCBLOC)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1599
&& (symbol->type != SRAMLOC)) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1602
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1614
if (src->symbol == NULL)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1618
test_writable_symbol(dest->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1619
test_readable_symbol(src->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1622
type_check(dest->symbol, immed, opcode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1629
f1_instr->destination = dest->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1631
f1_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1637
else if (dest->symbol == mode_ptr.symbol) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1645
if (src->symbol == allones.symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1647
else if (src->symbol == allzeros.symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1649
else if (src->symbol == mode_ptr.symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1690
if (src->symbol == NULL)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1694
test_writable_symbol(dest->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1695
test_readable_symbol(src->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1702
f2_instr->destination = dest->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1704
f2_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1752
test_readable_symbol(src->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1755
type_check(src->symbol, immed, opcode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1760
if (address->symbol == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1763
} else if (address->symbol->type == UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1766
instr->patch_label = address->symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1768
addr = address->symbol->info.linfo->address + address->offset;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1771
f3_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1783
test_readable_symbol(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1786
if ((symbol->info.rinfo->modes & (0x1 << src_mode)) == 0) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1789
symbol->name, src_mode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1793
if (symbol->info.rinfo->mode == WO) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1801
test_writable_symbol(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1804
if ((symbol->info.rinfo->modes & (0x1 << dst_mode)) == 0) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1807
symbol->name, dst_mode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1811
if (symbol->info.rinfo->mode == RO) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1819
type_check(symbol_t *symbol, expression_t *expression, int opcode)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1834
&& (expression->value & ~symbol->info.rinfo->valid_bitmask) != 0) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1837
expression->value & ~symbol->info.rinfo->valid_bitmask,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1838
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1847
if (symbol->info.rinfo->typecheck_masks != FALSE) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1849
if ((node->symbol->type == MASK
sys/dev/microcode/aic7xxx/aicasm_gram.y
1850
|| node->symbol->type == FIELD
sys/dev/microcode/aic7xxx/aicasm_gram.y
1851
|| node->symbol->type == ENUM
sys/dev/microcode/aic7xxx/aicasm_gram.y
1852
|| node->symbol->type == ENUM_ENTRY)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1853
&& symlist_search(&node->symbol->info.finfo->symrefs,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1854
symbol->name) == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1858
node->symbol->name, symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1874
add_conditional(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1895
if (symbol->type == CONDITIONAL)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1898
if (symbol->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1904
symbol->type = CONDITIONAL;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1905
initialize_symbol(symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1906
symbol->info.condinfo->func_num = numfuncs++;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1907
symlist_add(&patch_functions, symbol, SYMLIST_INSERT_HEAD);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1945
&& (SLIST_FIRST(&immed->referenced_syms)->symbol->type == DOWNLOAD_CONST))
sys/dev/microcode/aic7xxx/aicasm_gram.y
427
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
429
symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
430
if (symbol->type != CONST) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
435
if (symbol->info.cinfo->value > 4) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
440
$$ = (0x1 << symbol->info.cinfo->value);
sys/dev/microcode/aic7xxx/aicasm_gram.y
526
if (accumulator.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
531
accumulator.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
538
if (mode_ptr.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
543
mode_ptr.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
550
if (allones.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
555
allones.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
562
if (allzeros.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
567
allzeros.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
574
if (none.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
579
none.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
586
if (sindex.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
591
sindex.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
673
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
675
symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
676
switch (symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
678
symbol = $1->info.ainfo->parent;
sys/dev/microcode/aic7xxx/aicasm_gram.y
682
$$.value = symbol->info.rinfo->address;
sys/dev/microcode/aic7xxx/aicasm_gram.y
688
$$.value = symbol->info.finfo->value;
sys/dev/microcode/aic7xxx/aicasm_gram.y
692
$$.value = symbol->info.cinfo->value;
sys/dev/microcode/aic7xxx/aicasm_gram.y
699
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
706
symlist_add(&$$.referenced_syms, symbol, SYMLIST_INSERT_HEAD);
sys/dev/microcode/aic7xxx/aicasm_gram.y
861
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
876
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
887
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
892
if (accumulator.symbol == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
896
$$.symbol = accumulator.symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
93
static void initialize_symbol(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
930
symlist_add(&$$.referenced_syms, accumulator.symbol,
sys/dev/microcode/aic7xxx/aicasm_gram.y
946
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_insformat.h
108
struct symbol *patch_label;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
102
if (symbol->info.ainfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
103
free(symbol->info.ainfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
109
if (symbol->info.finfo != NULL) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
110
symlist_free(&symbol->info.finfo->symrefs);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
111
free(symbol->info.finfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
116
if (symbol->info.cinfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
117
free(symbol->info.cinfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
120
if (symbol->info.linfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
121
free(symbol->info.linfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
127
free(symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
128
free(symbol);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
212
if (strcmp(symname, curnode->symbol->name) == 0)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
220
symlist_add(symlist_t *symlist, symbol_t *symbol, int how)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
229
newnode->symbol = symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
235
switch(symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
255
&& (curnode->symbol->type > newnode->symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
256
|| (curnode->symbol->type == newnode->symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
257
&& (curnode->symbol->info.finfo->value >
sys/dev/microcode/aic7xxx/aicasm_symbol.c
258
newnode->symbol->info.finfo->value))))
sys/dev/microcode/aic7xxx/aicasm_symbol.c
259
|| (!field && (curnode->symbol->info.rinfo->address >
sys/dev/microcode/aic7xxx/aicasm_symbol.c
260
newnode->symbol->info.rinfo->address))) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
273
cursymbol = SLIST_NEXT(curnode, links)->symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
275
&& (cursymbol->type > symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
276
|| (cursymbol->type == symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
278
symbol->info.finfo->value))))
sys/dev/microcode/aic7xxx/aicasm_symbol.c
281
symbol->info.rinfo->address))) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
376
regnode->symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
386
lower_name = strdup(regnode->symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
411
num_entries != 0 ? regnode->symbol->name : "NULL",
sys/dev/microcode/aic7xxx/aicasm_symbol.c
414
regnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
415
regnode->symbol->info.rinfo->address);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
432
regnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
433
regnode->symbol->info.rinfo->address);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
446
curnode->symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
448
num_tabs = 3 - (strlen(curnode->symbol->name) + 5) / 8;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
453
curnode->symbol->info.finfo->value,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
454
curnode->symbol->info.finfo->mask);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
535
switch(curnode->symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
545
fields = &curnode->symbol->info.rinfo->fields;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
570
regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
571
regname = regnode->symbol->name;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
583
regname = curnode->symbol->info.ainfo->parent->name;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
597
switch(curnode->symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
602
value = curnode->symbol->info.rinfo->address;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
610
parent = curnode->symbol->info.ainfo->parent;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
620
value = curnode->symbol->info.finfo->value;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
633
tab_str, curnode->symbol->name, tab_str2,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
645
curnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
646
curnode->symbol->info.cinfo->value);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
659
curnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
660
curnode->symbol->info.cinfo->value);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
673
curnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
674
curnode->symbol->info.linfo->address);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
85
symbol_delete(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
90
key.data = symbol->name;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
91
key.size = strlen(symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
94
switch(symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
98
if (symbol->info.rinfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
99
free(symbol->info.rinfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.h
144
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.h
150
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.h
187
void symbol_delete(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_symbol.h
200
symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
sys/dev/microcode/aic7xxx/aicasm_symbol.h
99
struct symbol *parent;
sys/dev/pci/drm/amd/display/dc/sspl/dc_spl.h
18
#define SPL_NAMESPACE(symbol) SPL_EXPAND(SPL_PFX_, symbol)
usr.bin/rcs/ci.c
122
pb.description = pb.symbol = NULL;
usr.bin/rcs/ci.c
179
pb.symbol = rcs_optarg;
usr.bin/rcs/ci.c
180
if (rcs_sym_check(pb.symbol) != 1)
usr.bin/rcs/ci.c
181
errx(1, "invalid symbol `%s'", pb.symbol);
usr.bin/rcs/ci.c
553
if (pb->symbol != NULL &&
usr.bin/rcs/ci.c
674
if (pb->symbol != NULL && checkin_attach_symbol(pb) < 0)
usr.bin/rcs/ci.c
72
const char *description, *symbol;
usr.bin/rcs/ci.c
721
printf("symbol: %s\n", pb->symbol);
usr.bin/rcs/ci.c
723
if (rcs_sym_remove(pb->file, pb->symbol) < 0) {
usr.bin/rcs/ci.c
726
pb->symbol);
usr.bin/rcs/ci.c
731
if ((ret = rcs_sym_add(pb->file, pb->symbol, pb->newrev)) == -1 &&
usr.bin/rcs/ci.c
733
rcsnum_tostr(rcs_sym_getrev(pb->file, pb->symbol),
usr.bin/rcs/ci.c
735
warnx("symbolic name %s already bound to %s", pb->symbol, rbuf);
usr.bin/rcs/ci.c
738
warnx("problem adding symbol: %s", pb->symbol);
usr.bin/rcs/ci.c
764
if (pb->symbol != NULL) {
usr.bin/rcs/ci.c
778
if (pb->symbol != NULL)
usr.bin/tmux/mode-tree.c
741
const char *tag, *symbol;
usr.bin/tmux/mode-tree.c
794
symbol = "";
usr.bin/tmux/mode-tree.c
796
symbol = " ";
usr.bin/tmux/mode-tree.c
798
symbol = "- ";
usr.bin/tmux/mode-tree.c
800
symbol = "+ ";
usr.bin/tmux/mode-tree.c
803
start = xstrdup(symbol);
usr.bin/tmux/mode-tree.c
819
strlcat(start, symbol, size);
usr.bin/yacc/closure.c
119
int symbol, rowsize, i, rule;
usr.bin/yacc/closure.c
129
symbol = ritem[rrhs[rule]];
usr.bin/yacc/closure.c
130
if (ISVAR(symbol)) {
usr.bin/yacc/closure.c
131
symbol -= start_symbol;
usr.bin/yacc/closure.c
132
SETBIT(row, symbol);
usr.bin/yacc/closure.c
195
int ruleno, symbol, itemno;
usr.bin/yacc/closure.c
203
symbol = ritem[*csp];
usr.bin/yacc/closure.c
204
if (ISVAR(symbol)) {
usr.bin/yacc/closure.c
205
dsp = first_derives + symbol * rulesetsize;
usr.bin/yacc/defs.h
199
short symbol;
usr.bin/yacc/lalr.c
207
int i, k, symbol;
usr.bin/yacc/lalr.c
217
symbol = accessing_symbol[sp->shift[i]];
usr.bin/yacc/lalr.c
219
if (ISTOKEN(symbol)) break;
usr.bin/yacc/lalr.c
225
goto_map[symbol]++;
usr.bin/yacc/lalr.c
248
symbol = accessing_symbol[state2];
usr.bin/yacc/lalr.c
250
if (ISTOKEN(symbol)) break;
usr.bin/yacc/lalr.c
252
k = temp_map[symbol]++;
usr.bin/yacc/lalr.c
266
map_goto(int state, int symbol)
usr.bin/yacc/lalr.c
270
low = goto_map[symbol];
usr.bin/yacc/lalr.c
271
high = goto_map[symbol + 1];
usr.bin/yacc/lalr.c
294
int nedges, stateno, symbol, nwords;
usr.bin/yacc/lalr.c
312
symbol = accessing_symbol[sp->shift[j]];
usr.bin/yacc/lalr.c
313
if (ISVAR(symbol))
usr.bin/yacc/lalr.c
315
SETBIT(rowp, symbol);
usr.bin/yacc/lalr.c
319
symbol = accessing_symbol[sp->shift[j]];
usr.bin/yacc/lalr.c
320
if (nullable[symbol])
usr.bin/yacc/lalr.c
321
edge[nedges++] = map_goto(stateno, symbol);
usr.bin/yacc/lr0.c
126
int i, j, symbol;
usr.bin/yacc/lr0.c
132
symbol = shift_symbol[i];
usr.bin/yacc/lr0.c
134
while (j > 0 && shift_symbol[j - 1] > symbol) {
usr.bin/yacc/lr0.c
138
shift_symbol[j] = symbol;
usr.bin/yacc/lr0.c
142
symbol = shift_symbol[i];
usr.bin/yacc/lr0.c
143
shiftset[i] = get_state(symbol);
usr.bin/yacc/lr0.c
188
get_state(int symbol)
usr.bin/yacc/lr0.c
195
fprintf(stderr, "Entering get_state(%d)\n", symbol);
usr.bin/yacc/lr0.c
198
isp1 = kernel_base[symbol];
usr.bin/yacc/lr0.c
199
iend = kernel_end[symbol];
usr.bin/yacc/lr0.c
210
isp1 = kernel_base[symbol];
usr.bin/yacc/lr0.c
222
sp = sp->link = new_state(symbol);
usr.bin/yacc/lr0.c
228
state_set[key] = sp = new_state(symbol);
usr.bin/yacc/lr0.c
268
int symbol;
usr.bin/yacc/lr0.c
276
symbol = ritem[i];
usr.bin/yacc/lr0.c
277
if (symbol > 0) {
usr.bin/yacc/lr0.c
278
ksp = kernel_end[symbol];
usr.bin/yacc/lr0.c
280
shift_symbol[shiftcount++] = symbol;
usr.bin/yacc/lr0.c
281
ksp = kernel_base[symbol];
usr.bin/yacc/lr0.c
284
kernel_end[symbol] = ksp;
usr.bin/yacc/lr0.c
294
new_state(int symbol)
usr.bin/yacc/lr0.c
301
fprintf(stderr, "Entering new_state(%d)\n", symbol);
usr.bin/yacc/lr0.c
307
isp1 = kernel_base[symbol];
usr.bin/yacc/lr0.c
308
iend = kernel_end[symbol];
usr.bin/yacc/lr0.c
312
p->accessing_symbol = symbol;
usr.bin/yacc/lr0.c
83
int i, count, max, symbol;
usr.bin/yacc/lr0.c
91
symbol = *itemp;
usr.bin/yacc/lr0.c
92
if (symbol >= 0) {
usr.bin/yacc/lr0.c
94
symbol_count[symbol]++;
usr.bin/yacc/mkpar.c
103
int symbol;
usr.bin/yacc/mkpar.c
111
symbol = accessing_symbol[k];
usr.bin/yacc/mkpar.c
112
if (ISTOKEN(symbol)) {
usr.bin/yacc/mkpar.c
115
temp->symbol = symbol;
usr.bin/yacc/mkpar.c
117
temp->prec = symbol_prec[symbol];
usr.bin/yacc/mkpar.c
119
temp->assoc = symbol_assoc[symbol];
usr.bin/yacc/mkpar.c
150
add_reduce(action * actions, int ruleno, int symbol)
usr.bin/yacc/mkpar.c
155
for (next = actions; next && next->symbol < symbol; next = next->next)
usr.bin/yacc/mkpar.c
158
while (next && next->symbol == symbol && next->action_code == SHIFT) {
usr.bin/yacc/mkpar.c
163
while (next && next->symbol == symbol &&
usr.bin/yacc/mkpar.c
171
temp->symbol = symbol;
usr.bin/yacc/mkpar.c
240
int symbol;
usr.bin/yacc/mkpar.c
250
symbol = -1;
usr.bin/yacc/mkpar.c
252
if (p->symbol != symbol) {
usr.bin/yacc/mkpar.c
254
symbol = p->symbol;
usr.bin/yacc/mkpar.c
255
} else if (i == final_state && symbol == 0) {
usr.bin/yacc/mkpar.c
327
if (p->symbol != 1)
usr.bin/yacc/output.c
293
actionrow[p->symbol] = p->number;
usr.bin/yacc/output.c
297
actionrow[p->symbol + ntokens] = p->number;
usr.bin/yacc/output.c
379
default_goto(int symbol)
usr.bin/yacc/output.c
387
m = goto_map[symbol];
usr.bin/yacc/output.c
388
n = goto_map[symbol + 1];
usr.bin/yacc/output.c
413
save_column(int symbol, int default_state)
usr.bin/yacc/output.c
424
m = goto_map[symbol];
usr.bin/yacc/output.c
425
n = goto_map[symbol + 1];
usr.bin/yacc/output.c
435
symno = symbol_value[symbol] + 2*nstates;
usr.bin/yacc/verbose.c
141
int symbol, act = REDUCE, number = 0;
usr.bin/yacc/verbose.c
144
symbol = -1;
usr.bin/yacc/verbose.c
149
if (p->symbol != symbol) {
usr.bin/yacc/verbose.c
150
symbol = p->symbol;
usr.bin/yacc/verbose.c
157
if (state == final_state && symbol == 0) {
usr.bin/yacc/verbose.c
168
symbol_name[symbol]);
usr.bin/yacc/verbose.c
174
symbol_name[symbol]);
usr.bin/yacc/verbose.c
294
symbol_name[p->symbol], p->number);
usr.bin/yacc/verbose.c
322
symbol_name[p->symbol], k);
usr.sbin/crunchgen/crunchide.c
130
add_to_keep_list(char *symbol)
usr.sbin/crunchgen/crunchide.c
136
if ((cmp = strcmp(symbol, curp->sym)) <= 0)
usr.sbin/crunchgen/crunchide.c
144
newp->sym = strdup(symbol);
usr.sbin/crunchgen/crunchide.c
157
in_keep_list(char *symbol)
usr.sbin/crunchgen/crunchide.c
163
if ((cmp = strcmp(symbol, curp->sym)) <= 0)
usr.sbin/crunchgen/crunchide.c
173
char symbol[1024];
usr.sbin/crunchgen/crunchide.c
180
while (fgets(symbol, sizeof(symbol), keepf)) {
usr.sbin/crunchgen/crunchide.c
181
len = strlen(symbol);
usr.sbin/crunchgen/crunchide.c
182
if (len && symbol[len - 1] == '\n')
usr.sbin/crunchgen/crunchide.c
183
symbol[len - 1] = '\0';
usr.sbin/crunchgen/crunchide.c
185
add_to_keep_list(symbol);
usr.sbin/crunchgen/crunchide.c
76
int in_keep_list(char *symbol);
usr.sbin/crunchgen/elf_hide.c
302
int in_keep_list(char *symbol);
usr.sbin/rdsetroot/rdsetroot.c
271
symbol_get_u64(const char *symbol, uint64_t *result)
usr.sbin/rdsetroot/rdsetroot.c
292
if (strcmp(name, symbol) == 0) {
usr.sbin/snmpd/mib.y
2143
struct import_symbol *symbol;
usr.sbin/snmpd/mib.y
2164
symbol = &import->symbols[j];
usr.sbin/snmpd/mib.y
2165
strlcpy(isearch.name, symbol->name,
usr.sbin/snmpd/mib.y
2167
symbol->item = RB_FIND(itemscs,
usr.sbin/snmpd/mib.y
2169
if (symbol->item == NULL) {
usr.sbin/snmpd/mib.y
2171
"disabling", m->name, symbol->name,
usr.sbin/snmpd/mib.y
314
%type <string> descriptor symbol
usr.sbin/snmpd/mib.y
414
symbollist : symbollist ',' symbol {
usr.sbin/snmpd/mib.y
429
| symbol {
usr.sbin/snmpd/mib.y
439
symbol : typereference { strlcpy($$, $1, sizeof($$)); }