Home
last modified time | relevance | path

Searched refs:NAMES (Results 1 – 7 of 7) sorted by relevance

/dragonfly/etc/mail/
HDaliases13 # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
55 # BUSINESS-RELATED MAILBOX NAMES
61 # NETWORK OPERATIONS MAILBOX NAMES
66 # SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
/dragonfly/bin/ls/
HDls.h81 } NAMES; typedef
HDls.c542 NAMES *np; in display()
714 if ((np = malloc(sizeof(NAMES) + in display()
HDprint.c131 NAMES *np; in printlong()
/dragonfly/contrib/ncurses/ncurses/tinfo/
HDcomp_scan.c624 type = NAMES; in _nc_get_token()
749 case NAMES: in _nc_get_token()
HDparse_entry.c269 if (token_type != NAMES) in _nc_parse_entry()
335 token_type != EOF && token_type != NAMES; in _nc_parse_entry()
/dragonfly/contrib/ncurses/include/
HDtic.h159 #define NAMES 4 /* The names for a terminal type */ macro