Searched refs:patterns (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkFileFilter.h43 GlobPattern * patterns; /* Head of glob pattern type list */ member in struct:FileFilterClause
66 * one or more glob patterns and/or one or more Mac file types
H A DtkFileFilter.c214 char * patternsStr; /* A TCL list of glob patterns. */
218 * patterns need to be processed differently
254 clausePtr->patterns = NULL;
276 * Prepend a "*" to patterns that do not have a leading "*"
306 * Add the glob pattern into the list of patterns.
309 if (clausePtr->patterns == NULL) {
310 clausePtr->patterns = clausePtr->patternsTail = globPtr;
437 * Frees the malloc'ed glob patterns in a clause
443 * The list of glob patterns in clausePtr->patterns ar
[all...]
/ast/src/lib/libtksh/include/
H A DtclInt.h12 #define xxxpatterns patterns
/ast/src/lib/libtksh/tcl/
H A DtclUtil.c1400 && (strcmp(string, iPtr->patterns[i]) == 0)) {
1403 * cache and shift the other patterns down one position.
1410 cachedString = iPtr->patterns[i];
1413 iPtr->patterns[j+1] = iPtr->patterns[j];
1417 iPtr->patterns[0] = cachedString;
1438 if (iPtr->patterns[NUM_REGEXPS-1] != NULL) {
1439 ckfree(iPtr->patterns[NUM_REGEXPS-1]);
1443 iPtr->patterns[i+1] = iPtr->patterns[
[all...]
/ast/src/lib/libtksh/src/
H A Dbasic.c195 iPtr->patterns[i] = NULL;
591 if (iPtr->patterns[i] == NULL) {
594 ckfree(iPtr->patterns[i]);
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c27 "[+NAME?grep - search lines in files for matching patterns]"
74 "[m:label?All patterns must be of the form \alabel\a:\apattern\a. Match "
129 * patterns of grep into single patterns. important
174 List_t patterns; /* pattern list */ member in struct:State_s
195 unsigned char label; /* all patterns labelled */
324 for (x = state->patterns.head; x; x = x->next)
800 if (addstring(&state, &state.patterns, opt_info.arg))
872 if (!state.files.head && !state.patterns.head)
879 if (addstring(&state, &state.patterns, *arg
[all...]
/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh498 [[ $( print $(( ${var%%00} )) ) == 1 ]] || err_exit "arithmetic with embeddded patterns fails"
/ast/src/cmd/pax/
H A Dpax.h586 Pattern_t* patterns; /* name match patterns */ \
H A Dmisc.c143 * check f with patterns given on cmd line
923 * prepare patterns for match()
942 state.pattern = state.patterns = p;
952 * determine if file s matches input patterns
H A Dpax.c1897 for (state.pattern = state.patterns; state.pattern->pattern; state.pattern++)
/ast/src/cmd/nmake/
H A DMakerules.mk3596 * rhs are metarule patterns that do not generate %

Completed in 57 milliseconds