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

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmapfile.c202 val = peekfirst(ll);
/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c586 arg0 = (char *) peekfirst(args);
2254 untokenize(peekfirst(vl));
2451 *(char *)peekfirst(args) == '%') {
2470 if (findjobnam(peekfirst(args)) != -1)
2481 char *cmdarg = (char *) peekfirst(args);
2623 has_token((char *) peekfirst(args)))
2656 ((Redir) peekfirst(redir))->type == REDIR_READ &&
2710 cmdarg = (char *) peekfirst(args);
2762 nextnode(firstnode(args)) && !strcmp(peekfirst(args), "rm")) {
2797 !nextnode(firstnode(args)) && *(char *)peekfirst(arg
[all...]
H A Dzsh.h471 #define peekfirst(X) (firstnode(X)->dat) macro
H A Dglob.c1993 char *s = peekfirst(&fake);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompctl.c2122 ((char *) peekfirst(l)) && ((char *) peekfirst(l))[0])
2123 return dupstring(peekfirst(l));
3539 if (nonempty(l) && peekfirst(l)) {
3540 for (p2 = (char *)peekfirst(l); *p2; p2++)

Completed in 176 milliseconds