Symbol: symbol
bin/ksh/syn.c
60
static int symbol; /* yylex value */
bin/ksh/syn.c
65
((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
bin/ksh/syn.c
67
((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
bin/ksh/syn.c
952
symbol = LWORD;
include/ssp/ssp.h
77
#define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \
include/ssp/ssp.h
78
rtype __ssp_real_(fun) args __RENAME(symbol); \
lib/libcurses/get_wch.c
369
key_name(current->key[mapping]->value.symbol));
lib/libcurses/get_wch.c
387
*wc = current->key[mapping]->value.symbol;
lib/libcurses/getch.c
216
int symbol);
lib/libcurses/getch.c
259
add_new_key(keymap_t *current, char chr, int key_type, int symbol)
lib/libcurses/getch.c
266
unctrl(chr), key_type, symbol);
lib/libcurses/getch.c
315
the_key->value.symbol = symbol;
lib/libcurses/getch.c
359
&& (key->value.symbol == key_type)) {
lib/libcurses/getch.c
470
add_key_sequence(screen, entry, tc[i].symbol);
lib/libcurses/getch.c
660
return current->key[current->mapping[k]]->value.symbol;
lib/libcurses/getch.c
751
&& (key->value.symbol == key_type)) {
lib/libcurses/getch.c
765
define_key(const char *sequence, int symbol)
lib/libcurses/getch.c
768
if (symbol <= 0 || _cursesi_screen == NULL)
lib/libcurses/getch.c
773
symbol);
lib/libcurses/getch.c
774
delete_key_sequence(_cursesi_screen->base_keymap, symbol);
lib/libcurses/getch.c
776
add_key_sequence(_cursesi_screen, sequence, symbol);
lib/libcurses/keymap.h
113
wchar_t symbol; /* the symbol associated with it */
lib/libcurses/keymap.h
69
wchar_t symbol; /* key symbol if key is a leaf entry */
lib/libexecinfo/symtab.c
127
struct symbol *s;
lib/libexecinfo/symtab.c
189
struct symbol *s = st->symbols;
lib/libexecinfo/symtab.c
68
struct symbol *symbols;
lib/libexecinfo/symtab.c
75
const struct symbol *sa = a;
lib/libexecinfo/symtab.c
76
const struct symbol *sb = b;
lib/librumpclient/rumpclient.c
849
rumpclient__dlsym(void *handle, const char *symbol)
lib/librumpclient/rumpclient.c
852
return dlsym(handle, symbol);
lib/librumphijack/hijackdlsym.c
49
bouncer(void *handle, const char *symbol)
lib/librumphijack/hijackdlsym.c
52
return dlsym(handle, symbol);
lib/librumphijack/hijackdlsym.c
56
rumphijack_dlsym(void *handle, const char *symbol)
lib/librumphijack/hijackdlsym.c
59
return bouncer(handle, symbol);
sys/arch/amiga/stand/binpatch/binpatch.c
102
char *symbol = 0;
sys/arch/amiga/stand/binpatch/binpatch.c
123
if (addr || symbol) {
sys/arch/amiga/stand/binpatch/binpatch.c
161
if (addr || symbol) {
sys/arch/amiga/stand/binpatch/binpatch.c
164
symbol = optarg;
sys/arch/amiga/stand/binpatch/binpatch.c
182
if (addr || symbol) {
sys/arch/amiga/stand/binpatch/binpatch.c
203
if (symbol) {
sys/arch/amiga/stand/binpatch/binpatch.c
209
new_do_replace = FindAssign(symbol,
sys/arch/amiga/stand/binpatch/binpatch.c
214
FindOffset(symbol, &index);
sys/arch/amiga/stand/binpatch/binpatch.c
225
nl[0].n_un.n_name = symbol;
sys/arch/amiga/stand/binpatch/binpatch.c
229
symbol);
sys/arch/amiga/stand/binpatch/binpatch.c
301
if (symbol) {
sys/arch/amiga/stand/binpatch/binpatch.c
302
printf("%s(0x%x): %d (0x%x)\n", symbol, addr,
sys/arch/amiga/stand/binpatch/binpatch.c
400
FindOffset(char *symbol, u_long *index)
sys/arch/amiga/stand/binpatch/binpatch.c
403
char *sb = strchr(symbol, '[');
sys/arch/amiga/stand/binpatch/binpatch.c
406
char *eb = strchr(symbol, ']');
sys/arch/amiga/stand/binpatch/binpatch.c
409
short sz = strlen(symbol);
sys/arch/amiga/stand/binpatch/binpatch.c
413
if ((eb - symbol) == (sz - 1)) {
sys/arch/amiga/stand/binpatch/binpatch.c
453
FindAssign(char *symbol, u_long *rvalue)
sys/arch/amiga/stand/binpatch/binpatch.c
456
char *ce = rindex(symbol, '=');
sys/arch/amiga/stand/binpatch/binpatch.c
81
static u_long FindAssign(char *symbol, u_long *rvalue);
sys/arch/amiga/stand/binpatch/binpatch.c
82
static void FindOffset(char *symbol, u_long *index);
sys/arch/atari/stand/binpatch/binpatch.c
151
if (addr != 0 || symbol != NULL)
sys/arch/atari/stand/binpatch/binpatch.c
157
if (addr != 0 || symbol != NULL)
sys/arch/atari/stand/binpatch/binpatch.c
160
symbol = optarg;
sys/arch/atari/stand/binpatch/binpatch.c
188
if (addr == 0 && symbol == NULL) {
sys/arch/atari/stand/binpatch/binpatch.c
201
if (symbol != NULL) {
sys/arch/atari/stand/binpatch/binpatch.c
202
nl[0].n_name = symbol;
sys/arch/atari/stand/binpatch/binpatch.c
206
symbol, fname);
sys/arch/atari/stand/binpatch/binpatch.c
246
symbol != NULL ? nl[0].n_name : "address" , fname);
sys/arch/atari/stand/binpatch/binpatch.c
250
if (symbol)
sys/arch/atari/stand/binpatch/binpatch.c
251
printf("%s(0x%lx): ", symbol, addr);
sys/arch/atari/stand/binpatch/binpatch.c
86
char *symbol;
sys/arch/sparc/sparc/openfirm.c
825
cell_t symbol;
sys/arch/sparc/sparc/openfirm.c
829
char *symbol;
sys/arch/sparc/sparc/openfirm.c
846
symbol = (char *)(u_long)args->symbol;
sys/arch/sparc/sparc/openfirm.c
848
prom_printf("looking up symbol %s\n", symbol);
sys/arch/sparc/sparc/openfirm.c
849
args->result = (db_value_of_name(symbol, &value) == true) ? 0 : -1;
sys/arch/sparc/sparc/openfirm.c
851
prom_printf("%s is %lx\n", symbol, value);
sys/arch/sparc/sparc/openfirm.c
864
cell_t symbol;
sys/arch/sparc/sparc/openfirm.c
866
db_sym_t symbol;
sys/arch/sparc/sparc/openfirm.c
891
symbol = db_search_symbol(value, 0, &offset);
sys/arch/sparc/sparc/openfirm.c
892
if (symbol == DB_SYM_NULL) {
sys/arch/sparc/sparc/openfirm.c
900
args->symbol = ADR2CELL(symbol);
sys/ddb/db_sym.c
112
(void)strlcpy(symbol, name, sizeof(symbol));
sys/ddb/db_sym.c
113
db_symsplit(symbol, &mod, &sym);
sys/ddb/db_sym.c
89
char symbol[128];
sys/dev/microcode/aic7xxx/aicasm.c
414
cur_node->symbol->info.condinfo->func_num,
sys/dev/microcode/aic7xxx/aicasm.c
416
cur_node->symbol->info.condinfo->func_num,
sys/dev/microcode/aic7xxx/aicasm.c
418
cur_node->symbol->name);
sys/dev/microcode/aic7xxx/aicasm.c
578
fprintf(stdout, "\n(%s)\n", cur_func->symbol->name);
sys/dev/microcode/aic7xxx/aicasm.h
87
struct symbol;
sys/dev/microcode/aic7xxx/aicasm.h
91
void expand_macro(struct symbol *macro_symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
101
static void test_readable_symbol(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
102
static void test_writable_symbol(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1025
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
103
static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1030
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1035
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1040
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1045
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_gram.y
105
static void add_conditional(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1050
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1428
initialize_symbol(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1430
switch (symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1439
symbol->info.rinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1441
if (symbol->info.rinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1445
memset(symbol->info.rinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1447
SLIST_INIT(&(symbol->info.rinfo->fields));
sys/dev/microcode/aic7xxx/aicasm_gram.y
1454
symbol->info.rinfo->modes =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1457
symbol->info.rinfo->modes = ~0;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1460
symbol->info.ainfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1462
if (symbol->info.ainfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1466
memset(symbol->info.ainfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1473
symbol->info.finfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1475
if (symbol->info.finfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1479
memset(symbol->info.finfo, 0, sizeof(struct field_info));
sys/dev/microcode/aic7xxx/aicasm_gram.y
1480
SLIST_INIT(&(symbol->info.finfo->symrefs));
sys/dev/microcode/aic7xxx/aicasm_gram.y
1484
symbol->info.cinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1486
if (symbol->info.cinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1490
memset(symbol->info.cinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1494
symbol->info.linfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1496
if (symbol->info.linfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1500
memset(symbol->info.linfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1504
symbol->info.condinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1506
if (symbol->info.condinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1510
memset(symbol->info.condinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1514
symbol->info.macroinfo =
sys/dev/microcode/aic7xxx/aicasm_gram.y
1516
if (symbol->info.macroinfo == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1520
memset(symbol->info.macroinfo, 0,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1522
STAILQ_INIT(&symbol->info.macroinfo->args);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1586
symbol_t *symbol = *p_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1588
if (symbol->type == UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1590
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1593
} else if (symbol->type == ALIAS) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1594
*p_symbol = symbol->info.ainfo->parent;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1595
} else if ((symbol->type != REGISTER)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1596
&& (symbol->type != SCBLOC)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1597
&& (symbol->type != SRAMLOC)) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1600
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1612
if (src->symbol == NULL)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1616
test_writable_symbol(dest->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1617
test_readable_symbol(src->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1620
type_check(dest->symbol, immed, opcode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1627
f1_instr->destination = dest->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1629
f1_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1635
else if (dest->symbol == mode_ptr.symbol) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1643
if (src->symbol == allones.symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1645
else if (src->symbol == allzeros.symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1647
else if (src->symbol == mode_ptr.symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1688
if (src->symbol == NULL)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1692
test_writable_symbol(dest->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1693
test_readable_symbol(src->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1700
f2_instr->destination = dest->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1702
f2_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1750
test_readable_symbol(src->symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1753
type_check(src->symbol, immed, opcode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1758
if (address->symbol == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1761
} else if (address->symbol->type == UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1764
instr->patch_label = address->symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1766
addr = address->symbol->info.linfo->address + address->offset;
sys/dev/microcode/aic7xxx/aicasm_gram.y
1769
f3_instr->source = src->symbol->info.rinfo->address
sys/dev/microcode/aic7xxx/aicasm_gram.y
1781
test_readable_symbol(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1784
if ((symbol->info.rinfo->modes & (0x1 << src_mode)) == 0) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1787
symbol->name, src_mode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1791
if (symbol->info.rinfo->mode == WO) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1799
test_writable_symbol(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1802
if ((symbol->info.rinfo->modes & (0x1 << dst_mode)) == 0) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1805
symbol->name, dst_mode);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1809
if (symbol->info.rinfo->mode == RO) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1817
type_check(symbol_t *symbol, expression_t *expression, int opcode)
sys/dev/microcode/aic7xxx/aicasm_gram.y
1832
&& (expression->value & ~symbol->info.rinfo->valid_bitmask) != 0) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1835
expression->value & ~symbol->info.rinfo->valid_bitmask,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1836
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1845
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
1943
&& (immed->referenced_syms.slh_first->symbol->type == DOWNLOAD_CONST))
sys/dev/microcode/aic7xxx/aicasm_gram.y
425
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
427
symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
428
if (symbol->type != CONST) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
433
if (symbol->info.cinfo->value > 4) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
438
$$ = (0x1 << symbol->info.cinfo->value);
sys/dev/microcode/aic7xxx/aicasm_gram.y
524
if (accumulator.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
529
accumulator.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
536
if (mode_ptr.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
541
mode_ptr.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
548
if (allones.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
553
allones.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
560
if (allzeros.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
565
allzeros.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
572
if (none.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
577
none.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
584
if (sindex.symbol != NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
589
sindex.symbol = cur_symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
671
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
673
symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
674
switch (symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
676
symbol = $1->info.ainfo->parent;
sys/dev/microcode/aic7xxx/aicasm_gram.y
680
$$.value = symbol->info.rinfo->address;
sys/dev/microcode/aic7xxx/aicasm_gram.y
686
$$.value = symbol->info.finfo->value;
sys/dev/microcode/aic7xxx/aicasm_gram.y
690
$$.value = symbol->info.cinfo->value;
sys/dev/microcode/aic7xxx/aicasm_gram.y
697
symbol->name);
sys/dev/microcode/aic7xxx/aicasm_gram.y
704
symlist_add(&$$.referenced_syms, symbol, SYMLIST_INSERT_HEAD);
sys/dev/microcode/aic7xxx/aicasm_gram.y
859
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
874
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
885
$$.symbol = $1;
sys/dev/microcode/aic7xxx/aicasm_gram.y
890
if (accumulator.symbol == NULL) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
894
$$.symbol = accumulator.symbol;
sys/dev/microcode/aic7xxx/aicasm_gram.y
91
static void initialize_symbol(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
928
symlist_add(&$$.referenced_syms, accumulator.symbol,
sys/dev/microcode/aic7xxx/aicasm_gram.y
944
$$.symbol = NULL;
sys/dev/microcode/aic7xxx/aicasm_insformat.h
107
struct symbol *patch_label;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
101
if (symbol->info.rinfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
102
free(symbol->info.rinfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
105
if (symbol->info.ainfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
106
free(symbol->info.ainfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
112
if (symbol->info.finfo != NULL) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
113
symlist_free(&symbol->info.finfo->symrefs);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
114
free(symbol->info.finfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
119
if (symbol->info.cinfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
120
free(symbol->info.cinfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
123
if (symbol->info.linfo != NULL)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
124
free(symbol->info.linfo);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
130
free(symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
131
free(symbol);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
215
if (strcmp(symname, curnode->symbol->name) == 0)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
223
symlist_add(symlist_t *symlist, symbol_t *symbol, int how)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
232
newnode->symbol = symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
238
switch(symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
258
&& (curnode->symbol->type > newnode->symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
259
|| (curnode->symbol->type == newnode->symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
260
&& (curnode->symbol->info.finfo->value >
sys/dev/microcode/aic7xxx/aicasm_symbol.c
261
newnode->symbol->info.finfo->value))))
sys/dev/microcode/aic7xxx/aicasm_symbol.c
262
|| (!field && (curnode->symbol->info.rinfo->address >
sys/dev/microcode/aic7xxx/aicasm_symbol.c
263
newnode->symbol->info.rinfo->address))) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
276
cursymbol = SLIST_NEXT(curnode, links)->symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
278
&& (cursymbol->type > symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
279
|| (cursymbol->type == symbol->type
sys/dev/microcode/aic7xxx/aicasm_symbol.c
281
symbol->info.finfo->value))))
sys/dev/microcode/aic7xxx/aicasm_symbol.c
284
symbol->info.rinfo->address))) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
379
regnode->symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
389
lower_name = strdup(regnode->symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
414
num_entries != 0 ? regnode->symbol->name : "NULL",
sys/dev/microcode/aic7xxx/aicasm_symbol.c
417
regnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
418
regnode->symbol->info.rinfo->address);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
435
regnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
436
regnode->symbol->info.rinfo->address);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
449
curnode->symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
451
num_tabs = 3 - (strlen(curnode->symbol->name) + 5) / 8;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
456
curnode->symbol->info.finfo->value,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
457
curnode->symbol->info.finfo->mask);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
538
switch(curnode->symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
548
fields = &curnode->symbol->info.rinfo->fields;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
573
regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
574
regname = regnode->symbol->name;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
586
regname = curnode->symbol->info.ainfo->parent->name;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
600
switch(curnode->symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
605
value = curnode->symbol->info.rinfo->address;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
613
parent = curnode->symbol->info.ainfo->parent;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
623
value = curnode->symbol->info.finfo->value;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
636
tab_str, curnode->symbol->name, tab_str2,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
648
curnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
649
curnode->symbol->info.cinfo->value);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
662
curnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
663
curnode->symbol->info.cinfo->value);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
676
curnode->symbol->name,
sys/dev/microcode/aic7xxx/aicasm_symbol.c
677
curnode->symbol->info.linfo->address);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
88
symbol_delete(symbol_t *symbol)
sys/dev/microcode/aic7xxx/aicasm_symbol.c
93
key.data = symbol->name;
sys/dev/microcode/aic7xxx/aicasm_symbol.c
94
key.size = strlen(symbol->name);
sys/dev/microcode/aic7xxx/aicasm_symbol.c
97
switch(symbol->type) {
sys/dev/microcode/aic7xxx/aicasm_symbol.h
143
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.h
149
symbol_t *symbol;
sys/dev/microcode/aic7xxx/aicasm_symbol.h
186
void symbol_delete(symbol_t *symbol);
sys/dev/microcode/aic7xxx/aicasm_symbol.h
199
symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
sys/dev/microcode/aic7xxx/aicasm_symbol.h
98
struct symbol *parent;
sys/kern/subr_kobj.c
900
const char *symbol;
sys/kern/subr_kobj.c
933
symbol = ko->ko_strtab + sym->st_name;
sys/kern/subr_kobj.c
936
if (*symbol == 0) {
sys/kern/subr_kobj.c
942
kobj_error(ko, "%s @%ju: bad value", symbol,
tests/lib/libcurses/slave/curses_commands.c
1306
ARG_INT(symbol);
tests/lib/libcurses/slave/curses_commands.c
1309
report_return(define_key(sequence, symbol));
usr.bin/crunch/crunchide/crunchide.c
145
add_to_keep_list(char *symbol)
usr.bin/crunch/crunchide/crunchide.c
153
if ((cmp = strcmp(symbol, curp->sym)) <= 0)
usr.bin/crunch/crunchide/crunchide.c
161
newp->sym = strdup(symbol);
usr.bin/crunch/crunchide/crunchide.c
175
in_keep_list(const char *symbol)
usr.bin/crunch/crunchide/crunchide.c
183
if((cmp = strcmp(symbol, curp->sym)) <= 0)
usr.bin/crunch/crunchide/crunchide.c
193
char symbol[1024];
usr.bin/crunch/crunchide/crunchide.c
201
while (fgets(symbol, 1024, keepf)) {
usr.bin/crunch/crunchide/crunchide.c
202
len = strlen(symbol);
usr.bin/crunch/crunchide/crunchide.c
203
if (len && symbol[len-1] == '\n')
usr.bin/crunch/crunchide/crunchide.c
204
symbol[len-1] = '\0';
usr.bin/crunch/crunchide/crunchide.c
206
add_to_keep_list(symbol);
usr.bin/crunch/crunchide/crunchide.c
82
static void add_to_keep_list(char *symbol);
usr.bin/crunch/crunchide/extern.h
58
int in_keep_list(const char *symbol);
usr.bin/gzip/unlz.c
175
unsigned symbol = 0;
usr.bin/gzip/unlz.c
179
symbol <<= 1;
usr.bin/gzip/unlz.c
182
symbol |= 1;
usr.bin/gzip/unlz.c
190
return symbol;
usr.bin/gzip/unlz.c
196
unsigned symbol;
usr.bin/gzip/unlz.c
202
symbol = 0;
usr.bin/gzip/unlz.c
208
symbol = 1;
usr.bin/gzip/unlz.c
215
return symbol;
usr.bin/gzip/unlz.c
221
unsigned symbol = 1;
usr.bin/gzip/unlz.c
224
symbol = (symbol << 1) | lz_rd_decode_bit(rd, &bm[symbol]);
usr.bin/gzip/unlz.c
226
return symbol - (1 << num_bits);
usr.bin/gzip/unlz.c
232
unsigned symbol = lz_rd_decode_tree(rd, bm, num_bits);
usr.bin/gzip/unlz.c
236
reversed_symbol = (reversed_symbol << 1) | (symbol & 1);
usr.bin/gzip/unlz.c
237
symbol >>= 1;
usr.bin/gzip/unlz.c
246
unsigned symbol = 1;
usr.bin/gzip/unlz.c
251
&bm[symbol + (match_bit << 8) + 0x100]);
usr.bin/gzip/unlz.c
252
symbol = (symbol << 1) | bit;
usr.bin/gzip/unlz.c
254
while (symbol < 0x100) {
usr.bin/gzip/unlz.c
255
symbol = (symbol << 1) |
usr.bin/gzip/unlz.c
256
lz_rd_decode_bit(rd, &bm[symbol]);
usr.bin/gzip/unlz.c
261
return symbol & 0xFF;
usr.bin/gzip/unpack.c
124
free(unpackd->symbol);
usr.bin/gzip/unpack.c
243
unpackd->symbol_eob = unpackd->symbol = calloc(1, unpackd->symbol_size);
usr.bin/gzip/unpack.c
244
if (unpackd->symbol == NULL)
usr.bin/gzip/unpack.c
80
char *symbol; /* The symbol table */
usr.sbin/bootp/common/readfile.c
1009
fill_defaults(hp, symbol);
usr.sbin/bootp/common/readfile.c
1034
if (!strncmp(*symbol, "auto", 4)) {
usr.sbin/bootp/common/readfile.c
1038
hp->bootsize = (unsigned int) get_u_long(symbol);
usr.sbin/bootp/common/readfile.c
134
const char *symbol;
usr.sbin/bootp/common/readfile.c
711
if (prs_inetaddr(symbol, &value) < 0) \
usr.sbin/bootp/common/readfile.c
730
hp->MEMBER = get_addresses(symbol); \
usr.sbin/bootp/common/readfile.c
749
hp->MEMBER = get_shared_string(symbol); \
usr.sbin/bootp/common/readfile.c
763
value = get_u_long(symbol); \
usr.sbin/bootp/common/readfile.c
778
eval_symbol(char **symbol, struct host *hp)
usr.sbin/bootp/common/readfile.c
789
eat_whitespace(symbol);
usr.sbin/bootp/common/readfile.c
792
current_tagname[0] = (*symbol)[0];
usr.sbin/bootp/common/readfile.c
793
current_tagname[1] = (*symbol)[1];
usr.sbin/bootp/common/readfile.c
796
if ((*symbol)[0] == '\0') {
usr.sbin/bootp/common/readfile.c
799
if ((*symbol)[0] == ':') {
usr.sbin/bootp/common/readfile.c
802
if ((*symbol)[0] == 'T') { /* generic symbol */
usr.sbin/bootp/common/readfile.c
803
(*symbol)++;
usr.sbin/bootp/common/readfile.c
804
value = get_u_long(symbol);
usr.sbin/bootp/common/readfile.c
807
eat_whitespace(symbol);
usr.sbin/bootp/common/readfile.c
808
if ((*symbol)[0] != '=') {
usr.sbin/bootp/common/readfile.c
811
(*symbol)++;
usr.sbin/bootp/common/readfile.c
816
if (process_generic(symbol, &(hp->generic), (byte) (value & 0xFF)))
usr.sbin/bootp/common/readfile.c
824
switch ((*symbol)[2]) {
usr.sbin/bootp/common/readfile.c
842
if (((symbolptr->symbol)[0] == (*symbol)[0]) &&
usr.sbin/bootp/common/readfile.c
843
((symbolptr->symbol)[1] == (*symbol)[1])) {
usr.sbin/bootp/common/readfile.c
856
(*symbol) += (optype == OP_BOOLEAN) ? 2 : 3;
usr.sbin/bootp/common/readfile.c
858
eat_whitespace(symbol);
usr.sbin/bootp/common/readfile.c
889
tmphaddr = prs_haddr(symbol, hp->htype);
usr.sbin/bootp/common/readfile.c
907
eat_whitespace(symbol);
usr.sbin/bootp/common/readfile.c
908
if (isdigit((unsigned char)**symbol)) {
usr.sbin/bootp/common/readfile.c
909
value = get_u_long(symbol);
usr.sbin/bootp/common/readfile.c
912
(void) get_string(symbol, tmpstr, &len);
usr.sbin/bootp/common/readfile.c
967
(void) get_string(symbol, tmpstr, &len);
usr.sbin/bootp/common/readfile.c
988
if (strncmp(*symbol, "auto", 4)) {
usr.sbin/bootp/common/readfile.c
990
if (!strncmp(*symbol, "rfc", 3)) {
usr.sbin/bootp/common/readfile.c
992
} else if (!strncmp(*symbol, "cmu", 3)) {
usr.sbin/bootp/common/readfile.c
995
if (!isdigit((unsigned char)**symbol))
usr.sbin/bootp/common/readfile.c
997
if (prs_inetaddr(symbol, &value) < 0)
usr.sbin/gspa/gspa/gsp_ass.h
142
symbol lookup(char *id, bool makeit);
usr.sbin/gspa/gspa/gsp_ass.h
49
struct symbol *next;
usr.sbin/gspa/gspa/gsp_ass.h
76
symbol sym;
usr.sbin/gspa/gspa/gsp_eval.c
116
symbol s;
usr.sbin/gspa/gspa/gsp_sym.c
126
symbol bp, fp;
usr.sbin/gspa/gspa/gsp_sym.c
184
symbol p;
usr.sbin/gspa/gspa/gsp_sym.c
43
symbol symbol_hash[NHASH];
usr.sbin/gspa/gspa/gsp_sym.c
47
symbol
usr.sbin/gspa/gspa/gsp_sym.c
50
symbol ptr, p, *pp;
usr.sbin/gspa/gspa/gsp_sym.c
65
ptr = emalloc(sizeof(struct symbol) + strlen(id));
usr.sbin/gspa/gspa/gsp_sym.c
80
symbol ptr;