Home
last modified time | relevance | path

Searched refs:fn_LEFT_str (Results 1 – 5 of 5) sorted by relevance

/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dkeys.c48 temp = fn_LEFT_str; in function_key()
H A Dlocalize.c315 fn_LEFT_str = catgetlocal( 216, "LEFT"); in strings_init()
521 assignment[4].macro = fn_LEFT_str; in strings_init()
H A Daee.h502 extern char *fn_UP_str, *fn_DOWN_str, *fn_LEFT_str, *fn_RIGHT_str, *fn_BCK_str;
H A Dcontrol.c1926 else if (compare(temp, fn_LEFT_str, FALSE))
H A Daee.c482 char *fn_UP_str, *fn_DOWN_str, *fn_LEFT_str, *fn_RIGHT_str, *fn_BCK_str; variable