Searched refs:getCursorPosition (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/linenoise/ |
| A D | linenoise.c | 288 static int getCursorPosition(int ifd, int ofd) { in getCursorPosition() function 336 start = getCursorPosition(ifd,ofd); 341 cols = getCursorPosition(ifd,ofd);
|
| /third_party/uapp/kilo/ |
| A D | kilo.c | 322 int getCursorPosition(int ifd, int ofd, int *rows, int *cols) { in getCursorPosition() function 359 retval = getCursorPosition(ifd,ofd,&orig_row,&orig_col); 364 retval = getCursorPosition(ifd,ofd,rows,cols);
|
Completed in 7 milliseconds