Searched refs:yesstr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dlmessages.h37 const char *yesstr; member in struct:lc_messages_T
H A Dlmessages.c40 (offsetof(struct lc_messages_T, yesstr) / sizeof(char *))
47 "yes" , /* yesstr */
87 if (xp->_messages_locale.yesstr == NULL)
88 xp->_messages_locale.yesstr = empty;
115 "yesstr = %s\n"
119 loc->__lc_messages->_messages_locale.yesstr,
H A Dnl_langinfo.c140 ret = (char*) __get_current_messages_locale(loc)->yesstr;
/macosx-10.10.1/nano-12/src/
H A Dprompt.c1268 const char *yesstr; /* String of Yes characters accepted. */ local
1274 /* yesstr, nostr, and allstr are strings of any length. Each string
1281 yesstr = _("Yy");
1295 sprintf(shortstr, " %c", yesstr[0]);
1375 if (strchr(yesstr, kbinput) != NULL)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfdcc.vim34 syn keyword fdccKeywordMessages copy yesexpr noexpr yesstr nostr
/macosx-10.10.1/adv_cmds-158/localedef/
H A Dlocaledef.pl268 MESSAGES => [\&parse_LC_MESSAGES, qr/^\s*(END|yesexpr|noexpr|yesstr|nostr|copy)\s+(\S+.*?)\s*$/],
1051 foreach my $s (qw(yesexpr noexpr yesstr nostr)) {

Completed in 135 milliseconds