Searched refs:wtype (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 867 enum make_word_type wtype; in eval() local 900 wtype = get_next_mword(line, NULL, &lb_next, &len); in eval() 901 switch (wtype) in eval() 970 wtype = get_next_mword(lb_next, NULL, &lb_next, &len); in eval() 971 if (wtype == w_eol) in eval() 987 if (wtype == w_eol) in eval() 1039 wtype = get_next_mword (p2, NULL, &p, &len); in eval() 1043 if (wtype == w_static) 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() [all …]
|