Searched refs:dir_start (Results 1 – 4 of 4) sorted by relevance
2758 const char *dir_start; /* start of current directive*/ in parse_def() local2803 dir_start = name_end_p1+1; in parse_def()2806 while ((ch = *dir_start) == ' ' || ch == '\t') in parse_def()2807 ++dir_start; in parse_def()2817 if (dir_start[1] == 'e' in parse_def()2818 && memcmp (dir_start, ".endef", sizeof (".endef")-1) == 0) in parse_def()2822 for (dir_end_p1 = dir_start+1; in parse_def()2874 len = dir_end_p1 - dir_start; in parse_def()2875 switch (dir_start[1]) in parse_def()2884 && memcmp (dir_start, ".dim", sizeof (".dim")-1) == 0 in parse_def()[all …]
269 int dir_start(void);
167 ((*frmt->st_rd)() < 0) || (dir_start() < 0)) in extract()764 if ((lnk_start() < 0) || (ftree_start() < 0) || (dir_start() < 0)) in copy()
1091 dir_start(void) in dir_start() function