Home
last modified time | relevance | path

Searched refs:strsfx (Results 1 – 5 of 5) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dparse.c3129 if (!(f = load_dump_header(nam, (strsfx(FD_EXT, *args) ? *args : in bin_zcompile()
3161 dump = (strsfx(FD_EXT, *args) ? *args : dyncat(*args, FD_EXT)); in bin_zcompile()
3326 if (!strsfx(FD_EXT, dump)) in build_dump()
3462 if (!strsfx(FD_EXT, dump)) in build_cur_dump()
3672 if (strsfx(FD_EXT, path)) { in try_dump_file()
3726 if (strsfx(FD_EXT, file)) { in try_source_file()
3969 if (!strsfx(FD_EXT, file)) in dump_autoload()
H A Dglob.c565 || (glob_suf && !strsfx(glob_suf, fn)))) in scanner()
H A Dutils.c7131 strsfx(char *s, char *t) in strsfx() function
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompcore.c2328 if (llsl <= lsl && strsfx(lsuf, s)) in addmatches()
2330 else if (llsl > lsl && strsfx(s, lsuf)) in addmatches()
H A Dcomplist.c961 if (strsfx(ec->ext, filename) && in putfilecol()