• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/zsh-61/zsh/Src/Zle/

Lines Matching defs:as

24  * provided hereunder is on an "as is" basis, and Sven Wischnowsky and the
662 * end of screen as safety margin
739 /* add columns as safety margin */
1676 /* Same as above, only for single-letter-style. */
1735 /* Use a xor list, marking options as inactive. */
1899 /* Mark everything as active. */
2310 * as determined by arg->type).
2527 * sub-contexts are used as tags).
2562 * names are given as arguments. The descriptions are strings in a
2660 * It also uses its argument as the name of a parameter and sets
2684 * using. Returned, as usual in a parameter whose name is given as
2697 /* This gets two parameter names as arguments. The first is set to
3124 char *ns = strchr(s, d->sep), *as = 0, *sap, sav = 0;
3127 if (d->argsep && (as = strchr(s, d->argsep)) && (!ns || as <= ns)) {
3128 *ap = as + 1;
3129 ns = strchr(as + 1, d->sep);
3131 sap = as;
3141 ns = as;
3146 *sp = ((!ns || (ns == as && r && r->type != CVV_NOARG)) ? NULL : ns + 1);
3150 char *as = strchr(s, d->argsep), *sap, sav = 0;
3154 if (as) {
3155 *ap = as + 1;
3156 sap = as;
3157 sav = *as;
3263 char *ns = strchr(compsuffix, d->sep), *as;
3265 if (d->argsep && (as = strchr(compsuffix, d->argsep)) &&
3266 (!ns || as <= ns)) {
3267 ign = strlen(as);
3273 char *as;
3275 if ((as = strchr(compsuffix, d->argsep)))
3276 ign = strlen(as);
3465 /* Almost the same as for comparguments. This gets a value name
3484 /* Again, as for comparguments. This returns the values and their
3485 * arguments as an array which will be stored in val_args in _values. */
3867 char *as, *ls;
3869 for (as = *a, ls = (char *) getdata(node);
3870 *as && *ls && *ls != ':'; as++, ls++)
3871 if (*as != *ls)
3873 if (!*as && (!*ls || *ls == ':'))
3989 * file and we always accept it exactly because treating it as a pattern
4077 * it looks like a special file such as a drive.
4085 * but not "c:", as special directories. So
4127 * corresponds to a series of matches; when compiled as a pattern, at
4136 * is passed as an argument to the utility compfiles -p/-P.
4199 * cases as we are in the basic character class
4271 * Treat it as an ordinary character class.
4298 * this as a [...].