Searched refs:char_insert (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c228 static char *char_insert(char *, char); // insert the char c at 'p'
425 char_insert(text, '\n');
1555 static char *char_insert(char * p, char c) // insert the char c at 'p' function
2954 dot = char_insert(dot, c); // insert new char
2964 dot = char_insert(dot, c);
3419 char_insert(p, '\t');
3526 dot = char_insert(dot, '\n');
3529 dot = char_insert(dot, '\n'); // i\n ESC
3637 dot = char_insert(dot, '\n');
3764 char_insert(tex
[all...]

Completed in 32 milliseconds