Home
last modified time | relevance | path

Searched refs:str_list_index (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/xmdiary/xmdiary-3.0.3/xtools/
H A DxmubCustUtil.c1582 int str_list_index; in xmubResReplace() local
1617 str_list_index = 0; in xmubResReplace()
1624 if( str_list_index == str_list_size ){ in xmubResReplace()
1630 str_list[ str_list_index ] = XtNewString( token ); in xmubResReplace()
1631 str_list_index ++; in xmubResReplace()
1663 str_list, str_list_index, True ); in xmubResReplace()
1667 for( index = 0; index < str_list_index; index ++ ) in xmubResReplace()