Searched refs:_al_bsplitcb (Results 1 – 2 of 2) sorted by relevance
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/internal/ |
H A D | bstrlib.h | 120 extern int _al_bsplitcb (_al_const_bstring str, unsigned char splitChar, int pos,
|
/dports/devel/allegro5/allegro5-5.2.7.0/src/misc/ |
H A D | bstrlib.c | 2511 int _al_bsplitcb (_al_const_bstring str, unsigned char splitChar, int pos, in _al_bsplitcb() function 2558 return _al_bsplitcb (str, splitStr->data[0], pos, cb, parm); in _al_bsplitscb() 2604 return _al_bsplitcb (str, splitStr->data[0], pos, cb, parm); in _al_bsplitstrcb() 2666 if (_al_bsplitcb (str, splitChar, 0, bscb, &g) < 0) { in _al_bsplit()
|