Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlread.c71 FORWARD LOCAL int storech(char *buf, int i, int ch);
795 i = storech(buf,i,checkeof(fptr)); in pname()
804 i = storech(buf,i,islower(ch) ? toupper(ch) : ch); in pname()
813 i = storech(buf,i,checkeof(fptr)); in pname()
817 i = storech(buf,i,ch); in pname()
831 LOCAL int storech(char *buf, int i, int ch) in storech() function