Searched refs:tilde_find_suffix (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/readline/
H A Dtilde.c120 static int tilde_find_suffix PARAMS((const char *));
163 tilde_find_suffix (string) function
226 end = tilde_find_suffix (string);
289 function. Right now, it just calls tilde_find_suffix and allocates new
299 x = tilde_find_suffix (fname);
/haiku-fatelf/src/bin/bash/lib/tilde/
H A Dtilde.c120 static int tilde_find_suffix PARAMS((const char *));
163 tilde_find_suffix (string) function
226 end = tilde_find_suffix (string);
289 function. Right now, it just calls tilde_find_suffix and allocates new
299 x = tilde_find_suffix (fname);
/haiku-fatelf/src/bin/gdb/readline/
H A Dtilde.c114 static int tilde_find_suffix PARAMS((const char *));
157 tilde_find_suffix (string) function
220 end = tilde_find_suffix (string);

Completed in 57 milliseconds