Symbol: account
games/mille/init.c
62
account(card = *Topcard);
games/mille/mille.h
214
void account(CARD);
games/mille/move.c
101
account(*Topcard);
games/mille/move.c
321
account(card);
games/mille/move.c
78
account(Discard);
lib/libexpat/lib/xmlparse.c
3316
XML_Bool haveMore, enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
3340
account)) {
lib/libexpat/lib/xmlparse.c
3528
= storeAtts(parser, enc, s, &(tag->name), &(tag->bindings), account);
lib/libexpat/lib/xmlparse.c
3693
= doCdataSection(parser, enc, &next, end, nextPtr, haveMore, account);
lib/libexpat/lib/xmlparse.c
3831
enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
3977
parser->m_atts[i].valueEnd, &parser->m_tempPool, account);
lib/libexpat/lib/xmlparse.c
4602
enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
4621
if (! accountingDiffTolerated(parser, tok, s, next, __LINE__, account)) {
lib/libexpat/lib/xmlparse.c
4626
UNUSED_P(account);
lib/libexpat/lib/xmlparse.c
502
enum XML_Account account);
lib/libexpat/lib/xmlparse.c
508
XML_Bool haveMore, enum XML_Account account);
lib/libexpat/lib/xmlparse.c
512
enum XML_Account account);
lib/libexpat/lib/xmlparse.c
5208
XML_Bool allowClosingDoctype, enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
523
enum XML_Account account);
lib/libexpat/lib/xmlparse.c
5236
UNUSED_P(account);
lib/libexpat/lib/xmlparse.c
5312
if (! accountingDiffTolerated(parser, tok, s, next, __LINE__, account)) {
lib/libexpat/lib/xmlparse.c
534
enum XML_Account account);
lib/libexpat/lib/xmlparse.c
538
enum XML_Account account, const char **nextPtr);
lib/libexpat/lib/xmlparse.c
545
enum XML_Account account,
lib/libexpat/lib/xmlparse.c
550
enum XML_Account account);
lib/libexpat/lib/xmlparse.c
625
enum XML_Account account);
lib/libexpat/lib/xmlparse.c
629
enum XML_Account account);
lib/libexpat/lib/xmlparse.c
6514
enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
6521
account, &next);
lib/libexpat/lib/xmlparse.c
6591
enum XML_Account account, const char **nextPtr) {
lib/libexpat/lib/xmlparse.c
6594
UNUSED_P(account);
lib/libexpat/lib/xmlparse.c
6602
if (! accountingDiffTolerated(parser, tok, ptr, next, __LINE__, account)) {
lib/libexpat/lib/xmlparse.c
6785
enum XML_Account account, const char **nextPtr) {
lib/libexpat/lib/xmlparse.c
6793
UNUSED_P(account);
lib/libexpat/lib/xmlparse.c
6817
account)) {
lib/libexpat/lib/xmlparse.c
6973
enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
6979
= storeEntityValue(parser, enc, next, entityTextEnd, account, &next);
lib/libexpat/lib/xmlparse.c
8555
enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
8560
bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP",
lib/libexpat/lib/xmlparse.c
8591
enum XML_Account account) {
lib/libexpat/lib/xmlparse.c
8603
if (account == XML_ACCOUNT_NONE)
lib/libexpat/lib/xmlparse.c
8612
= (account == XML_ACCOUNT_DIRECT) && (originParser == rootParser);
lib/libexpat/lib/xmlparse.c
8637
bytesMore, source_line, account);
usr.bin/ftp/cmds.h
64
void account(int, char **);
usr.bin/ftp/cmdtab.c
127
{ "account", H(accounthelp), 0, 1, 1, CMPL0 account},
usr.sbin/acme-client/main.c
269
c = acctproc(acct_fds[0], authority->account,
usr.sbin/acme-client/parse.h
45
char *account;
usr.sbin/acme-client/parse.y
1107
if (a->account != NULL)
usr.sbin/acme-client/parse.y
1108
printf("\taccount key \"%s\" %s\n", a->account,
usr.sbin/acme-client/parse.y
203
if (auth->account == NULL) {
usr.sbin/acme-client/parse.y
228
if (auth->account != NULL) {
usr.sbin/acme-client/parse.y
234
auth->account = s;
usr.sbin/radiusd/parse.y
119
| grammar account '\n'
usr.sbin/radiusd/parse.y
485
account : ACCOUNT optquick str_l TO STRING optdeco {
usr.sbin/radiusd/parse.y
506
TAILQ_INSERT_TAIL(&conf->account, acct, next);
usr.sbin/radiusd/radiusd.c
1020
TAILQ_INIT(&conf->account);
usr.sbin/radiusd/radiusd.c
359
TAILQ_FOREACH_SAFE(acct, &radiusd->account, next, acctt) {
usr.sbin/radiusd/radiusd.c
360
TAILQ_REMOVE(&radiusd->account, acct, next);
usr.sbin/radiusd/radiusd.c
611
TAILQ_FOREACH(accounting, &listn->radiusd->account, next) {
usr.sbin/radiusd/radiusd_local.h
122
TAILQ_HEAD(,radiusd_accounting) account;