Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dread.c142 static enum make_word_type get_next_mword PARAMS ((char *buffer, char *delim,
900 wtype = get_next_mword(line, NULL, &lb_next, &len); in eval()
970 wtype = get_next_mword(lb_next, NULL, &lb_next, &len); in eval()
1039 wtype = get_next_mword (p2, NULL, &p, &len); in eval()
1048 wtype = get_next_mword (p+len, NULL, &p, &len); in eval()
1053 wtype = get_next_mword (p+len, NULL, &p, &len); in eval()
1058 wtype = get_next_mword (p+len, NULL, NULL, NULL); in eval()
2664 get_next_mword (char *buffer, char *delim, char **startp, unsigned int *length) in get_next_mword() function
DChangeLog1876 (get_next_mword): Don't treat comment characters as special; where