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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c164 static char *last_search_pattern; // last pattern from a '/' or '?' search variable
3257 free(last_search_pattern);
3258 last_search_pattern = xstrdup(q);
3269 if (last_search_pattern[0] == '?') {
3282 if (last_search_pattern == 0) {
3286 if (last_search_pattern[0] == '/') {
3290 if (last_search_pattern[0] == '?') {
3295 q = char_search(p, last_search_pattern + 1, dir, FULL);
3306 q = char_search(p, last_search_pattern + 1, dir, FULL);

Completed in 108 milliseconds