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

/external/syslinux/bios/com32/cmenu/
H A Dtest.c52 int PWD_ROW; // Line number where user authentication happens variable
215 if (PWD_ROW < 0) return rv; // No need to authenticate
224 gotoxy(PWD_ROW,1);
227 gotoxy(PWD_ROW,1);
231 gotoxy(PWD_ROW,1);
352 PWD_ROW = 23;
H A Dtest2.c52 int PWD_ROW; // Line number where user authentication happens variable
215 if (PWD_ROW < 0) return rv; // No need to authenticate
224 gotoxy(PWD_ROW,1);
227 gotoxy(PWD_ROW,1);
231 gotoxy(PWD_ROW,1);
352 PWD_ROW = 23;
/external/syslinux/efi32/com32/cmenu/
H A Dtest.c52 int PWD_ROW; // Line number where user authentication happens variable
215 if (PWD_ROW < 0) return rv; // No need to authenticate
224 gotoxy(PWD_ROW,1);
227 gotoxy(PWD_ROW,1);
231 gotoxy(PWD_ROW,1);
352 PWD_ROW = 23;
H A Dtest2.c52 int PWD_ROW; // Line number where user authentication happens variable
215 if (PWD_ROW < 0) return rv; // No need to authenticate
224 gotoxy(PWD_ROW,1);
227 gotoxy(PWD_ROW,1);
231 gotoxy(PWD_ROW,1);
352 PWD_ROW = 23;
/external/syslinux/efi64/com32/cmenu/
H A Dtest.c52 int PWD_ROW; // Line number where user authentication happens variable
215 if (PWD_ROW < 0) return rv; // No need to authenticate
224 gotoxy(PWD_ROW,1);
227 gotoxy(PWD_ROW,1);
231 gotoxy(PWD_ROW,1);
352 PWD_ROW = 23;
H A Dtest2.c52 int PWD_ROW; // Line number where user authentication happens variable
215 if (PWD_ROW < 0) return rv; // No need to authenticate
224 gotoxy(PWD_ROW,1);
227 gotoxy(PWD_ROW,1);
231 gotoxy(PWD_ROW,1);
352 PWD_ROW = 23;

Completed in 271 milliseconds