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:772_cbImageWindow()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:774_cbImageWindow()
file_pos++;
imagebrowser_win.c:776_cbImageWindow()
else if (file_pos == (pImageList->ptr - 1))
imagebrowser_win.c:778_cbImageWindow()
file_pos=0;
imagebrowser_win.c:781_cbImageWindow()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:785_cbImageWindow()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:791_cbImageWindow()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:794_cbImageWindow()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:841_cbDialog()
file_pos = 0;
imagebrowser_win.c:939_cbDialog()
file_pos = Index;
imagebrowser_win.c:940_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:944_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:949_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:989_cbDialog()
file_pos = 0;
imagebrowser_win.c:990_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:994_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:999_cbDialog()
imagebrowser_win.c:1035_cbDialog()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1038_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1042_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1047_cbDialog()
imagebrowser_win.c:1064_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1066_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1070_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1101_cbDialog()
if (file_pos < (pImageList->ptr - 1))
imagebrowser_win.c:1103_cbDialog()
file_pos++;
imagebrowser_win.c:1108_cbDialog()
file_pos = 0;
imagebrowser_win.c:1112_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1116_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1121_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1124_cbDialog()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:1141_cbDialog()
if (file_pos > 0 )
imagebrowser_win.c:1143_cbDialog()
file_pos--;
imagebrowser_win.c:1148_cbDialog()
file_pos = (pImageList->ptr - 1);
imagebrowser_win.c:1152_cbDialog()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1156_cbDialog()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1161_cbDialog()
f_open(&Image_File, (char const *)pImageList->file[file_pos].name, FA_OPEN_EXISTING | FA_READ);
imagebrowser_win.c:1164_cbDialog()
LISTBOX_SetSel(hItem, file_pos);
imagebrowser_win.c:1208ImageDirectOpen()
file_pos = pImageList->ptr - 1;
imagebrowser_win.c:1211ImageDirectOpen()
if((strstr((char *)pImageList->file[file_pos].name, ".bmp")) || (strstr((char *)pImageList->file[file_pos].name, ".BMP")))
imagebrowser_win.c:1215ImageDirectOpen()
else if((strstr((char *)pImageList->file[file_pos].name, ".jpg")) || (strstr((char *)pImageList->file[file_pos].name, ".JPG")))
imagebrowser_win.c:1220ImageDirectOpen()

Data Use

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