Home
last modified time | relevance | path

Searched refs:history_expand (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/devel/p5-Term-ReadLine-Gnu/Term-ReadLine-Gnu-1.42/t/
H A Dhistory.t308 # history_expand()
309 #print "${\($t->history_expand('!!'))}";
311 ok($t->history_expand('!!') eq 'green blue', 'history_expand');
312 ok($t->history_expand('!yel') eq 'yellow blue');
314 ($ret, $string) = $t->history_expand('!red');
381 ok($t->history_expand('!!') eq '!!', 'history_inhibit_expansion_function');
382 ok($t->history_expand(' !r') eq ' red yellow');
385 ok($t->history_expand('!! !y') eq 'green blue yellow blue');
387 ok($t->history_expand('!! !y') eq '!! yellow blue');
/dports/biology/mapm3/mapm3-3.0_1/readline/
H A Dhistory.h111 extern int history_expand ();
/dports/devel/bossa/BOSSA-1.9.1/src/
H A Dbossash.cpp100 result = history_expand(input, &expansion); in main()
/dports/lang/snobol4/snobol4-2.2.2/modules/readline/
H A Dreadline.c133 ret = history_expand(line, &exp); in HISTORY_EXPAND()
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/examples/
H A Dhistexamp.c61 result = history_expand (line, &expansion);
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dhistory.h203 extern int history_expand PARAMS((char *, char **));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistory.h203 extern int history_expand PARAMS((char *, char **));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Dhistexamp.c61 result = history_expand (line, &expansion);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/examples/
H A Dhistexamp.c61 result = history_expand (line, &expansion);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistory.h203 extern int history_expand PARAMS((char *, char **));
/dports/databases/gqlplus/gqlplus-1.16/readline/examples/
H A Dhistexamp.c61 result = history_expand (line, &expansion);
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dhistory.h203 extern int history_expand PARAMS((char *, char **));
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dhistory.h203 extern int history_expand PARAMS((char *, char **));
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/examples/
H A Dhistexamp.c61 result = history_expand (line, &expansion);
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dhistory.h221 extern int history_expand PARAMS((char *, char **));
/dports/devel/avr-gdb/gdb-7.3.1/readline/examples/
H A Dhistexamp.c64 result = history_expand (line, &expansion);
/dports/shells/bash/bash-5.1/lib/readline/examples/
H A Dhistexamp.c65 result = history_expand (line, &expansion);
/dports/devel/gdb/gdb-11.1/readline/readline/examples/
H A Dhistexamp.c68 result = history_expand (line, &expansion);
/dports/devel/gdb761/gdb-7.6.1/readline/examples/
H A Dhistexamp.c65 result = history_expand (line, &expansion);
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dhistory.h221 extern int history_expand PARAMS((char *, char **));
/dports/devel/readline/readline-8.1/examples/
H A Dhistexamp.c68 result = history_expand (line, &expansion);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Dhistory.h221 extern int history_expand PARAMS((char *, char **));
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Dhistory.h221 extern int history_expand PARAMS((char *, char **));
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Dhistory.h221 extern int history_expand PARAMS((char *, char **));
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Dhistory.h221 extern int history_expand PARAMS((char *, char **));

1234567