Home
last modified time | relevance | path

Searched refs:GAP_rl_func (Results 1 – 2 of 2) sorted by relevance

/dports/math/gap/gap-4.11.0/src/
H A Dsysfiles.c2060 static int GAP_rl_func(int count, int key) in GAP_rl_func() function
2070 if (GAP_rl_func == rl_last_func) { in GAP_rl_func()
2180 rl_bind_keyseq(seq, GAP_rl_func); in FuncBINDKEYSTOGAPHANDLER()
2236 rl_add_defun( "handled-by-GAP", GAP_rl_func, -1 ); in initreadline()
2275 GAP_rl_func(0, 0); in readlineFgets()
/dports/math/gap/gap-4.11.0/lib/
H A Dcmdledit.g270 # handled-by-GAP (GAP_rl_func in src/sysfiles.c).