file_pos is only used within MB1063.
 
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:770_cbImageWindow()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:772_cbImageWindow()
file_pos++;
imagebrowser_win.c:774_cbImageWindow()
else if (file_pos == (pImageList->ptr - 1))
imagebrowser_win.c:776_cbImageWindow()
file_pos=0;
imagebrowser_win.c:779_cbImageWindow()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:783_cbImageWindow()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:789_cbImageWindow()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:792_cbImageWindow()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:839_cbDialog()
file_pos = 0;
imagebrowser_win.c:937_cbDialog()
file_pos = Index;
imagebrowser_win.c:938_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:942_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:947_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:986_cbDialog()
file_pos = 0;
imagebrowser_win.c:987_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:991_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:996_cbDialog()
imagebrowser_win.c:1030_cbDialog()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1033_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1037_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1042_cbDialog()
imagebrowser_win.c:1059_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1061_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1065_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1096_cbDialog()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:1098_cbDialog()
file_pos++;
imagebrowser_win.c:1103_cbDialog()
file_pos = 0;
imagebrowser_win.c:1107_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1111_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1116_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1119_cbDialog()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:1135_cbDialog()
if (file_pos > 0 )
imagebrowser_win.c:1137_cbDialog()
file_pos--;
imagebrowser_win.c:1142_cbDialog()
file_pos = (pImageList->ptr - 1);
imagebrowser_win.c:1146_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1150_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1155_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1158_cbDialog()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:1202ImageDirectOpen()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1205ImageDirectOpen()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1209ImageDirectOpen()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1214ImageDirectOpen()

Data Use

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