Home
last modified time | relevance | path

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

/dports/games/powwow/powwow-1.2.17/
H A Dedit.c492 if (last_edit_cmd == (function_any)complete_word && comp_len) { in __P1()
552 if (last_edit_cmd != (function_any)complete_line) { in __P1()
764 if (last_edit_cmd == (function_any)upcase_word) in __P1()
772 (last_edit_cmd == (function_any)upcase_word && edbuf[npos])) in __P1()
785 if (last_edit_cmd == (function_any)downcase_word) in __P1()
793 (last_edit_cmd == (function_any)downcase_word && edbuf[npos])) { in __P1()
H A Dmain.h107 extern function_str last_edit_cmd;
H A Dmain.c192 function_any last_edit_cmd; /* GH: keep track of for repeated cmds */ variable
1333 last_edit_cmd = (function_any)0; in __P0()
1352 last_edit_cmd = (function_any)0; in __P0()
1386 last_edit_cmd = (function_any)0; in __P0()
1398 last_edit_cmd = (function_any)p->funct; /* GH: keep track of last command */ in __P0()