Searched refs:inlist (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/NEXT/lib/ |
H A D | NEXT.pm | 12 my @inlist = shift; 14 while (my $next = shift @inlist) { 17 unshift @inlist, @{"$outlist[-1]::ISA"}; 24 my @inlist = shift; 26 while (my $next = shift @inlist) { 29 push @inlist, @{"$outlist[-1]::ISA"};
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/ |
H A D | Perldoc.pm | 1111 my $inlist = 0; 1133 ++$inlist; 1137 --$inlist; 1250 my $inlist = 0; 1277 ++$inlist; 1281 --$inlist; 1335 my $inlist = 0; 1345 ++$inlist; 1348 --$inlist; 1372 ++$inlist; [all …]
|
/openbsd/usr.sbin/lpr/common_source/ |
H A D | displayq.c | 83 static int inlist(char *, char *); 366 if (!inlist(line+1, cf)) { in inform() 407 inlist(char *name, char *file) in inlist() function
|
/openbsd/sys/dev/pci/ |
H A D | esavar.h | 95 int inlist; member
|
/openbsd/usr.bin/mg/ |
H A D | log.c | 284 const int inlist, in mglog_execbuf() argument 297 inlist, in mglog_execbuf()
|
/openbsd/usr.bin/rdist/ |
H A D | client.h | 156 int inlist(struct namelist *, char *);
|
H A D | client.c | 149 inlist(struct namelist *list, char *file) in inlist() function 173 if (sc->sc_args != NULL && !inlist(sc->sc_args, starget)) in runspecial() 207 if (sc->sc_args != NULL && !inlist(sc->sc_args, starget)) in addcmdspecialfile()
|
H A D | docmd.c | 693 if (sc->sc_args != NULL && !inlist(sc->sc_args, name)) in cmptime()
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | stb.c | 13296 bool inlist; in ffestb_beru4_() local 13308 inlist = TRUE; in ffestb_beru4_() 13312 inlist = FALSE; in ffestb_beru4_() 13322 if (inlist) in ffestb_beru4_()
|