Searched refs:picodata_cbPutCh (Results 1 – 3 of 3) sorted by relevance
86 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, picoos_char ch);
145 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, in picodata_cbPutCh() function593 result = picodata_cbPutCh(this->cbOut,(picoos_char) ch); in puSimpleStep()
731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) { in picoctrl_engFeedText()