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

/freebsd-13-stable/contrib/tcsh/
H A Ded.refresh.c49 static void str_insert (Char *, int, int, Char *, int);
480 str_insert(Char *d, int dat, int dlen, Char *s, int num) function
490 reprintf("str_insert() starting: %d at %d max %d, d == \"%s\"\n",
504 reprintf("str_insert() after insert: %d at %d max %d, d == \"%s\"\n",
514 reprintf("str_insert() after copy: %d at %d max %d, d == \"%s\"\n",
888 str_insert(old, (int) (ofd - old), TermH, nfd, fx);
1058 str_insert(old, (int) (ofd - old), TermH, nfd, fx);

Completed in 103 milliseconds