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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c633 Char *ft = cp, *dp, *ep, *strdev, *strino, *strF, *str, valtest = '\0', local
865 strF = xmalloc((2 + Strlen(strdev) + Strlen(strino))
867 (void) Strcat(Strcat(Strcpy(strF, strdev), STRcolon), strino);
871 return(strF);
881 strF = string == NULL ? errval : str2short(string);
884 return(Strsave(strF));
930 strF = str2short(ctime(&footime));
931 if ((str = Strchr(strF, '\n')) != NULL)
934 return(Strsave(strF));
H A Ded.screen.c770 static Char strF[] = {033, '[', 'F', '\0'}; local
787 strF[0] = CTL_ESC('\033');
804 cs.buf = strF; AddXkey(&cs, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
819 cs.buf = &strF[1]; AddXkey(&cs, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
/freebsd-9.3-release/lib/libedit/
H A Dterm.c1087 static const char strF[] = {033, '[', 'F', '\0'}; local
1102 key_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type);
1118 key_add(el, &strF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type);

Completed in 67 milliseconds