Searched refs:mch (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/games/rogue/
H A Dthrow.c209 short mch, dch; local
239 mch = mvinch(row, col);
244 if ((mch < 'A') || (mch > 'Z')) {
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dkwset.c587 char const *beg, *lim, *mch, *lmch; local
607 mch = 0;
610 mch = text, accept = kwset->trie;
640 mch = beg;
658 mch = beg;
666 if (mch)
675 if (lim - mch > kwset->maxd)
676 lim = mch + kwset->maxd;
689 if (trie->accepting && beg <= mch)
707 if (trie->accepting && beg <= mch)
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A Dkwset.c587 char const *beg, *lim, *mch, *lmch; local
609 mch = 0;
612 mch = text, accept = kwset->trie;
642 mch = beg;
660 mch = beg;
668 if (mch)
677 if (lim - mch > kwset->maxd)
678 lim = mch + kwset->maxd;
691 if (trie->accepting && beg <= mch)
709 if (trie->accepting && beg <= mch)
[all...]
/netbsd-current/usr.bin/config/
H A Dgram.y1322 setmachine(const char *mch, const char *mcharch, struct nvlist *mchsubarches,
1331 ioconfname = mch;
1335 machine = mch;

Completed in 121 milliseconds