Searched refs:PROMPTPERCENT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c3308 int opp = opts[PROMPTPERCENT];
3311 opts[PROMPTPERCENT] = 1;
3346 opts[PROMPTPERCENT] = opp;
H A Doptions.c221 {{NULL, "promptpercent", OPT_NONBOURNE}, PROMPTPERCENT},
H A Dprompt.c278 if (*bv->fm == '%' && isset(PROMPTPERCENT)) {
H A Dutils.c1311 int percents = opts[PROMPTPERCENT], w = 0;
1314 opts[PROMPTPERCENT] = 1;
1317 opts[PROMPTPERCENT] = percents;
H A Dzsh.h2142 PROMPTPERCENT, enumerator in enum:__anon15760

Completed in 136 milliseconds