Searched refs:strF (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.exp.c | 630 Char *ft = cp, *dp, *ep, *strdev, *strino, *strF, *str, valtest = '\0', in filetest() local 862 strF = xmalloc((2 + Strlen(strdev) + Strlen(strino)) in filetest() 864 (void) Strcat(Strcat(Strcpy(strF, strdev), STRcolon), strino); in filetest() 868 return(strF); in filetest() 878 strF = string == NULL ? errval : str2short(string); in filetest() 881 return(Strsave(strF)); in filetest() 927 strF = str2short(ctime(&footime)); in filetest() 928 if ((str = Strchr(strF, '\n')) != NULL) in filetest() 931 return(Strsave(strF)); in filetest()
|
H A D | ed.screen.c | 766 static Char strF[] = {033, '[', 'F', '\0'}; in DefaultArrowKeys() local 783 strF[0] = CTL_ESC('\033'); in DefaultArrowKeys() 800 cs.buf = strF; AddXkey(&cs, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in DefaultArrowKeys() 815 cs.buf = &strF[1]; AddXkey(&cs, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in DefaultArrowKeys()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 1037 static const wchar_t strF[] = L"\033[F"; in terminal_reset_arrow() local 1050 keymacro_add(el, strF, &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow() 1065 keymacro_add(el, &strF[1], &arrow[A_K_EN].fun, arrow[A_K_EN].type); in terminal_reset_arrow()
|