Home
last modified time | relevance | path

Searched defs:patprog (Results 1 – 3 of 3) sorted by relevance

/dports/shells/zsh/zsh-5.8.1/Src/
H A Dzsh.h1566 struct patprog { struct
1567 long startoff; /* length before start of programme */
1568 long size; /* total size from start of struct */
1569 long mustoff; /* offset to string that must be present */
1570 long patmlen; /* length of pure string or longest match */
1571 int globflags; /* globbing flags to set at start */
1572 int globend; /* globbing flags set after finish */
1573 int flags; /* PAT_* flags */
1574 int patnpar; /* number of active parentheses */
1575 char patstartch;
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dzle_hist.c1165 Patprog patprog = NULL; in doisearch() local
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dzutil.c1040 Patprog patprog; member