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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.exp.c630 Char *ft = cp, *dp, *ep, *strdev, *strino, *strF, *str, valtest = '\0', local
862 strF = xmalloc((2 + Strlen(strdev) + Strlen(strino))
864 (void) Strcat(Strcat(Strcpy(strF, strdev), STRcolon), strino);
868 return(strF);
878 strF = string == NULL ? errval : str2short(string);
881 return(Strsave(strF));
927 strF = str2short(ctime(&footime));
928 if ((str = Strchr(strF, '\n')) != NULL)
931 return(Strsave(strF));
H A Ded.screen.c766 static Char strF[] = {033, '[', 'F', '\0'}; local
783 strF[0] = CTL_ESC('\033');
800 cs.buf = strF; AddXkey(&cs, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
815 cs.buf = &strF[1]; AddXkey(&cs, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
/freebsd-13-stable/contrib/libedit/
H A Dterminal.c1038 static const wchar_t strF[] = L"\033[F"; local
1051 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
1066 keymacro_add(el, &strF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type);

Completed in 118 milliseconds