file_pos is only used within STemWin.
 
Symbols
loading...
Files
loading...

file_pos variable

Syntax

static uint16_t file_pos = 0;

References

LocationReferrerText
imagebrowser_win.c:119
static uint16_t file_pos = 0;
imagebrowser_win.c:771_cbImageWindow()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:773_cbImageWindow()
file_pos++;
imagebrowser_win.c:775_cbImageWindow()
else if (file_pos == (pImageList->ptr - 1))
imagebrowser_win.c:777_cbImageWindow()
file_pos=0;
imagebrowser_win.c:780_cbImageWindow()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:784_cbImageWindow()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:790_cbImageWindow()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:793_cbImageWindow()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:840_cbDialog()
file_pos = 0;
imagebrowser_win.c:938_cbDialog()
file_pos = Index;
imagebrowser_win.c:939_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:943_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:948_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:988_cbDialog()
file_pos = 0;
imagebrowser_win.c:989_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:993_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:998_cbDialog()
imagebrowser_win.c:1034_cbDialog()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1037_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1041_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1046_cbDialog()
imagebrowser_win.c:1063_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1065_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1069_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1100_cbDialog()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:1102_cbDialog()
file_pos++;
imagebrowser_win.c:1107_cbDialog()
file_pos = 0;
imagebrowser_win.c:1111_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1115_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1120_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1123_cbDialog()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:1140_cbDialog()
if (file_pos > 0 )
imagebrowser_win.c:1142_cbDialog()
file_pos--;
imagebrowser_win.c:1147_cbDialog()
file_pos = (pImageList->ptr - 1);
imagebrowser_win.c:1151_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1155_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1160_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1163_cbDialog()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:1207ImageDirectOpen()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1210ImageDirectOpen()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1214ImageDirectOpen()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1219ImageDirectOpen()

Data Use

Functions writing file_pos
Functions reading file_pos
file_pos
Type of file_pos
file_pos
uint16_t
all items filtered out