Home
last modified time | relevance | path

Searched refs:termvalue (Results 1 – 3 of 3) sorted by relevance

/dports/misc/mc-nox11/mc-4.8.27/lib/tty/
H A Dtty.c108 const char *termvalue; in tty_check_term() local
110 termvalue = getenv ("TERM"); in tty_check_term()
111 if (termvalue == NULL || *termvalue == '\0') in tty_check_term()
119 || strncmp (termvalue, "xterm", 5) == 0 in tty_check_term()
121 || strncmp (termvalue, "rxvt", 4) == 0 in tty_check_term()
122 || strcmp (termvalue, "Eterm") == 0 in tty_check_term()
123 || strcmp (termvalue, "dtterm") == 0 in tty_check_term()
125 || strncmp (termvalue, "foot", 4) == 0 in tty_check_term()
350 const char *termvalue; in tty_init_xterm_support() local
352 termvalue = getenv ("TERM"); in tty_init_xterm_support()
[all …]
/dports/misc/mc/mc-4.8.27/lib/tty/
H A Dtty.c108 const char *termvalue; in tty_check_term() local
110 termvalue = getenv ("TERM"); in tty_check_term()
111 if (termvalue == NULL || *termvalue == '\0') in tty_check_term()
119 || strncmp (termvalue, "xterm", 5) == 0 in tty_check_term()
121 || strncmp (termvalue, "rxvt", 4) == 0 in tty_check_term()
122 || strcmp (termvalue, "Eterm") == 0 in tty_check_term()
123 || strcmp (termvalue, "dtterm") == 0 in tty_check_term()
125 || strncmp (termvalue, "foot", 4) == 0 in tty_check_term()
350 const char *termvalue; in tty_init_xterm_support() local
352 termvalue = getenv ("TERM"); in tty_init_xterm_support()
[all …]
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dcscanner.c787 const char *termvalue = 0; in yylex() local
798 termvalue = "("; in yylex()
802 termvalue = Char(Scanner_text(scan)); in yylex()
806 termvalue = "{"; in yylex()
810 termvalue = ";"; in yylex()
814 termvalue = Swig_copy_string(Char(Scanner_text(scan))); in yylex()
853 if (termtoken) Append(cs,termvalue); in yylex()
863 Scanner_pushtoken(scan, termtoken, termvalue); in yylex()