Home
last modified time | relevance | path

Searched refs:seenm (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libcurses/tinfo/
H A Dcaptoinfo.c116 static int seenm; /* seen a %m */ variable
288 if (seenm && parm < 3) { in getparm()
308 seenm = 0; in _nc_captoinfo()
344 if (seenm++ == 1) { in _nc_captoinfo()
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dreentr.pl192 my %seenm; # all the types
319 $seenm{$func} = \%m;