Symbol: comma
bin/ksh/eval.c
1265
char *brace_start, *brace_end, *comma = NULL;
bin/ksh/eval.c
1276
comma = NULL;
bin/ksh/eval.c
1285
comma = p;
bin/ksh/eval.c
1302
if (!comma) {
sbin/iked/parse.y
502
comma : ','
sbin/iked/parse.y
648
| proto_list comma protoval {
sbin/iked/parse.y
700
| hosts_list comma hosts {
sbin/ipsecctl/parse.y
331
comma : ','
sbin/ipsecctl/parse.y
576
| host_list comma host {
sbin/ipsecctl/pfkdump.c
273
int i, comma = 0, n;
sbin/ipsecctl/pfkdump.c
283
comma ? ",%s" : "%s", entry->name);
sbin/ipsecctl/pfkdump.c
287
comma = 1;
sbin/pfctl/parse.y
1090
scrub_opts_l : scrub_opts_l comma scrub_opt
sbin/pfctl/parse.y
1238
| antispoof_iflst comma antispoof_if optnl {
sbin/pfctl/parse.y
1418
| table_host_list comma tablespec optnl {
sbin/pfctl/parse.y
1523
| comma MINIMUM scspec {
sbin/pfctl/parse.y
1526
| comma MAXIMUM scspec {
sbin/pfctl/parse.y
1529
| comma MINIMUM scspec comma MAXIMUM scspec {
sbin/pfctl/parse.y
1533
| comma MAXIMUM scspec comma MINIMUM scspec {
sbin/pfctl/parse.y
2654
filter_sets_l : filter_sets_l comma filter_set
sbin/pfctl/parse.y
2704
| PRIO '(' NUMBER comma NUMBER ')' {
sbin/pfctl/parse.y
2786
| RETURNICMP '(' reticmpspec comma reticmp6spec ')' {
sbin/pfctl/parse.y
2860
| logopts comma logopt {
sbin/pfctl/parse.y
2898
| if_list comma if_item_not optnl {
sbin/pfctl/parse.y
2965
| proto_list comma proto_item optnl {
sbin/pfctl/parse.y
3038
| os_list comma xos optnl {
sbin/pfctl/parse.y
3091
| host_list comma ipspec optnl {
sbin/pfctl/parse.y
3340
| port_list comma port_item optnl {
sbin/pfctl/parse.y
3425
| uid_list comma uid_item optnl {
sbin/pfctl/parse.y
3503
| gid_list comma gid_item optnl {
sbin/pfctl/parse.y
3601
| icmp_list comma icmp_item optnl {
sbin/pfctl/parse.y
3609
| icmp6_list comma icmp6_item optnl {
sbin/pfctl/parse.y
3819
| state_opt_list comma state_opt_item {
sbin/pfctl/parse.y
4010
| '(' STRING comma STRING ')' {
sbin/pfctl/parse.y
4060
| redir_host_list comma host optweight optnl {
sbin/pfctl/parse.y
4236
timeout_list : timeout_list comma timeout_spec optnl
sbin/pfctl/parse.y
4255
limit_list : limit_list comma limit_spec optnl
sbin/pfctl/parse.y
4259
comma : ','
sbin/pfctl/parse.y
789
syncookie_opt_l : syncookie_opt_l comma syncookie_opt
sbin/pfctl/pfctl_parser.c
935
char *comma = "";
sbin/pfctl/pfctl_parser.c
939
printf("%sprio %u", comma, r->set_prio[0]);
sbin/pfctl/pfctl_parser.c
941
printf("%sprio(%u, %u)", comma, r->set_prio[0],
sbin/pfctl/pfctl_parser.c
943
comma = ", ";
sbin/pfctl/pfctl_parser.c
947
printf("%squeue(%s, %s)", comma, r->qname,
sbin/pfctl/pfctl_parser.c
950
printf("%squeue %s", comma, r->qname);
sbin/pfctl/pfctl_parser.c
951
comma = ", ";
sbin/pfctl/pfctl_parser.c
954
printf("%stos 0x%2.2x", comma, r->set_tos);
sbin/pfctl/pfctl_parser.c
955
comma = ", ";
sbin/pfctl/pfctl_parser.c
958
printf("%sdelay %u", comma, r->delay);
sbin/pfctl/pfctl_parser.c
959
comma = ", ";
sys/arch/arm/arm/disassem.c
557
int comma;
sys/arch/arm/arm/disassem.c
561
comma = 0;
sys/arch/arm/arm/disassem.c
566
if (comma)
sys/arch/arm/arm/disassem.c
569
comma = 1;
usr.bin/awk/awkgram.y
113
comma:
usr.bin/awk/awkgram.y
114
',' | comma NL
usr.bin/awk/awkgram.y
197
| patlist comma pattern { $$ = linkum($1, $3); }
usr.bin/awk/awkgram.y
257
pattern comma pattern { $$ = linkum($1, $3); }
usr.bin/awk/awkgram.y
258
| plist comma pattern { $$ = linkum($1, $3); }
usr.bin/awk/awkgram.y
263
| pplist comma ppattern { $$ = linkum($1, $3); }
usr.bin/awk/awkgram.y
381
| GENSUB '(' reg_expr comma pattern comma pattern ')'
usr.bin/awk/awkgram.y
383
| GENSUB '(' pattern comma pattern comma pattern ')'
usr.bin/awk/awkgram.y
390
| GENSUB '(' reg_expr comma pattern comma pattern comma pattern ')'
usr.bin/awk/awkgram.y
392
| GENSUB '(' pattern comma pattern comma pattern comma pattern ')'
usr.bin/awk/awkgram.y
403
| INDEX '(' pattern comma pattern ')'
usr.bin/awk/awkgram.y
405
| INDEX '(' pattern comma reg_expr ')'
usr.bin/awk/awkgram.y
409
| MATCHFCN '(' pattern comma reg_expr ')'
usr.bin/awk/awkgram.y
411
| MATCHFCN '(' pattern comma pattern ')'
usr.bin/awk/awkgram.y
418
| SPLIT '(' pattern comma varname comma pattern ')' /* string */
usr.bin/awk/awkgram.y
420
| SPLIT '(' pattern comma varname comma reg_expr ')' /* const /regexp/ */
usr.bin/awk/awkgram.y
422
| SPLIT '(' pattern comma varname ')'
usr.bin/awk/awkgram.y
426
| subop '(' reg_expr comma pattern ')'
usr.bin/awk/awkgram.y
428
| subop '(' pattern comma pattern ')'
usr.bin/awk/awkgram.y
434
| subop '(' reg_expr comma pattern comma var ')'
usr.bin/awk/awkgram.y
436
| subop '(' pattern comma pattern comma var ')'
usr.bin/awk/awkgram.y
442
| SUBSTR '(' pattern comma pattern comma pattern ')'
usr.bin/awk/awkgram.y
444
| SUBSTR '(' pattern comma pattern ')'
usr.bin/awk/awkgram.y
459
| varlist comma VAR {
usr.bin/awk/awkgram.y
73
%type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
usr.bin/indent/indent.c
1117
case comma:
usr.bin/indent/indent.c
599
if (ps.last_token != comma || ps.p_l_follow > 0
usr.bin/indent/lexi.c
453
code = comma;
usr.bin/mail/names.c
115
int s, comma;
usr.bin/mail/names.c
119
comma = ntype & GCOMMA;
usr.bin/mail/names.c
124
if (debug && comma)
usr.bin/mail/names.c
130
if (comma)
usr.bin/mail/names.c
142
if (comma && p->n_flink != NULL)
usr.bin/mail/names.c
147
if (comma && *--cp == ',')
usr.bin/mail/send.c
541
fmt(char *str, struct name *np, FILE *fo, int comma)
usr.bin/mail/send.c
545
comma = comma ? 1 : 0;
usr.bin/mail/send.c
551
comma = 0;
usr.bin/mail/send.c
554
if (col + len + comma > 72 && col > 4) {
usr.bin/mail/send.c
560
if (comma)
usr.bin/mail/send.c
562
col += len + comma;
usr.bin/sndioctl/sndioctl.c
684
int comma, mode;
usr.bin/sndioctl/sndioctl.c
759
comma = 0;
usr.bin/sndioctl/sndioctl.c
763
if (comma) {
usr.bin/sndioctl/sndioctl.c
802
comma = 1;
usr.bin/tmux/style.c
279
const char *comma = "", *tmp = "";
usr.bin/tmux/style.c
294
off += xsnprintf(s + off, sizeof s - off, "%slist=%s", comma,
usr.bin/tmux/style.c
296
comma = ",";
usr.bin/tmux/style.c
317
off += xsnprintf(s + off, sizeof s - off, "%srange=%s", comma,
usr.bin/tmux/style.c
319
comma = ",";
usr.bin/tmux/style.c
330
off += xsnprintf(s + off, sizeof s - off, "%salign=%s", comma,
usr.bin/tmux/style.c
332
comma = ",";
usr.bin/tmux/style.c
341
off += xsnprintf(s + off, sizeof s - off, "%s%s", comma, tmp);
usr.bin/tmux/style.c
342
comma = ",";
usr.bin/tmux/style.c
345
off += xsnprintf(s + off, sizeof s - off, "%sfill=%s", comma,
usr.bin/tmux/style.c
347
comma = ",";
usr.bin/tmux/style.c
350
off += xsnprintf(s + off, sizeof s - off, "%sfg=%s", comma,
usr.bin/tmux/style.c
352
comma = ",";
usr.bin/tmux/style.c
355
off += xsnprintf(s + off, sizeof s - off, "%sbg=%s", comma,
usr.bin/tmux/style.c
357
comma = ",";
usr.bin/tmux/style.c
360
off += xsnprintf(s + off, sizeof s - off, "%sus=%s", comma,
usr.bin/tmux/style.c
362
comma = ",";
usr.bin/tmux/style.c
365
off += xsnprintf(s + off, sizeof s - off, "%s%s", comma,
usr.bin/tmux/style.c
367
comma = ",";
usr.bin/tmux/style.c
372
"%swidth=%u%%", comma, sy->width);
usr.bin/tmux/style.c
375
"%swidth=%u", comma, sy->width);
usr.bin/tmux/style.c
376
comma = ",";
usr.bin/tmux/style.c
379
xsnprintf(s + off, sizeof s - off, "%spad=%u", comma,
usr.bin/tmux/style.c
381
comma = ",";
usr.sbin/bgpctl/ometric.c
292
const char *comma = "";
usr.sbin/bgpctl/ometric.c
302
if (fprintf(out, "%s%s=\"%s\"", comma, l->key,
usr.sbin/bgpctl/ometric.c
305
comma = ",";
usr.sbin/bgpctl/output.c
142
int comma;
usr.sbin/bgpctl/output.c
146
for (i = AID_MIN, comma = 0; i < AID_MAX; i++)
usr.sbin/bgpctl/output.c
148
printf("%s%s", comma ? ", " : "", aid2str(i));
usr.sbin/bgpctl/output.c
149
comma = 1;
usr.sbin/bgpctl/output.c
158
int comma;
usr.sbin/bgpctl/output.c
162
for (i = AID_MIN, comma = 0; i < AID_MAX; i++) {
usr.sbin/bgpctl/output.c
176
printf("%s%s %s", comma ? ", " : "", aid2str(i), mode);
usr.sbin/bgpctl/output.c
177
comma = 1;
usr.sbin/bgpctl/output.c
185
int comma;
usr.sbin/bgpctl/output.c
193
for (i = AID_MIN, comma = 0; i < AID_MAX; i++)
usr.sbin/bgpctl/output.c
195
if (!comma &&
usr.sbin/bgpctl/output.c
198
if (comma)
usr.sbin/bgpctl/output.c
203
comma = 1;
usr.sbin/bgpd/parse.y
1233
| proto_list comma proto_item {
usr.sbin/bgpd/parse.y
1290
| port_list comma port_item
usr.sbin/bgpd/parse.y
1394
| icmp_list comma icmp_item
usr.sbin/bgpd/parse.y
1489
| length_list comma length_item
usr.sbin/bgpd/parse.y
2471
| filter_rib_l comma filter_rib {
usr.sbin/bgpd/parse.y
2504
| filter_peer_l comma filter_peer {
usr.sbin/bgpd/parse.y
2628
| filter_prefix_l comma filter_prefix {
usr.sbin/bgpd/parse.y
2654
| filter_as_t_l comma filter_as_t {
usr.sbin/bgpd/parse.y
2716
| filter_as_l comma filter_as {
usr.sbin/bgpd/parse.y
3114
filter_set_l : filter_set_l comma filter_set_opt {
usr.sbin/bgpd/parse.y
3496
comma : /* empty */
usr.sbin/bgpd/parse.y
496
| as_set_l comma as4number_any { add_as_set($3); }
usr.sbin/bgpd/parse.y
532
| prefixset_l comma prefixset_item {
usr.sbin/bgpd/parse.y
620
| roa_set_l comma prefixset_item SOURCEAS as4number_any expires {
usr.sbin/bgpd/parse.y
637
| aspa_set_l comma aspa_elm
usr.sbin/bgpd/parse.y
658
| aspa_tas_l comma aspa_tas {
usr.sbin/hostapd/parse.y
1010
| tableaddrlist comma tableaddrentry
usr.sbin/hostapd/parse.y
1104
comma : /* empty */
usr.sbin/hostapd/parse.y
316
| hostapifacelist comma hostapiface
usr.sbin/hostapd/parse.y
334
| hopperifacelist comma hopperiface
usr.sbin/hostapd/parse.y
394
| iappsubtypelist comma iappsubtype
usr.sbin/nsd/simdzone/src/generic/svcb.h
101
uint8_t *comma = rdata->octets++;
usr.sbin/nsd/simdzone/src/generic/svcb.h
130
assert(comma < rdata->octets);
usr.sbin/nsd/simdzone/src/generic/svcb.h
131
const size_t length = ((uintptr_t)rdata->octets - (uintptr_t)comma) - 1;
usr.sbin/nsd/simdzone/src/generic/svcb.h
134
*comma = (uint8_t)length;
usr.sbin/nsd/simdzone/src/generic/svcb.h
135
comma = rdata->octets;
usr.sbin/nsd/simdzone/src/generic/svcb.h
143
const size_t length = ((uintptr_t)rdata->octets - (uintptr_t)comma) - 1;
usr.sbin/nsd/simdzone/src/generic/svcb.h
146
*comma = (uint8_t)length;
usr.sbin/ospf6d/parse.y
350
optlist_l : optlist_l comma option {
usr.sbin/ospf6d/parse.y
465
comma : ','
usr.sbin/ospfd/parse.y
393
optlist_l : optlist_l comma option {
usr.sbin/ospfd/parse.y
594
comma : ','
usr.sbin/pstat/pstat.c
713
char *comma = "(";
usr.sbin/pstat/pstat.c
718
(void)printf("%srdonly", comma);
usr.sbin/pstat/pstat.c
720
comma = ",";
usr.sbin/pstat/pstat.c
723
(void)printf("%ssynchronous", comma);
usr.sbin/pstat/pstat.c
725
comma = ",";
usr.sbin/pstat/pstat.c
728
(void)printf("%snoexec", comma);
usr.sbin/pstat/pstat.c
730
comma = ",";
usr.sbin/pstat/pstat.c
733
(void)printf("%snosuid", comma);
usr.sbin/pstat/pstat.c
735
comma = ",";
usr.sbin/pstat/pstat.c
738
(void)printf("%snodev", comma);
usr.sbin/pstat/pstat.c
740
comma = ",";
usr.sbin/pstat/pstat.c
743
(void)printf("%snoperm", comma);
usr.sbin/pstat/pstat.c
745
comma = ",";
usr.sbin/pstat/pstat.c
748
(void)printf("%sasync", comma);
usr.sbin/pstat/pstat.c
750
comma = ",";
usr.sbin/pstat/pstat.c
753
(void)printf("%sexrdonly", comma);
usr.sbin/pstat/pstat.c
755
comma = ",";
usr.sbin/pstat/pstat.c
758
(void)printf("%sexport", comma);
usr.sbin/pstat/pstat.c
760
comma = ",";
usr.sbin/pstat/pstat.c
763
(void)printf("%sdefdexported", comma);
usr.sbin/pstat/pstat.c
765
comma = ",";
usr.sbin/pstat/pstat.c
768
(void)printf("%sexportanon", comma);
usr.sbin/pstat/pstat.c
770
comma = ",";
usr.sbin/pstat/pstat.c
773
(void)printf("%swxallowed", comma);
usr.sbin/pstat/pstat.c
775
comma = ",";
usr.sbin/pstat/pstat.c
778
(void)printf("%slocal", comma);
usr.sbin/pstat/pstat.c
780
comma = ",";
usr.sbin/pstat/pstat.c
783
(void)printf("%squota", comma);
usr.sbin/pstat/pstat.c
785
comma = ",";
usr.sbin/pstat/pstat.c
788
(void)printf("%srootfs", comma);
usr.sbin/pstat/pstat.c
790
comma = ",";
usr.sbin/pstat/pstat.c
793
(void)printf("%snoatime", comma);
usr.sbin/pstat/pstat.c
795
comma = ",";
usr.sbin/pstat/pstat.c
799
(void)printf("%supdate", comma);
usr.sbin/pstat/pstat.c
801
comma = ",";
usr.sbin/pstat/pstat.c
804
(void)printf("%sdelexport", comma);
usr.sbin/pstat/pstat.c
806
comma = ",";
usr.sbin/pstat/pstat.c
809
(void)printf("%sreload", comma);
usr.sbin/pstat/pstat.c
811
comma = ",";
usr.sbin/pstat/pstat.c
814
(void)printf("%sforce", comma);
usr.sbin/pstat/pstat.c
816
comma = ",";
usr.sbin/pstat/pstat.c
819
(void)printf("%sstalled", comma);
usr.sbin/pstat/pstat.c
821
comma = ",";
usr.sbin/pstat/pstat.c
824
(void)printf("%sswappable", comma);
usr.sbin/pstat/pstat.c
826
comma = ",";
usr.sbin/pstat/pstat.c
829
(void)printf("%swantrdwr", comma);
usr.sbin/pstat/pstat.c
831
comma = ",";
usr.sbin/pstat/pstat.c
834
(void)printf("%ssoftdep", comma);
usr.sbin/pstat/pstat.c
836
comma = ",";
usr.sbin/pstat/pstat.c
839
(void)printf("%sdoomed", comma);
usr.sbin/pstat/pstat.c
841
comma = ",";
usr.sbin/pstat/pstat.c
844
(void)printf("%sunknown_flags:%x", comma, flags);
usr.sbin/relayd/parse.y
1174
httpflags_l : httpflags comma httpflags_l
usr.sbin/relayd/parse.y
1189
tcpflags_l : tcpflags comma tcpflags_l
usr.sbin/relayd/parse.y
1234
tlsflags_l : tlsflags comma tlsflags_l
usr.sbin/relayd/parse.y
2375
comma : ','
usr.sbin/relayd/parse.y
295
eflags_l : eflags comma eflags_l
usr.sbin/relayd/parse.y
730
tablelist_l : tablelist comma tablelist_l
usr.sbin/rpki-client/ometric.c
294
const char *comma = "";
usr.sbin/rpki-client/ometric.c
304
if (fprintf(out, "%s%s=\"%s\"", comma, l->key,
usr.sbin/rpki-client/ometric.c
307
comma = ",";
usr.sbin/smtpd/parse.y
1915
| filterel comma filter_list
usr.sbin/smtpd/parse.y
257
comma : ',' optnl
usr.sbin/smtpd/parse.y
284
| keyval comma keyval_list
usr.sbin/smtpd/parse.y
294
| stringel comma string_list
usr.sbin/snmpd/parse.y
1121
| hostlist comma hostdef
usr.sbin/snmpd/parse.y
1128
comma : /* empty */