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

/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompresult.c159 * cursor position in the string returned and posl contains all
161 * and posl contain real command line positions (including braces). */
165 cline_str(Cline l, int ins, int *csp, LinkList posl) argument
229 if (posl && (npos = zlemetacs + padd) != opos) {
231 addlinknode(posl, (void *) ((long) npos));
254 if (posl && (npos = zlemetacs + padd) != opos) {
256 addlinknode(posl, (void *) ((long) npos));
308 if (posl && (npos = zlemetacs + padd) != opos) {
310 addlinknode(posl, (void *) ((long) npos));
410 if (posl
[all...]

Completed in 213 milliseconds