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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c369 size_t line, lines, col, cols, thisguy; local
395 thisguy = line + col * lines;
396 if (thisguy >= num)
399 col == 0 ? "" : " ", (int)width, matches[thisguy]);
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c360 size_t line, lines, col, cols, thisguy; local
386 thisguy = line + col * lines;
387 if (thisguy >= num)
390 col == 0 ? "" : " ", (int)width, matches[thisguy]);

Completed in 121 milliseconds