Searched refs:nodot (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/dma/
H A Dmail.c373 readmail(struct queue *queue, int nodot, int recp_from_header) argument
474 if (!nodot && linelen == 2 && line[0] == '.')
H A Ddma.c427 int nodot = 0, showq = 0, queue_only = 0; local
518 nodot = 1;
615 if (readmail(&queue, nodot, recp_from_header) != 0)
/freebsd-11-stable/contrib/gcc/
H A Dgengtype.c481 options_p nodot; local
493 nodot = create_option (NULL, "dot", "");
534 note_flds->opt = create_option (nodot, "default", "");
536 note_flds->opt = create_option (nodot, "tag", note_insn_name[c]);
546 sym_flds->opt = create_option (nodot, "default", "");
549 sym_flds->opt = create_option (nodot, "tag", "1");
667 subfields->opt = nodot;
693 flds->opt = create_option (nodot, "tag", ftag);
696 return new_structure ("rtx_def_subunion", 1, &lexer_line, flds, nodot);
709 options_p nodot; local
[all...]

Completed in 111 milliseconds