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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_formparse.c185 char *word_end; local
191 contp = get_param_word(&ptr, &word_end);
193 *word_end = '\0'; /* terminate the contp */
238 filename = get_param_word(&ptr, &word_end);
240 *word_end = '\0';
245 unknown = get_param_word(&ptr, &word_end);
248 *word_end = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-regex.c185 static const char word_end[] = "\\)\\([^[:alnum:]_]\\|$\\)"; local
186 char *n = XNMALLOC (sizeof word_beg - 1 + pattern_size + sizeof word_end, char);
192 strcpy (n + i, match_lines ? line_end : word_end);
271 static const char word_end[] = ")([^[:alnum:]_]|$)"; local
272 char *n = XNMALLOC (sizeof word_beg - 1 + pattern_size + sizeof word_end, char);
278 strcpy (n + i, match_lines ? line_end : word_end);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp458 GtkTextIter word_end; local
469 word_end = range_start;
470 gtk_text_iter_forward_find_char(&word_end, pred_whitespace, NULL, range_end);
472 // Now we should have a word delimited by range_start and word_end, correct link tags
473 au_check_word(&range_start, &word_end);
475 range_start = word_end;

Completed in 153 milliseconds