Lines Matching refs:SymTable
133 static char *VarGetPattern(SymTable *, int, const char **, int, int,
138 static void *check_empty(const char **, SymTable *, bool, int);
139 static void *check_quote(const char **, SymTable *, bool, int);
142 static void *check_shcmd(const char **, SymTable *, bool, int);
144 static void *get_stringarg(const char **, SymTable *, bool, int);
146 static void *get_patternarg(const char **, SymTable *, bool, int);
147 static void *get_spatternarg(const char **, SymTable *, bool, int);
148 static void *common_get_patternarg(const char **, SymTable *, bool, int, bool);
150 static void *get_sysvpattern(const char **, SymTable *, bool, int);
156 void * (*getarg)(const char **, SymTable *, bool, int);
356 get_sysvpattern(const char **p, SymTable *ctxt UNUSED, bool err, int endc) in get_sysvpattern()
766 VarGetPattern(SymTable *ctxt, int err, const char **tstr, int delim1, in VarGetPattern()
859 check_empty(const char **p, SymTable *ctxt UNUSED, bool b UNUSED, int endc) in check_empty()
870 check_quote(const char **p, SymTable *ctxt UNUSED, bool b UNUSED, int endc) in check_quote()
888 check_shcmd(const char **p, SymTable *ctxt UNUSED, bool b UNUSED, int endc) in check_shcmd()
911 get_stringarg(const char **p, SymTable *ctxt UNUSED, bool b UNUSED, int endc) in get_stringarg()
963 get_patternarg(const char **p, SymTable *ctxt, bool err, int endc) in get_patternarg()
970 get_spatternarg(const char **p, SymTable *ctxt, bool err, int endc) in get_spatternarg()
976 common_get_patternarg(const char **p, SymTable *ctxt, bool err, int endc, in common_get_patternarg()
1073 VarModifiers_Apply(char *str, const struct Name *name, SymTable *ctxt, in VarModifiers_Apply()