Home
last modified time | relevance | path

Searched refs:gmatch (Results 1 – 18 of 18) sorted by relevance

/original-bsd/old/sh/
H A Dexpand.c89 IF gmatch(dp->d_name, cs)
118 gmatch(s, p) in gmatch() function
136 THEN return(ok?gmatch(s,p):0);
149 return(scc?gmatch(s,p):0);
155 DO IF gmatch(s++,p) THEN return(1) FI OD
H A Dxec.c406 IF gmatch(r,s=macro(rex->argval)) ORF (trim(s), eq(r,s))
/original-bsd/local/toolchest/ksh/shlib/
H A Dgmatch.c48 gmatch(s, p) in gmatch() function
76 return(ok?gmatch(s,p):0);
156 else if(gmatch(olds,p))
H A Dmakefile19 gmatch.o \
97 gmatch.o: gmatch.c
98 $(CC_CMD) gmatch.c
/original-bsd/local/ukc/restore/
H A Dinteractive.c519 if (gmatch(dp->d_name, cs)) {
555 gmatch(s, p) in gmatch() function
573 return (ok ? gmatch(s, p) : 0);
590 return (scc ? gmatch(s, p) : 0);
597 if (gmatch(s++, p))
/original-bsd/local/local.cmd/
H A Dcpio.c829 if((**pat == '!' && !gmatch(s, *pat+1))
830 || gmatch(s, *pat))
836 gmatch(s, p) in gmatch() function
853 return(gmatch(++s, ++p));
866 if(scc) return(gmatch(++s, ++p));
882 if (gmatch(s++,p)) return(1);
H A Dncpio.c1073 if((**pat == '!' && !gmatch(s, *pat+1))
1074 || gmatch(s, *pat))
1080 gmatch(s, p) in gmatch() function
1097 return(gmatch(++s, ++p));
1110 if(scc) return(gmatch(++s, ++p));
1126 if (gmatch(s++,p)) return(1);
/original-bsd/old/cpio/
H A Dcpio.c177 static postml(), pentry(), nmatch(), gmatch(), umatch(), set_time();
1186 if((**pat == '!' && !gmatch(s, *pat+1))
1187 || gmatch(s, *pat))
1196 gmatch(s, p) in gmatch() function
1213 return(gmatch(++s, ++p));
1226 if(scc) return(gmatch(++s, ++p));
1245 if (gmatch(s++,p)) return(1);
/original-bsd/local/toolchest/ksh/
H A DMakefile125 emacs.o edit.o history.o macro.o msg.o string.o vi.o assign.o gmatch.o: (MULTIBYTE)
143 findnod.c shlib/flags.h gettree.c gmatch.c growaray.c gsort.c \
H A DINSTALL137 204 487 3542 gmatch.c
H A Dksh.mk43 shlib/gmatch.c \
H A Dmakefile43 shlib/gmatch.c \
/original-bsd/local/toolchest/ksh/sh/
H A Dexpand.c210 if(gmatch(entry->d_name, cs))
H A Dmain.c147 if(c>0 && gmatch(sim,"*rsh"))
264 if(gmatch(sim,devfdNN))
H A Dmacro.c747 if(gmatch(string,pat))
767 if(gmatch(sp,pat))
H A Dname.c258 if(gmatch(argscan,"*vi"))
263 if(gmatch(argscan,"*macs"))
H A Dxec.c740 if(((rex->argflag&A_RAW)==0&&gmatch(r,s))
/original-bsd/old/cpp/
H A Dcpp.c304 if (gmatch(p1, "^$*program[ \t]*c*")) in dump()